Skip to content

Conversation

@jakesmolka
Copy link

Addressing: #39565

Dear @mhalbritter and team, I saw the ideal-for-contribution label and just gave it a try. Honestly, since there are just some lines of changes, I'm not sure if that is really what was requested.

Question for my understanding: Is the "When to show unsanitized values." line from the ref doc page parsed from the javadoc comment in the source? This metadata.json file has a description field, but not for all entries.

Targeting 3.1.x branch, because of the milestone.

scottfrederick and others added 30 commits January 17, 2024 17:18
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 spring-projectsgh-32046
* pr/32046:
  Use ReactiveFindByIndexNameSessionRepository
  Polish "Provide an Actuator endpoint for non-indexed session repositories"
  Provide an Actuator endpoint for non-indexed session repositories

Closes spring-projectsgh-32046
wilkinsona and others added 22 commits February 14, 2024 17:54
@pivotal-cla
Copy link

@jakesmolka Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-cla
Copy link

@jakesmolka Thank you for signing the Contributor License Agreement!

@mhalbritter mhalbritter added the status: invalid An issue that we don't feel is valid label Feb 16, 2024
@mhalbritter
Copy link
Contributor

Question for my understanding: Is the "When to show unsanitized values." line from the ref doc page parsed from the javadoc comment in the source?

Yes, this is parsed from the JavaDoc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: invalid An issue that we don't feel is valid

Projects

None yet

Development

Successfully merging this pull request may close these issues.