Skip to content

Duplicate Spring Boot 2/3 starter and autoconfigure modules for Spring Boot 4 #14416

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

adinauer
Copy link

After my first attempt at fixing #14363, in #14415, I instead tried creating new modules for supporting Spring Boot 4.

New modules:

  • spring-boot-autoconfigure-4.0
  • spring-boot-starter-4.0

I've set both of them as otel.stable=false, so they're released as alpha version.

I've confirmed this to work with Spring Boot 4 on one of our Sentry sample applications by publishing to my local Maven repository. The ClassNotFoundException for org.springframework.boot.autoconfigure.web.client.RestClientAutoConfiguration is gone and the application starts up.

Copy link

linux-foundation-easycla bot commented Aug 12, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: adinauer / name: Alexander Dinauer (acd7c8c)
  • ✅ login: otelbot[bot] (e827295)

@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 12, 2025
@otelbot-java-instrumentation
Copy link
Contributor

🔧 The result from spotlessApply was committed to the PR branch.

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
Development

Successfully merging this pull request may close these issues.

1 participant