-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Align MongoDB session repositories with other implementations #2170
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
Labels
Comments
vpavic
added a commit
to vpavic/spring-session
that referenced
this issue
Oct 5, 2022
This commit replaces usages of custom assert utility class with standard one from Spring Framework, and removes the custom utility. See spring-projectsgh-2170
vpavic
added a commit
to vpavic/spring-session
that referenced
this issue
Oct 5, 2022
vpavic
added a commit
to vpavic/spring-session
that referenced
this issue
Oct 6, 2022
This commit replaces usages of custom assert utility class with standard one from Spring Framework, and removes the custom utility. See spring-projectsgh-2170
vpavic
added a commit
to vpavic/spring-session
that referenced
this issue
Oct 6, 2022
vpavic
added a commit
to vpavic/spring-session
that referenced
this issue
Oct 12, 2022
This commit replaces usages of custom assert utility class with standard one from Spring Framework, and removes the custom utility. See spring-projectsgh-2170
vpavic
added a commit
to vpavic/spring-session
that referenced
this issue
Oct 12, 2022
vpavic
added a commit
to vpavic/spring-session
that referenced
this issue
Oct 12, 2022
vpavic
added a commit
to vpavic/spring-session
that referenced
this issue
Oct 18, 2022
This commit replaces usages of custom assert utility class with standard one from Spring Framework, and removes the custom utility. See spring-projectsgh-2170
vpavic
added a commit
to vpavic/spring-session
that referenced
this issue
Oct 18, 2022
vpavic
added a commit
to vpavic/spring-session
that referenced
this issue
Oct 18, 2022
rwinch
pushed a commit
that referenced
this issue
Oct 18, 2022
This commit replaces usages of custom assert utility class with standard one from Spring Framework, and removes the custom utility. See gh-2170
rwinch
pushed a commit
that referenced
this issue
Oct 18, 2022
rwinch
pushed a commit
that referenced
this issue
Oct 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
At present, MongoDB based session repository implementations are a not quite aligned with other implementations that this project provides:
org.springframework.session.Session
implementation,org.springframework.session.data.mongo.MongoSession
, is apublic
component and not an internal implementation detail of a session repository implementationpublic
visibility that could be either removed (org.springframework.session.data.mongo.Assert
) or madepackage private
(org.springframework.session.data.mongo.MongoSessionUtils
)The text was updated successfully, but these errors were encountered: