Skip to content

Advance spring-session-hazelcast to use latest features #2381

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
neilstevenson opened this issue Jul 18, 2023 · 3 comments
Closed

Advance spring-session-hazelcast to use latest features #2381

neilstevenson opened this issue Jul 18, 2023 · 3 comments
Assignees
Labels

Comments

@neilstevenson
Copy link

Expected Behavior

spring-session-hazelcast should be modified to use latest features of Hazelcast, so that is easier to deploy.

Current Behavior

For example, #1131
The EntryProcessor is based on java.io.Serializable and better serialization mechanisms exist.

Context
Will record the details once known, but want to have a placeholder so as not to accidentally overlap with other work that may be ongoing.

@neilstevenson neilstevenson added status: waiting-for-triage An issue we've not yet triaged type: enhancement A general enhancement labels Jul 18, 2023
@neilstevenson
Copy link
Author

Please can you assign to me

@marcusdacoregio
Copy link
Contributor

Hi @neilstevenson, thanks for volunteering, this issue is now assigned to you. Please share the implementation details before going deep into it. We must align what we can do without breaking backward compatibility.

@neilstevenson
Copy link
Author

After (finally) getting round to reviewing this, I'm wondering if a better way exists.

The problem is Map<String, Object> sessionAttrs

Given the value is Object then a general purpose serializer is needed.

I'm close. If I do think of a better way I'll reopen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants