Release 1.0-RC10
1.0-RC10
comes packed with features, of most relevance:
- Consolidated GeoWebCache integration: the new
gwc-service
microservice runs independently of the WMS, and reacts instantly to web-ui configuration changes thanks to the event-bus integration. Still missing support for disk-quota, whose config page won't be shown in the web-ui, and to distribute cache seeding and truncation tasks across all running service instances. - GWC Azure and S3 blobstores
- MBStyle extension
- AuthKey security extension
What's Changed
- ci: use actions/setup-java@v2 with maven cache directive by @groldan in #167
- gs-jackson-bindings: workaround erroneous Locale serialization, model i18n strings as Map<String, String> by @groldan in #168
- web-ui calls Catalog.add() with a ModificationProxy, not allowed by CatalogPlugin. by @groldan in #169
- Integrate GWC with spring-cloud-bus by @groldan in #164
- gwc: disable diskquota and force hide it from the web UI. by @groldan in #170
- Use a lazy gwc xml configuration provider by @groldan in #171
- Externalized configuration for GeoWebCache component enablement by @groldan in #172
- Validate source code formatting before proceeding with the CI builds by @groldan in #174
- strict configuration of gwc.cache-directory and gwc.config-directory by @groldan in #173
- Add simple service registry page to webui by @groldan in #175
- Build a native-image version of config-service Docker image by @groldan in #176
- Add support for GWC Azure and S3 blobstore types by @groldan in #178
- Add MBStyle extension (wms, gwc, and webui services) by @groldan in #179
- Integrate AuthKey security extension by @groldan in #180
Full Changelog: v1.0-RC9...v1.0-RC10