Phillip Webb
Phillip Webb
I like the idea as well and error prone has been on the list of things to investigate for a while.
Marking this as blocked as we want to see what Framework do.
A PR would be most welcome @scordio. This is something we'll probably aim to merge in 4.0 along with JSpecify support.
I think it can, thanks @ppkarwasz. We can reopen if @wilkinsona disagrees.
The `@ServiceConnection` annotation is designed to provide a bridge between something that Spring Boot can connect to and a container that provides an appropriate service. For example, `JdbcConnectionDetails` provides details...
Another option might be to add an option to `spring.docker.compose.lifecycle-management` or tweak `start-and-stop`.
@hojooo, Thanks for the offer @hojooo. The current issue is marked as `pending-design-work` so we're not sure which direction we want to go just yet. We probably won't get to...
Closing in favor of PR #48257. Thanks @ramzeta!
The Tomcat logging is in https://github.com/apache/tomcat/blob/45192db77a33283b53ff03d715c2a6ffa527ac75/java/org/apache/tomcat/util/net/AbstractEndpoint.java#L436-L448. I don't think we can set `certificateKeystoreFile` directly because then Tomcat will try to load it. I wonder if we can `null` it out...
Thanks @vahidmah, that explanation is very useful. If you have time to submit a PR that would be most welcome.