Releases: GeoWebCache/geowebcache
Releases · GeoWebCache/geowebcache
GeoWebCache 1.25.3
Maintenance release of the 1.25.x series.
Improvements:
- Check disk query validation query is SELECT 1 for H2, and SELECT 1 FROM DUAL Oracle.
- Update Jackson 2 libs from 2.17.1 to 2.17.2
- Upgraded GeoTools dependencies to 31.4
Fixes:
- Avoid infinite number of calls to listBlobs when doing prefix removals (e..g, gridset or layer removals)
- Set disk quota store isolation to serializable
GeoWebCache 1.26.0
Stable release of the 1.26.x series.
Improvements:
- Show vector tiles attributes on hover
Fixes:
- Fix Azure blobstore error instantiating AzureClient
- Support numeric grid names in vector tiles preview
Updates:
- Upgrading to Imageio-EXT 1.4.13
- Upgrading JAI-EXT 1.1.27
- Upgrading GeoTools 32.0
- Upgrade Azure Blobstore fromi legacy azure-sdk (11.0) to latest (12.27.0)
- Update to JTS 1.20.0 release
- Upgrade Spring version from 5.3.34 to 5.3.39
- [GWC-1288] Upgrade guava from 33.2.0 to 33.2.1
- Update Jackson 2 libs from 2.17.1 to 2.17.2
- Updating to EasyMock 5.3
Internals:
- Upgrade easymock from 5.3.0 to 5.4.0
- Upgrade mockito from 5.6.0 to 5.12.0
- Upgrade git-commit-id-plugin to 4.9.0 and set useNativeGit to not fail on git worktrees
- [GWC-1290] Upgrade commons-codec from 1.17.0 to 1.17.1
- [GWC-1293] Upgrade junit from 4.12 to 4.13.2
- Upgrade hamcrest from 1.3 to 3.0
- Updating PMD to 7.2.0
GeoWebCache 1.25.2
Stable release of the 1.25.x series.
Improvements:
- Align FileBlobStore with parameter handling practice of S3/Azure
- Bump guava from 32.0.0 to 33.2.0
- Bump httpclient from 4.5.13 to 4.5.14
- Bump commons-collections4 from 4.2 to 4.4
- Bump commons-io from 2.12.0 to 2.16.1
- Upgraded GeoTools dependencies to 31.1
- Updating imageio-ext to 1.4.10
GeoWebCache 1.25.1
Stable release of the 1.25.x series.
Improvements:
- Align FileBlobStore with parameter handling practice of S3/Azure
- Bump guava from 32.0.0 to 33.2.0
- Bump httpclient from 4.5.13 to 4.5.14
- Bump commons-collections4 from 4.2 to 4.4
- Bump commons-io from 2.12.0 to 2.16.1
- Upgraded GeoTools dependencies to 31.1
- Updating imageio-ext to 1.4.10
GeoWebCache 1.25-RC
Release candidate for 1.25.x series.
Improvements:
- Updating Spring to 5.3.32
- Bump org.postgresql:postgresql from 42.4.3 to 42.7.2
- Bump org.springframework.security:spring-security-config 5.7.11
Fixes
- [GWC-1210] Improve input validation in ByteStreamController (#1211)
Internals
- Upgrade spotbugs-maven-plugin:4.7.3.4 -> 4.8.2.0
- Fix PMD errors in core when run with Java 21
- Allow building with QA on Java 17 and 21
1.23.4
1.24.2
Improvements:
- [GWC-1198] Upgrade Hazelcast from 5.3.1 to 5.3.6
- Bump com.google.guava:guava from 27.0-jre to 32.0.0-jre
1.23.3
Improvements:
- Bump com.google.guava:guava from 27.0-jre to 32.0.0-jre in /geowebcache
- Bump org.springframework.security:spring-security-config in /geowebcache
- [GWC-1171] Improve handling special characters in the GWC Demos Page
Fixes:
- Fix typo in TextMime for text/javascript
GeoWebCache 1.24.1
Stable release for 1.24.x series.
Improvements:
- Improve handling special characters in the GWC Seed Form
- Improve handling special characters in the GWC Demos Page
- Bump org.json:json from 20230618 to 20231013
- Bump org.springframework.security:spring-security-config to 5.7.10
Fixes:
- Fix for S3BlobStore bulk delete (without listener
- Fix mime type text/javascript
GeoWebCache 1.24.0
Initial release for 1.24.x series.
Improvements:
- Update to GeoTools 30.0
- Update to org.json:json to 20230618
- Follow up on GeoTools "org.opengis" package removal (now "org.geotools.api")
- Updated Hazelcast to 5.3.1
- Updated Jackson to 2.15.2
- Bump aws-java-sdk-s3 from 1.11.371 to 1.12.261
- Add support for HSQL disk quota database, and make H2 1.x dependency optional
Fixes:
- Startup DiskQuotaMonitor on context init, rather than immediatley after bean properties are set