Skip to content
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

[pull] main from GeoWebCache:main #55

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
120 changes: 117 additions & 3 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GeoWebCache 1.26-SNAPSHOT (2024-03-01)
--------------------------------------
GeoWebCache 1.27.0(2025-03-18)
------------------------------

<Release Description>
Stable release

Improvements:
+++++++++++++
Expand All @@ -11,6 +11,80 @@ Fixes:
++++++
- <Bug fix>

GeoWebCache 1.26.0 (2024-09-18)
-------------------------------

Stable release

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 (2024-06-15)
-------------------------------

Stable release of the 1.25.x series.

Improvements:
+++++++++++++
- Upgrading to Imageio-EXT 1.4.11
- [GWC-1266] Upgrade jackson from 2.15.2 to 2.17.1
- [GWC-1261] Upgrade commons-text from 1.4 to 1.12.0
- [GWC-1259] Upgrade PostgreSQL driver from 42.7.2 to 42.7.3
- [GWC-1263] Upgrade commons-codec from 1.10 to 1.17.0
- Upgrade ImageIO-EXT to 1.4.12

GeoWebCache 1.25.1 (2024-05-22)
-------------------------------

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.0 (2024-03-19)
-------------------------------

First stable release of the 1.25.x series

Improvements:
+++++++++++++
- Upgraded GeoTools dependencies to 31.0


GeoWebCache 1.25-RC (2024-03-01)
--------------------------------
Expand All @@ -34,6 +108,46 @@ Internals:
- Fix PMD errors in core when run with Java 21
- Allow building with QA on Java 17 and 21

GeoWebCache 1.24.5 (2024-08-21)
-------------------------------

Maintenance release of the 1.24.x series

Fixes:
++++++
- Fix Azure blobstore error instantiating AzureClient


GeoWebCache 1.24.4 (2024-06-16)
-------------------------------

Maintenance release of the 1.24.x series

Improvements:
+++++++++++++
- Align FileBlobStore with parameter handling practice of S3/Azure
- [GWC-1248] Upgrade guava from 32.0.0 to 33.2.0
- [GWC-1244] Upgrade commons-collections4 from 4.2 to 4.4
- [GWC-1245] Upgrade httpclient from 4.5.13 to 4.5.14
- [GWC-1261] Upgrade commons-text from 1.4 to 1.12.0
- [GWC-1259] Upgrade PostgreSQL driver from 42.7.2 to 42.7.3
- [GWC-1263] Upgrade commons-codec from 1.10 to 1.17.0


GeoWebCache 1.24.3 (2024-04-19)
-------------------------------

Maintenance release of the 1.24.x series

Improvements:
+++++++++++++
- Update Spring to version 5.3.32
- Bump org.postgresql:postgresql from 42.4.3 to 42.7.2

Fixes:
++++++
- Avoid infinite number of calls to listBlobs when doing prefix removals (e..g, gridset or layer removals)

GeoWebCache 1.24.2 (2024-01-23)
-------------------------------

Expand Down
4 changes: 2 additions & 2 deletions documentation/en/user/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.26'
version = '1.27'
# The full version, including alpha/beta/rc tags.
release = '1.26-SNAPSHOT'
release = '1.27-SNAPSHOT'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/arcgiscache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.26-SNAPSHOT</version>
<version>1.27-SNAPSHOT</version>
<!-- GWC VERSION -->
</parent>
<groupId>org.geowebcache</groupId>
Expand Down
27 changes: 23 additions & 4 deletions geowebcache/azureblob/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,33 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.26-SNAPSHOT</version>
<version>1.27-SNAPSHOT</version>
<!-- GWC VERSION -->
</parent>

<groupId>org.geowebcache</groupId>
<artifactId>gwc-azure-blob</artifactId>

<properties>
<!-- Same sdk version as imageio-ext's cog-ragengereader-azure for GeoSever compatibility -->
<azure.version>12.27.1</azure.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<!--
Use the same netty version as imageio-ext's cog-ragengereader-s3 and cog-rangereader-azure
See https://github.com/geosolutions-it/imageio-ext/pull/312
-->
<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
<version>4.1.113.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.geowebcache</groupId>
Expand All @@ -19,10 +39,9 @@
</dependency>

<dependency>
<groupId>com.microsoft.azure</groupId>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<!-- at the time of writing 11.0.1 was available but pom on repoes was corrupted -->
<version>11.0.0</version>
<version>${azure.version}</version>
</dependency>

<dependency>
Expand Down
Loading
Loading