Skip to content

Commit c5bbd37

Browse files
authored
Blog 2.27.2 (#277)
* Blog 2.27.2 * Address feedback
1 parent d2d341f commit c5bbd37

File tree

3 files changed

+130
-1
lines changed

3 files changed

+130
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dev_nightly: 17009
4141
stable_branch: 2.27.x
4242

4343
# the next jira release for the release/<stable_branch>
44-
stable_nightly: 17209
44+
stable_nightly: 17338
4545

4646
##
4747
## MAINTENANCE BRANCH
Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
---
2+
author: Peter Smythe
3+
date: 2025-07-18
4+
layout: post
5+
title: GeoServer 2.27.2 Release
6+
categories:
7+
- Announcements
8+
tags:
9+
- Release
10+
release: release_227
11+
version: 2.27.2
12+
jira_version: 17209
13+
---
14+
15+
<div style="text-align: center; margin: 20px 0;">
16+
<iframe src="https://portal.ogc.org/public_ogc/compliance/srv_ogc_compliance_badge2.php?id=102&pid=1846"
17+
width="250"
18+
frameborder="0"
19+
style="float: right; margin: 0 0 10px 15px; border: none; height: auto; min-height: 1000px">
20+
</iframe>
21+
</div>
22+
23+
GeoServer [2.27.2](/release/2.27.2/) release is now available
24+
with downloads
25+
([bin](https://sourceforge.net/projects/geoserver/files/GeoServer/2.27.2/geoserver-2.27.2-bin.zip/download),
26+
[war](https://sourceforge.net/projects/geoserver/files/GeoServer/2.27.2/geoserver-2.27.2-war.zip/download),
27+
[windows](https://sourceforge.net/projects/geoserver/files/GeoServer/2.27.2/GeoServer-2.27.2-winsetup.exe/download)), along with
28+
[docs](https://sourceforge.net/projects/geoserver/files/GeoServer/2.27.2/geoserver-2.27.2-htmldoc.zip/download) and
29+
[extensions](https://sourceforge.net/projects/geoserver/files/GeoServer/2.27.2/extensions/).
30+
31+
This is a stable release of GeoServer recommended for production use.
32+
GeoServer 2.27.2 is made in conjunction with GeoTools 33.2, and GeoWebCache 1.27.2.
33+
34+
Thanks to Peter Smythe (AfriGIS) for making this release.
35+
36+
## CITE certification achieved
37+
38+
The GeoServer team are really pleased to announce that our long-lost CITE Certification has been regained (for 2.27) over the last 6 months.
39+
40+
OGC CITE Certification is important for two reasons:
41+
42+
* Provides a source of black-box testing ensuring that each GeoServer release behaves as intended.
43+
* Provides a logo and visibility for the project helping to promote the use of open standards.
44+
45+
Many thanks to all who were involved! After approximately 10 years, we can once again officially confirm that GeoServer is OGC compliant. Thank you especially to [Gaia3D](https://gaia3d.com/) and [OSGeo:UK](https://uk.osgeo.org/) for sponsorship covering the expense of CITE Certification for 2025.
46+
47+
For more details, please read the [separate announcement]({% post_url 2025-07-16-cite-certification %}).
48+
49+
## Release notes
50+
51+
New Feature:
52+
53+
* [GEOS-11805](https://osgeo-org.atlassian.net/browse/GEOS-11805) Option to disable the management of stored queries
54+
55+
Improvement:
56+
57+
* [GEOS-11877](https://osgeo-org.atlassian.net/browse/GEOS-11877) Improve CoverageView composition to support noData fill on missing bands/coverages
58+
59+
Bug:
60+
61+
* [GEOS-10728](https://osgeo-org.atlassian.net/browse/GEOS-10728) Cannot download GeoPackage if the source data contains UUID types
62+
* [GEOS-11708](https://osgeo-org.atlassian.net/browse/GEOS-11708) STAC breadcrumbs rendering as plain text
63+
* [GEOS-11820](https://osgeo-org.atlassian.net/browse/GEOS-11820) WCS spatial sub-setting does not work when native CRS != declared CRS
64+
* [GEOS-11832](https://osgeo-org.atlassian.net/browse/GEOS-11832) count=0 service exception for some formats
65+
* [GEOS-11857](https://osgeo-org.atlassian.net/browse/GEOS-11857) Random NPE In LocalWorkspaceCallback
66+
* [GEOS-11862](https://osgeo-org.atlassian.net/browse/GEOS-11862) Layer Preview and Tile Layers page dropdown links broken after updating table
67+
* [GEOS-11865](https://osgeo-org.atlassian.net/browse/GEOS-11865) MapDownloadProcess washes out 1 band gray images when transparency is on
68+
* [GEOS-11866](https://osgeo-org.atlassian.net/browse/GEOS-11866) Prevent requests setting variables that should only be set by GeoServer
69+
* [GEOS-11879](https://osgeo-org.atlassian.net/browse/GEOS-11879) Xalan causes a java.lang.NoClassDefFoundError
70+
71+
Task:
72+
73+
* [GEOS-11831](https://osgeo-org.atlassian.net/browse/GEOS-11831) OseoDispatcherCallback improvements
74+
* [GEOS-11834](https://osgeo-org.atlassian.net/browse/GEOS-11834) Update PMD to 7.13
75+
* [GEOS-11882](https://osgeo-org.atlassian.net/browse/GEOS-11882) Cleanup postgis-jdbc dependencies
76+
77+
For the complete list see [2.27.2](https://github.com/geoserver/geoserver/releases/tag/2.27.2) release notes.
78+
79+
## Community Updates
80+
81+
We list these community modules purely as a service to the community to raise awareness of interesting add-ons to support, if there is sufficient common interest. They are not "production ready".
82+
83+
How to make contact: browse the GitHub repo ([https://github.com/geoserver/geoserver/tree/main/src/community](https://github.com/geoserver/geoserver/tree/main/src/community) > module > History) to see who:
84+
* a) made the original commit,
85+
* b) has been making changes (other than refactoring/dependency updates).
86+
87+
If you want to use a community module (in production), YOU need to arrange funding to:
88+
* a) promote it to an official extension (passing tests, etc.) and
89+
* b) maintain it going forward.
90+
91+
Community module development:
92+
93+
* [GEOS-11727](https://osgeo-org.atlassian.net/browse/GEOS-11727) OGC API Tiles tests require tile links to be available in the collections resource too
94+
* [GEOS-11728](https://osgeo-org.atlassian.net/browse/GEOS-11728) OGC API Tiles returns an invalid content-disposition header
95+
* [GEOS-11822](https://osgeo-org.atlassian.net/browse/GEOS-11822) OGC API procesess basic implementation
96+
* [GEOS-11829](https://osgeo-org.atlassian.net/browse/GEOS-11829) Features templating ability to override schema
97+
* [GEOS-11830](https://osgeo-org.atlassian.net/browse/GEOS-11830) Smart data loader create store page fails when environment variables are in use
98+
* [GEOS-11839](https://osgeo-org.atlassian.net/browse/GEOS-11839) New Community Module for WPS Download in NetCDF output format for spatiotemporal coverages
99+
* [GEOS-11847](https://osgeo-org.atlassian.net/browse/GEOS-11847) Next link is missing in "Search" OGC API - Features proposal implementation when startIndex is not set
100+
* [GEOS-11870](https://osgeo-org.atlassian.net/browse/GEOS-11870) Singlestore(MemSql) datastore community module
101+
* [GEOS-11871](https://osgeo-org.atlassian.net/browse/GEOS-11871) Allow native execution of group by in DGGS store, when grouping on geometries
102+
* [GEOS-11874](https://osgeo-org.atlassian.net/browse/GEOS-11874) Align OGC API tiles API spec with specification
103+
* [GEOS-11875](https://osgeo-org.atlassian.net/browse/GEOS-11875) Execute OGC API Tiles CITE tests
104+
* [GEOS-11876](https://osgeo-org.atlassian.net/browse/GEOS-11876) WPS Vertical Longitudinal Profile: Support automatic distance computation
105+
* [GEOS-11878](https://osgeo-org.atlassian.net/browse/GEOS-11878) WFS HITS request returns the whole data records on a GML feature templated layer
106+
* [GEOS-11880](https://osgeo-org.atlassian.net/browse/GEOS-11880) OGC API Maps is not showing up in GeoServer home page
107+
* [GEOS-11883](https://osgeo-org.atlassian.net/browse/GEOS-11883) OGC API process description lacks links
108+
* [GEOS-11884](https://osgeo-org.atlassian.net/browse/GEOS-11884) OGC API process HTML input/outputs lack occurrences and formats
109+
110+
# About GeoServer 2.27 Series
111+
112+
Additional information on GeoServer 2.27 series:
113+
114+
* [GeoServer 2.27 User Manual](https://docs.geoserver.org/2.27.x/en/user/)
115+
* [CITE Certification achieved]({% post_url 2025-07-16-cite-certification %})
116+
* [GeoServer 2025 Q2 Developer Update]({% post_url 2025-05-13-developer-update %})
117+
* [GeoServer 2025 Roadmap]({% post_url 2025-01-13-roadmap %})
118+
* [Content-Security-Policy Headers](https://github.com/geoserver/geoserver/wiki/GSIP-227)
119+
* [OGCAPI Features Extension](https://github.com/geoserver/geoserver/wiki/GSIP-230)
120+
* [File system access isolation](https://github.com/geoserver/geoserver/wiki/GSIP-229)
121+
* [Promote data dir catalog loader to core](https://github.com/geoserver/geoserver/wiki/GSIP-231)
122+
123+
Release notes:
124+
( [2.27.2](https://github.com/geoserver/geoserver/releases/tag/2.27.2)
125+
| [2.27.1](https://github.com/geoserver/geoserver/releases/tag/2.27.1)
126+
| [2.27.0](https://github.com/geoserver/geoserver/releases/tag/2.27.0)
127+
)
128+

bin/templates/about227.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{% extends 'about.md' %}
22

33
{% block features %}
4+
* {% raw %}[CITE Certification achieved]({% post_url 2025-07-16-cite-certification %}){% endraw %}
45
* {% raw %}[GeoServer 2025 Q2 Developer Update]({% post_url 2025-05-13-developer-update %}){% endraw %}
56
* {% raw %}[GeoServer 2025 Roadmap]({% post_url 2025-01-13-roadmap %}){% endraw %}
67
* [Content-Security-Policy Headers](https://github.com/geoserver/geoserver/wiki/GSIP-227)

0 commit comments

Comments
 (0)