8000 Migrate from snakeyaml to snakeyaml-engine by ygree · Pull Request #554 · DataDog/jmxfetch · GitHub
[go: up one dir, main page]

Skip to content
8000

Migrate from snakeyaml to snakeyaml-engine #554

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

Merged
merged 1 commit into from
Apr 23, 2025

Conversation

ygree
Copy link
Contributor
@ygree ygree commented Apr 16, 2025

The main motivation is to get rid of using snakeyaml reflection, which is poorly compatible with GraalVM native builds. snakeyaml-engine is a slimmer version of snakeyaml, but without support for JavaBeans that rely heavily on reflection.

This is required for Java Tracer, which has JMXFetch embedded in native builds builds DataDog/dd-trace-java#8569.

The main motivation is to get rid of using snakeyaml reflection, which is poorly compatible with GraalVM native builds.
snakeyaml-engine is a slimmer version of snakeyaml, but without support for JavaBeans that rely heavily on reflection.
@ygree ygree self-assigned this Apr 16, 2025
@ygree ygree requested a review from a team as a code owner April 16, 2025 20:51
@ygree ygree requested a review from carlosroman April 16, 2025 20:53
@ygree ygree merged commit 5241d7d into master Apr 23, 2025
8 checks passed
carlosroman added a commit that referenced this pull request Jul 16, 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

Successfully merging this pull request may close these issues.

2 participants
0