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

Check for type pollution - can have a major performance impact #1668

Open
pjfanning opened this issue Jan 3, 2025 · 1 comment
Open

Check for type pollution - can have a major performance impact #1668

pjfanning opened this issue Jan 3, 2025 · 1 comment

Comments

@pjfanning
Copy link
Contributor

Check for type pollution - can have a major performance impact. Basically, Java Runtime up to v23 has an issue in a secondary cache used internally to track results of instanceof checks.

https://bugs.openjdk.org/browse/JDK-8180450

FasterXML/jackson-databind#4848

See the micronaut utility mentioned in the issue description.

It may also be useful to check pekko-http.

@He-Pin
Copy link
Member

He-Pin commented Jan 3, 2025

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

No branches or pull requests

2 participants