-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2.29.x] More upgrades based on karaf upgrade #6821
base: 2.29.x
Are you sure you want to change the base?
[2.29.x] More upgrades based on karaf upgrade #6821
Conversation
6149c95
to
8d785f0
Compare
build now |
Internal build has been started, your results will be available at build completion. |
Build SUCCESS See the job results in legacy Jenkins UI or in Blue Ocean UI. |
fyi: local full build passes |
<artifactId>gt-jts-wrapper</artifactId> | ||
<version>${org.geotools.version}</version> | ||
</dependency> | ||
<!-- <dependency>--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that gt-jts-wrapper
was commented out in a few different pom files, but never removed.
<quartz.version>2.3.2</quartz.version> | ||
<require-css.version>0.1.10</require-css.version> | ||
<sardine.version>5.7</sardine.version> | ||
<!-- <hazelcast.version>5.1.7</hazelcast.version>--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems this comment can be removed
@@ -233,7 +237,7 @@ | |||
<bundle>wrap:mvn:org.geotools/gt-opengis/${org.geotools.version}$Bundle-Name=gt-opengis&Bundle-SymbolicName=gt-opengis</bundle> | |||
<bundle>wrap:mvn:org.geotools/gt-main/${org.geotools.version}$Bundle-Name=gt-main&Bundle-SymbolicName=gt-main</bundle> | |||
<bundle>wrap:mvn:org.geotools/gt-cql/${org.geotools.version}$Bundle-Name=gt-cql&Bundle-SymbolicName=gt-cql</bundle> | |||
<bundle>wrap:mvn:org.geotools/gt-jts-wrapper/${org.geotools.version}$Bundle-Name=gt-jts-wrapper&Bundle-SymbolicName=gt-jts-wrapper</bundle> | |||
<bundle>wrap:mvn:org.geotools/gt-jts-wrapper/24.7$Bundle-Name=gt-jts-wrapper&Bundle-SymbolicName=gt-jts-wrapper</bundle> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should make a new version declaration in the root pom in case we would like to update the version of this dependency in the future?
What does this PR do?
Who is reviewing it?
Select relevant component teams:
Ask 2 committers to review/merge the PR and tag them here.
How should this be tested?
Any background context you want to provide?
What are the relevant tickets?
Fixes: #____
Screenshots
Checklist:
Notes on Review Process
Please see Notes on Review Process for further guidance on requirements for merging and abbreviated reviews.
Review Comment Legend: