Skip to content

Conversation

minjund
Copy link

@minjund minjund commented Sep 29, 2025

Summary

This PR renames configuration property classes for better naming consistency.

Changes

  1. Renamed MongoSessionProperties.java to SessionDataMongoProperties.java
  2. Renamed RedisSessionProperties.java to SessionDataRedisProperties.java
  3. Updated references in MongoSessionAutoConfiguration.java and RedisSessionAutoConfiguration.java to reflect the new class names

Related Issue

Fix #47333

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Sep 29, 2025
change file to MongoSessionProperties -> SessionDataMongoProperties
and RedisSessionProperties -> SessionDataRedisProperties.java

Signed-off-by: minjund <mam060922@naver.com>
@wilkinsona
Copy link
Member

Thanks for the PR, @minjund, but #47333 is already assigned and work is in progress.

@wilkinsona wilkinsona closed this Sep 29, 2025
@wilkinsona wilkinsona added status: declined A suggestion or change that we don't feel we should currently apply and removed status: waiting-for-triage An issue we've not yet triaged labels Sep 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: declined A suggestion or change that we don't feel we should currently apply
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename Spring Session properties that depend on Spring Data
3 participants