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

Clear com.sun.naming.internal.ResourceManager#propertiesCache #41723

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Jul 6, 2024

This is only effective if the class is made accessible, which we make in our code.
I noticed this a few times in my heap dumps and I noticed this was also handled in some other frameworks (until the switch to Java 9 that made the --add-opens mandatory).
I think dealing with it in our codebase is a good idea from a sustainability point of view.

@quarkus-bot quarkus-bot bot added area/dependencies Pull requests that update a dependency file area/testing labels Jul 6, 2024

This comment has been minimized.

This is only effective if the class is made accessible, which we make in
our code.
I noticed this a few times in my heap dumps and I noticed this was also
handled in some other frameworks (until the switch to Java 9 that made
the --add-opens mandatory).
I think dealing with it in our codebase is a good idea from a
sustainability point of view.
@gsmet gsmet force-pushed the clear-ResourceManager-cache branch from 3f58397 to 38d9997 Compare July 6, 2024 14:41
@quarkus-bot quarkus-bot bot added the area/jaxb label Jul 6, 2024
Copy link

quarkus-bot bot commented Jul 6, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 38d9997.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@gsmet gsmet merged commit 224fb37 into quarkusio:main Jul 9, 2024
52 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.13 - main milestone Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants