Phillip Webb
Phillip Webb
We still have `SolrAutoConfiguration` in and `SolrHealthIndicator` in the codebase.
And `InfluxDbAutoConfiguration`.
The `org.springframework.boot.docs.howto.messaging.disabletransactedjmssession.MyJmsConfiguration` Kotlin and Java samples will need to be updated after the fix. The `@Suppress("NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS")` annotation should also be removed from the Kotlin sample.
Here's one possible idea from @bsideup https://gist.github.com/bsideup/5077bb332e38814abe27905e28e62fc3
Also https://github.com/joshlong/testcontainers-auto-services-prototype
After some discussion with @eddumelendez and @bsideup today at Devnexus one option that came up was the idea of launching a version of your application from `src/test/java` so that it...
Another thought, this would allow the fairly common pattern of a custom container subclass to work with a simple `@Import`.
I've opened the following issues to provide support for testcontainers at development time: - [ ] #35019 - [ ] #35021 - [ ] #35022
Here's a Java version of the sample: https://github.com/philwebb/scratch-gh-29303
@Declow0 What version are you upgrading from? I tried 2.5 and I think I get the same result. Do you need to mix Spring MVC and Jersey in your application?