Skip to content

Avoid failures on spring boot 4-m1 #14420

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 2 commits into from
Aug 14, 2025

Conversation

laurit
Copy link
Contributor

@laurit laurit commented Aug 13, 2025

Resolves #14363
A bunch of classes move to different package in spring boot 4. This will hopefully avoid class loading exceptions, but the instrumentations will not function with boot 4.

@laurit laurit requested a review from a team as a code owner August 13, 2025 07:04
@github-actions github-actions bot added the test native This label can be applied to PRs to trigger them to run native tests label Aug 13, 2025
@zeitlinger
Copy link
Member

Great!

We should have at least a unit or integration test.

@laurit
Copy link
Contributor Author

laurit commented Aug 13, 2025

We should have at least a unit or integration test.

We usually don't test milestone versions. The intent of this PR is not to offer full support for spring boot m1 but rather to avoid our starter breaking with it. If you so wish you can add the tests and implement the missing functionality, but we could also do it at a later time when spring boot 4 has been released or when there is a release candidate.

@trask trask merged commit 3ac6d09 into open-telemetry:main Aug 14, 2025
91 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test native This label can be applied to PRs to trigger them to run native tests
Projects
None yet
4 participants