spring-boot/spring-boot-project/spring-boot-actuator-autoconfigure
Vedran Pavic 6a9eb7754f Provide an Actuator endpoint for non-indexed session repositories
At present, Actuator sessions endpoint is supported only on a Servlet stack and also requires an indexed session repository. With Spring Session moving to non-indexed session repositories as a default for some session stores, this means that sessions endpoint won't be available unless users opt into a (non-default) indexed session repository.

This commit updates SessionEndpoint so that it is able to work with a non-indexed session repository. In such setup, it exposes operations for fetching session by id and deleting the session.

Additionally, this also adds support for reactive stack by introducing ReactiveSessionEndpoint and its auto-configuration support.

See gh-32046
2024-01-22 12:55:37 +01:00
..
src Provide an Actuator endpoint for non-indexed session repositories 2024-01-22 12:55:37 +01:00
build.gradle Remove dependency management for Dropwizard Metrics 2024-01-08 09:43:37 +00:00