Skip to content

Commit 02f3700

Browse files
authored
Initial post, sans logos (#270)
1 parent 9594700 commit 02f3700

File tree

2 files changed

+70
-3
lines changed

2 files changed

+70
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# http://geoserver.org
1+
# https://geoserver.org
22

3-
This repository contains the source for the GitHub generated [GeoServer home page](http://geoserver.org/).
3+
This repository contains the source for the GitHub generated [GeoServer home page](https://geoserver.org/).
44

55
## Reporting issues
66

@@ -30,7 +30,7 @@ The site is built with [Jekyll](https://github.com/jekyll/jekyll):
3030

3131
See [TEST.md](TEST.md) for more details.
3232

33-
#. Commit to ``main`` branch and the result is published to http://geoserver.org
33+
#. Commit to ``main`` branch and the result is published to https://geoserver.org
3434

3535
## Blog
3636

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
author: Peter Smythe
3+
date: 2025-07-16
4+
layout: post
5+
title: CITE Certification achieved
6+
categories:
7+
- Announcements
8+
tags:
9+
- Release
10+
release: release_227
11+
version: 2.27.0
12+
---
13+
14+
# CITE Certification
15+
16+
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.
17+
18+
OGC CITE Certification is important for two reasons:
19+
20+
* Provides a source of black-box testing ensuring that each GeoServer release behaves as intended.
21+
* Provides a logo and visibility for the project helping to promote the use of open standards.
22+
23+
Recent activity:
24+
25+
* As part of a Camptocamp organized ``OGC API - Features`` sprint Gabriel was able setup a GitHub workflow restoring the use of CITE testing for black-box testing of GeoServer. Gabriel focused on ``OGC API - Features`` certification but found WMS 1.1 and WCS 1.1 tests would also pass out of the box, providing a setup for running the tests in each new pull request.
26+
* Andrea made further progress certifying the output produced by GeoServer, restoring the WMS 1.3, WFS 1.0 and WFS 1.1 tests, as well as upgrading the test engine to the latest production release. In addition, CITE tests that weren’t run in the past have been added, like WFS 2.0 and GeoTIFF, while other new tests are in progress, like WCS 2.0, WMTS 1.0 and GeoPackage.
27+
* Peter set up multiple GeoServers for the testing and to act as reference implementations (hosting graciously provided by the Open Source Geospatial Foundation) and ran the test suites.
28+
* Angelos Tzotsos (OSGeo) submitted the certification request to OGC.
29+
* Gobe Hobona (OGC) approved all of our submissions.
30+
31+
Many thanks to all who were involved! After approximately 10 years, we can once again officially confirm that GeoServer is OGC compliant.
32+
33+
## Documentation
34+
35+
Read more about the [developer process](https://docs.geoserver.org/latest/en/developer/cite-test-guide/index.html#cite-certification)
36+
37+
## The bad news
38+
39+
This certification process is expensive, and we no longer have funding to repeat it. As mentioned above, these CITE tests are automatically run as part of our build process for each new pull request, so we can unofficially verify that we remain OGC compliant - and that is our guarantee to you.
40+
41+
However, if you/your company finds the CITE Certification valuable to your business, then you should contact the PSC to offer to fund the annual renewal. The more companies do this, the more the financial load (approx USD 1000 pa) can be spread.
42+
43+
<div style="text-align: center; margin: 20px 0;">
44+
<iframe src="https://portal.ogc.org/public_ogc/compliance/srv_ogc_compliance_badge2.php?id=102&pid=1846"
45+
width="190"
46+
frameborder="0"
47+
style="border: none; max-width: 100%;">
48+
</iframe>
49+
</div>
50+
51+
# About GeoServer 2.27 Series
52+
53+
Additional information on GeoServer 2.27 series:
54+
55+
* [GeoServer 2.27 User Manual](https://docs.geoserver.org/2.27.x/en/user/)
56+
* [GeoServer 2025 Q2 Developer Update]({% post_url 2025-05-13-developer-update %})
57+
* [GeoServer 2025 Roadmap]({% post_url 2025-01-13-roadmap %})
58+
* [Content-Security-Policy Headers](https://github.com/geoserver/geoserver/wiki/GSIP-227)
59+
* [OGCAPI Features Extension](https://github.com/geoserver/geoserver/wiki/GSIP-230)
60+
* [File system access isolation](https://github.com/geoserver/geoserver/wiki/GSIP-229)
61+
* [Promote data dir catalog loader to core](https://github.com/geoserver/geoserver/wiki/GSIP-231)
62+
63+
Release notes:
64+
( [2.27.1](https://github.com/geoserver/geoserver/releases/tag/2.27.1)
65+
| [2.27.0](https://github.com/geoserver/geoserver/releases/tag/2.27.0)
66+
)
67+

0 commit comments

Comments
 (0)