Skip to content
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

Move Spring Boot Session replication with WebFilter back [DEX-297] #690

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

frant-hartm
Copy link
Contributor

Some code samples were previously moved out into separate repositories. This makes them hard to maintain.

Changes:

  • updates to Hazelcast 5.5.0 and Spring Boot 3.4.0
  • added hazelcast-wm (previously this sample was using hazelcast-all that is no longer available)
  • fixed how thymeleaf access to session id
  • improved test

TODO
This sample uses hazelcast-wm library. Spring uses the jakarta namespace in the latest version, we updated to jakarta namespace in 5.1-SNAPSHOT.

We need

  • update the hazelcast-wm version to 6.0 (updating to jakarta namespace is major breaking change)
  • do a release

Some code samples were previously moved out into separate repositories.
This makes them hard to maintain.

Changes:
- updates to Hazelcast 5.5.0 and Spring Boot 3.4.0
- added hazelcast-wm (previously this sample was using hazelcast-all
  that is no longer available)
- fixed how thymeleaf access to session id
- improved test

TODO
This sample uses hazelcast-wm library. Spring uses the jakarta namespace
in the latest version, we updated to jakarta namespace in 5.1-SNAPSHOT.

We need
- update the hazelcast-wm version to 6.0 (updating to jakarta namespace
  is major breaking change)
- do a release
@frant-hartm frant-hartm force-pushed the spring/re-add/spring-boot-webfilter-session branch from 74551ed to b00e473 Compare November 26, 2024 09:39
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.

1 participant