Skip to content

Fix max inactive interval setters backwards compatibility #2176

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

Merged
merged 1 commit into from
Oct 7, 2022

Conversation

vpavic
Copy link
Contributor

@vpavic vpavic commented Oct 7, 2022

This commit restores integer based max inactive interval setters across all session repositories, that were migrated to java.time in 6d74cf5.

This change caused problems building our Spring Boot based samples, as Spring Boot auto-configuration has move to session repository customizer based approach and is therefore using max inactive interval setters directly on session repository implementations.

This commit restores integer based max inactive interval setters across all session repositories, that were migrated to java.time in 6d74cf5.

This change caused problems building our Spring Boot based samples, as Spring Boot auto-configuration has move to session repository customizer based approach and is therefore using max inactive interval setters directly on session repository implementations.
@rwinch rwinch self-assigned this Oct 7, 2022
@rwinch rwinch added the type: bug A general bug label Oct 7, 2022
@rwinch rwinch added this to the 3.0.0-RC1 milestone Oct 7, 2022
@rwinch
Copy link
Member

rwinch commented Oct 7, 2022

Thanks for the Pull Request! This is now merged into main 😄

@rwinch rwinch merged commit 009cb5b into spring-projects:main Oct 7, 2022
@vpavic vpavic deleted the fix-backwards-compatiblity branch October 7, 2022 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants