-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Suggested changes for compatibility with hazelcast:4.0.1 and spring-boot:2.3.0 on the branch 'v2.3.x' #1645
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
Conversation
….1* :: Removing Duplicate import
Hazelcast4.0.1 compatibility changes for spring-session-hazelcast:2.3.1*
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @adeniyiodunlami!
As discussed in gh-1584, we cannot upgrade to Hazelcast 4.
We would accept a PR that offers support for Hazelcast 4, while still providing full support for Hazelcast 3.
This would be similar to the changes Spring Boot made for spring-projects/spring-boot#21169.
After some discussion, we have decided to take a different approach than the Spring Boot team. We will likely leverage some of the work that was done in this PR and will continue to keep you updated as we make progress. |
I'd suggest against this approach, as it will inevitably result in:
IMO a better way to tackle this would be to extract a strategy that encapsulates the use of Hazelcast API's that introduced binary incompatible changes between Hazelcast Once Hazelcast |
@adeniyiodunlami Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@adeniyiodunlami Thank you for signing the Contributor License Agreement! |
Suggested changes for compatibility with hazelcast:4.0.1 and spring-boot:2.3.0.
#1644
gh-1584