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

Codec Update: SerializationCodec for Redis Fix #25988

Merged
merged 2 commits into from
Apr 29, 2024
Merged

Codec Update: SerializationCodec for Redis Fix #25988

merged 2 commits into from
Apr 29, 2024

Conversation

solnone
Copy link
Contributor

@solnone solnone commented Apr 29, 2024

Breaking change in redisson-3.19.0:
Default codec updated to Kryo5Codec.
Switched codec to SerializationCodec to resolve
Redis failures.

Fixes #22889


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

Breaking change in redisson-3.19.0:
Default codec updated to Kryo5Codec.
Switched codec to SerializationCodec to resolve
Redis failures.
…ig/CacheConfiguration.java.ejs

Co-authored-by: Marcelo Shima <[email protected]>
@mshima mshima merged commit 9690e42 into jhipster:main Apr 29, 2024
52 checks passed
@mraible mraible added this to the 8.4.0 milestone Apr 30, 2024
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.

Sql and Redis fails with LazyInitializationException
3 participants