Skip to content

Release 2.0-M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@groldan groldan released this 20 Dec 14:46
· 105 commits to main since this release
v2.0-M1

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

New Contributors

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