-
Notifications
You must be signed in to change notification settings - Fork 40.9k
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
Actuator is always needed to build a native image with spring-boot-testcontainers #38392
Labels
status: superseded
An issue that has been superseded by another
Comments
spring-projects-issues
added
the
status: waiting-for-triage
An issue we've not yet triaged
label
Nov 19, 2023
eddumelendez
changed the title
actuator is always needed to build a native image
actuator is always needed to build a native image with spring-boot-testcontainers
Nov 19, 2023
Thanks for catching this, @eddumelendez. I suspect that this was caused by the fix for #36606. |
wilkinsona
added
type: task
A general task
and removed
status: waiting-for-triage
An issue we've not yet triaged
labels
Nov 20, 2023
wilkinsona
added
type: regression
A regression from a previous release
for: team-meeting
An issue we'd like to discuss as a team to make progress
and removed
type: task
A general task
labels
Nov 20, 2023
philwebb
changed the title
actuator is always needed to build a native image with spring-boot-testcontainers
Actuator is always needed to build a native image with spring-boot-testcontainers
Nov 20, 2023
Actually, since #36606 never made it to a release I'll close this one a superseded so it's not in the release notes. |
philwebb
added
status: superseded
An issue that has been superseded by another
and removed
type: regression
A regression from a previous release
for: team-meeting
An issue we'd like to discuss as a team to make progress
labels
Nov 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Among all
ContainerConnectionDetailsFactory
,org.springframework.boot.testcontainers.service.connection.zipkin.ZipkinContainerConnectionDetailsFactory
is one of the ConnectionDetails that is not inspring-boot-autoconfigure
and it is registered hereProject: https://github.com/eddumelendez/testcontainers-samples/tree/main/spring-boot-jpa
GHA: https://github.com/eddumelendez/testcontainers-samples/actions/runs/6899103097/job/18770192551?pr=5
Log:
The text was updated successfully, but these errors were encountered: