Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Centralize plain Spring configuration for the GeoServer Plugin in gs-acl-client-plugin #73

Merged

Conversation

groldan
Copy link
Member

@groldan groldan commented Aug 12, 2024

Simplify spring configuration for vanilla GeoServer by importing a single @Configuration class from gs-acl-client-plugin via a single applicationContext.xml file.

Add cache time-to-live externalized configuration (not required with spring boot, as the ttl would be set in the externalized cache manager config).

Clear the cache on GeoServer reset() event.

…acl-client-plugin

Simplify spring configuration for vanilla GeoServer by importing a
single `@Configuration` class from `gs-acl-client-plugin` via a single
`applicationContext.xml` file.

Add cache time-to-live externalized configuration (not required with
spring boot, as the ttl would be set in the externalized cache manager
config).

Clear the cache on GeoServer `reset()` event.
@groldan groldan added the plugin Issues related to the GeoServer plugin label Aug 12, 2024
@groldan groldan merged commit 89474d9 into geoserver:main Aug 12, 2024
10 checks passed
@groldan groldan deleted the plain-spring-conditional-on-acl-enabled branch August 12, 2024 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin Issues related to the GeoServer plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant