Skip to content

Release 2.0

Compare
Choose a tag to compare
@groldan groldan released this 12 Mar 22:56
· 43 commits to main since this release
v2.0

What's Changed

  • Drop support for multitenancy by removing the instanceName property on rules by @groldan in #32
  • Avoid session creation on springdoc endpoints by @groldan in #33
  • Simplify springdoc config, peg to /acl/swagger-ui/index.hml by @groldan in #34
  • plugin: Disable web-ui autoconfiguration when wicket UI is not up by @groldan in #35
  • Disable web-ui by default, require config property goserver.web-ui.acl.enabled=true by @groldan in #36
  • New gs-acl-testcontainer artifact to run the ACL service with TestContainers by @groldan in #38
  • Dependency upgrades to latest releases by @groldan in #39
  • Dependency upgrade mapstruct:1.5.3 -> 1.5.5 by @groldan in #40
  • fix README regarding Java version compatibility by @pmauduit in #37
  • plugin: Readability improvements in org.geoserver.acl.plugin.accessmanager by @groldan in #41
  • Rename OpenAPI services Rules -> DataRules, AdminRules -> WorkspaceAdminRules by @groldan in #43
  • Upgrade geotools to latest stable 30.1, and geoserver stable version to 2.24.1 by @groldan in #44
  • Set Java 17 as the .class version on all modules by @groldan in #45
  • Change management port to 8081 by @groldan in #49
  • plugin: Add missing known WFS operation names by @groldan in #50
  • Include default config in docker image by @groldan in #51
  • Authrorization response caching and spring cloud bus integration by @groldan in #52

New Contributors

Full Changelog: v1.2.0...v2.0