Skip to content

Rename getRequestedSessionId -> getRequestedSessionIds #622

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

Closed
wants to merge 1 commit into from

Conversation

eddumelendez
Copy link
Contributor

Currently the method signature at HttpSessionStrategy is
getRequestedSessionId. Now, has been renamed to getRequestedSessionIds
in order to store all the session ids present in the request.

Fixes gh-362

Currently the method signature at HttpSessionStrategy is
getRequestedSessionId. Now, has been renamed to getRequestedSessionIds
in order to store all the session ids present in the request.

Fixes spring-projectsgh-362
@edeandrea
Copy link

Wouldn't this be a breaking change to a public API? I know I have my own custom implementation of HttpSessionStrategy and upgrading to a version of spring-session which contains this change would break my code as well as break anyone else's code that is either extending or using the public API.

@eddumelendez
Copy link
Contributor Author

@edeandrea yes, this will break your code. That's the reason why this is schedule for version 2.0 because it will be a major release.

@edeandrea
Copy link

Got it - thanks!

@rwinch rwinch added this to the 2.0 M1 milestone Sep 12, 2016
@rwinch rwinch modified the milestones: 2.0.0 M1, 2.0.0.M2 May 10, 2017
@vpavic vpavic added status: duplicate A duplicate of another issue type: enhancement A general enhancement in: core type: breaks-passivity This issue breaks passivity labels Jun 13, 2017
@rwinch rwinch modified the milestones: 2.0.0.M2, 2.0.0.M3 Jun 16, 2017
@rwinch rwinch modified the milestones: 2.0.0.M3, 2.0.0.M4 Jul 21, 2017
@rwinch rwinch modified the milestones: 2.0.0.M4, 2.0.0.M5 Sep 13, 2017
@rwinch rwinch modified the milestones: 2.0.0.M5, 2.0.0.RC1 Oct 3, 2017
@vpavic vpavic removed this from the 2.0.0.RC1 milestone Oct 25, 2017
@vpavic
Copy link
Contributor

vpavic commented Oct 26, 2017

@eddumelendez Thanks for the PR, we are addressing this in a bit different way as a part of #906.

@vpavic vpavic closed this Oct 26, 2017
@vpavic vpavic removed status: duplicate A duplicate of another issue type: enhancement A general enhancement labels Oct 26, 2017
@vpavic vpavic removed in: core type: breaks-passivity This issue breaks passivity labels Oct 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HttpSessionStrategy getRequestedSessionId->getRequestedSessionIds
4 participants