spring-boot/spring-boot-project
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
..
spring-boot Merge branch '3.2.x' 2024-01-17 15:58:25 -08:00
spring-boot-actuator Provide an Actuator endpoint for non-indexed session repositories 2024-01-22 12:55:37 +01:00
spring-boot-actuator-autoconfigure Provide an Actuator endpoint for non-indexed session repositories 2024-01-22 12:55:37 +01:00
spring-boot-autoconfigure Merge branch '3.2.x' 2024-01-18 14:15:36 +00:00
spring-boot-dependencies Merge branch '3.2.x' 2024-01-17 20:30:37 +00:00
spring-boot-devtools Merge branch '3.1.x' into 3.2.x 2024-01-11 10:33:57 +00:00
spring-boot-docker-compose Merge branch '3.1.x' 2023-12-05 14:02:52 +01:00
spring-boot-docs Merge branch '3.2.x' 2024-01-17 10:20:46 -08:00
spring-boot-parent Polish 2023-11-22 10:16:19 +01:00
spring-boot-starters Merge branch '3.1.x' into 3.2.x 2024-01-17 10:42:57 +00:00
spring-boot-test Merge branch '3.2.x' 2024-01-11 11:36:38 +00:00
spring-boot-test-autoconfigure Validate combined RestTemplate and RestClient usage in mock REST config 2024-01-17 12:05:18 -06:00
spring-boot-testcontainers Make OTEL tstcontainers integration test more resilient 2024-01-16 10:49:25 -08:00
spring-boot-tools Tolerate actuator endpoints with the same id 2024-01-22 12:33:05 +01:00