Skip to content

Commit 5246785

Browse files
authored
Blog 2.25.6 (#246)
1 parent 6fede5a commit 5246785

File tree

2 files changed

+93
-0
lines changed

2 files changed

+93
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
---
2+
author: Peter Smythe
3+
date: 2025-02-17
4+
layout: post
5+
title: GeoServer 2.25.6 Release
6+
categories:
7+
- Announcements
8+
tags:
9+
- Release
10+
release: release_225
11+
version: 2.25.6
12+
jira_version: 17008
13+
---
14+
15+
GeoServer [2.25.6](/release/2.25.6/) release is now available
16+
with downloads
17+
([bin](https://sourceforge.net/projects/geoserver/files/GeoServer/2.25.6/geoserver-2.25.6-bin.zip/download),
18+
[war](https://sourceforge.net/projects/geoserver/files/GeoServer/2.25.6/geoserver-2.25.6-war.zip/download),
19+
[windows](https://sourceforge.net/projects/geoserver/files/GeoServer/2.25.6/GeoServer-2.25.6-winsetup.exe/download)), along with
20+
[docs](https://sourceforge.net/projects/geoserver/files/GeoServer/2.25.6/geoserver-2.25.6-htmldoc.zip/download) and
21+
[extensions](https://sourceforge.net/projects/geoserver/files/GeoServer/2.25.6/extensions/).
22+
23+
This series has now reached end-of-life, and it is recommended to plan an upgrade to 2.26.x or the upcoming 2.27.0 soon.
24+
GeoServer 2.25.6 is made in conjunction with GeoTools 31.6, and GeoWebCache 1.25.4.
25+
26+
Thanks to Peter Smythe (AfriGIS) for making this release.
27+
28+
## Release notes
29+
30+
Improvement:
31+
32+
* [GEOS-11651](https://osgeo-org.atlassian.net/browse/GEOS-11651) Support env parametrization on OIDC filter
33+
* [GEOS-11652](https://osgeo-org.atlassian.net/browse/GEOS-11652) Externalize printing configuration folder
34+
* [GEOS-11677](https://osgeo-org.atlassian.net/browse/GEOS-11677) Hide version info on GWC home page
35+
36+
Bug:
37+
38+
* [GEOS-10844](https://osgeo-org.atlassian.net/browse/GEOS-10844) Exclude xml-apis from build
39+
* [GEOS-11649](https://osgeo-org.atlassian.net/browse/GEOS-11649) welcome page per-layer is not respecting global service enablement
40+
* [GEOS-11664](https://osgeo-org.atlassian.net/browse/GEOS-11664) Update REST security paths
41+
* [GEOS-11672](https://osgeo-org.atlassian.net/browse/GEOS-11672) GWC virtual services available with empty contents
42+
* [GEOS-11690](https://osgeo-org.atlassian.net/browse/GEOS-11690) Bug in Externalize printing configuration folder
43+
* [GEOS-11694](https://osgeo-org.atlassian.net/browse/GEOS-11694) OpenID connect: allow caching authentication when an expiration is declared in the access token
44+
* [GEOS-11696](https://osgeo-org.atlassian.net/browse/GEOS-11696) AdminRequestCallback not loaded due to spring bean name conflict
45+
* [GEOS-11700](https://osgeo-org.atlassian.net/browse/GEOS-11700) GeoFence fails in recognizing some caller IP address
46+
* [GEOS-11707](https://osgeo-org.atlassian.net/browse/GEOS-11707) Ogr2OgrWfsTest test failures with GDAL 3.10.1
47+
* [GEOS-11711](https://osgeo-org.atlassian.net/browse/GEOS-11711) Clickhouse DGGS stores fails to aggregate on dates
48+
* [GEOS-11713](https://osgeo-org.atlassian.net/browse/GEOS-11713) Concurrent LDAP builds fail on Jenkins
49+
* [GEOS-11715](https://osgeo-org.atlassian.net/browse/GEOS-11715) STAC sortby won't work with "properties." prefixed names
50+
* [GEOS-11716](https://osgeo-org.atlassian.net/browse/GEOS-11716) WFS POST requests fail if a layer is misconfigured
51+
52+
Task:
53+
54+
* [GEOS-11650](https://osgeo-org.atlassian.net/browse/GEOS-11650) Update dependencies for monitoring-kafka module
55+
* [GEOS-11659](https://osgeo-org.atlassian.net/browse/GEOS-11659) Apply Palantir Java format on GeoServer
56+
* [GEOS-11671](https://osgeo-org.atlassian.net/browse/GEOS-11671) Upgrade H3 dependency to 3.7.3
57+
* [GEOS-11682](https://osgeo-org.atlassian.net/browse/GEOS-11682) Add tests for WMS SLD XML request reader
58+
* [GEOS-11685](https://osgeo-org.atlassian.net/browse/GEOS-11685) Bump jetty.version from 9.4.56.v20240826 to 9.4.57.v20241219
59+
* [GEOS-11701](https://osgeo-org.atlassian.net/browse/GEOS-11701) Update JAI-Ext to 1.1.28
60+
61+
For the complete list see [2.25.6](https://github.com/geoserver/geoserver/releases/tag/2.25.6) release notes.
62+
63+
## Community Updates
64+
65+
Community module development:
66+
67+
* [GEOS-11686](https://osgeo-org.atlassian.net/browse/GEOS-11686) Clickhouse DGGS stores cannot properly read dates
68+
* [GEOS-11687](https://osgeo-org.atlassian.net/browse/GEOS-11687) OGC API packages contain gs-web-core
69+
70+
Community modules are shared as source code to encourage collaboration. If a topic being explored is of interest to you, please contact the module developer to offer assistance.
71+
72+
# About GeoServer 2.25 Series
73+
74+
Additional information on GeoServer 2.25 series:
75+
76+
* [GeoServer 2.25 User Manual](https://docs.geoserver.org/2.25.x/en/user/)
77+
* [GeoServer 2024 Roadmap Plannings]({% post_url 2024-01-03-roadmap %})
78+
* [Raster Attribute Table extension](https://github.com/geoserver/geoserver/wiki/GSIP-222)
79+
* [Individual contributor clarification](https://github.com/geoserver/geoserver/wiki/GSIP-224)
80+
81+
Release notes:
82+
( [2.25.6](https://github.com/geoserver/geoserver/releases/tag/2.25.6)
83+
| [2.25.5](https://github.com/geoserver/geoserver/releases/tag/2.25.5)
84+
| [2.25.4](https://github.com/geoserver/geoserver/releases/tag/2.25.4)
85+
| [2.25.3](https://github.com/geoserver/geoserver/releases/tag/2.25.3)
86+
| [2.25.2](https://github.com/geoserver/geoserver/releases/tag/2.25.2)
87+
| [2.25.1](https://github.com/geoserver/geoserver/releases/tag/2.25.1)
88+
| [2.25.0](https://github.com/geoserver/geoserver/releases/tag/2.25.0)
89+
| [2.25-RC](https://github.com/geoserver/geoserver/releases/tag/2.25-RC)
90+
)
91+

bin/announcement.py

+2
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ def command_line_arguments():
253253
community_updates = include_issues(project_issues,'Community modules')
254254
if len(community_updates) > 0:
255255
community = True
256+
else:
257+
community = False
256258

257259
issues = exclude_issues(project_issues,'Community modules')
258260

0 commit comments

Comments
 (0)