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

4.x: Mapper manager cache key fix #9121

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

tomas-langer
Copy link
Member

@tomas-langer tomas-langer commented Aug 9, 2024

Resolves #9113

Fix cache key. It was using array, which does not have a good equals method. Replaced with List.

@tomas-langer tomas-langer added the 4.x Version 4.x label Aug 9, 2024
@tomas-langer tomas-langer added this to the 4.1.0 milestone Aug 9, 2024
@tomas-langer tomas-langer self-assigned this Aug 9, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 9, 2024
@barchetta barchetta merged commit 9f8e847 into helidon-io:main Aug 9, 2024
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory leak in io.helidon.common.mapper.MapperManagerImpl
3 participants