Phillip Webb
Phillip Webb
I was thinking about this one the other day and I wonder if we could offer a way to apply labels the `application.yaml`. Something like: ```yaml spring: docker: compose: labels:...
The main reason behind my thinking was we could support the other labels (such as `org.springframework.boot.readiness-check.tcp.disable`), but listing services is probably easier to follow.
@adamalexandru4 Perhaps we need to improve our documentation. Adding a`org.springframework.boot.ignore` label should not stop Spring Boot from running `docker compose up`. Did you try that and find it wasn't the...
Thanks very much @bedla, this is now in 2.7.x and merged forwards to all supported branches.
@sdeleuze Any update from the Framework team?
I'm not sure that we should merge this one or not. I think it might be quite annoying for those that still use `cmd.exe`. Perhaps we can take another look...
We might be able to change `PropertySourcesPlaceholdersResolver` to check for a `CharSequence` rather than a `String` since `ConfigTreePropertySource.Value` implements `CharSequence`. There is a risk a `configtree` file might be binary...
Not as yet I'm afraid @lazystone
It might also be related to #33710
@travispeloton Did you mean to comment on this issue? I'm not sure I see how your problem is related to Kotlin data classes.