Upgrade to GeoTools 21.0 and upgrade dependencies #27
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrades the GeoTools dependency to 21.0.
The rationale to upgrade specifically to 21.0 instead of a later version is that the upgrades of transitive dependencies were less complicated. In particular, the dependencies of newer GT versions often already target Java 9+, so further upgrades should be combined with the migration to Java 11+.
For several dependencies the generation of
Require-Capability
headers had to be suppressed nonetheless. While this didn't cause problems in the test suite, versions of hale studio targeting this updated platform should be tested thoroughly to rule outUnsupportedClassVersionError
s.The following transitive dependencies are harmonized:
As some changes where required in the shared-platform, the submodule reference is updated accordingly.
Also upgrades the Gradle wrapper and some Gradle plugins.