As mentioned in Jody’s “GS3 Milestone 1 Updates” topic, we’re ramping up on the GeoServer crowdfunding work.
A pre-requisite for it is establishing Java 17 as the baseline version for the build, hence I’m making this proposal to cover both GeoServer and GeoWebCache:
As mentioned in Jody’s “GS3 Milestone 1 Updates” topic, we’re ramping up on the GeoServer crowdfunding work.
A pre-requisite for it is establishing Java 17 as the baseline version for the build, hence I’m making this proposal to cover both GeoServer and GeoWebCache:
The GeoTools and GeoWebCache ones can be applied independently. The GeoServer one depends on the
GeoTools pr to be merged first, mostly due to the need to fix the usage of varargs in the GridCoverageReader/Writer
class hierarchy.
Thanks everyone for voting and reviewing. Let me know if you have any questions or further concerns.
Noticed that the code formatting has not been applied on all modules, so when those were changed as part of Java 17 they would get formatted.
Action: Apply formatting on modules that were missed and rebase, possibly introducing a -Dall activation to GeoServer to make this kind of thing easier.
ErrorProne identified width and height parameters being swapped when calling between methods. Appears just to be a mistake.