Phillip Webb

Results 467 comments of Phillip Webb

> Can this property be set to 0 (or a very small value close to 0, like 5ms) when devtools reload is enabled? Yes, I think we can have better...

@somayaj I'm not sure that translating the message into every possible language is going to be feasible.

We're going to look at adding links to the issue. Hopefully, for most, we can do this with BOMR. For Spring projects we will need a manual process until BOMR...

@ddobrin Can you please provide a sample application if you have one that shows the problem.

We're a little worried that `@ConditionalOnSingleCandidate` would make the error harder to find. We think the best option would be to add `@ConditionalOnMissingBean(TransactionProvider.class)` to at least allow a custom `TransactionProvider`...

We're going to add the fix Andy suggested above and look at adding a different exception type for Wavefront and Kafka.

We might be able to hack something on out custom backend in the meantime

There's no easy way to do this with the backend so I think we should just live with it until the Antora migration.

Reopening because it might be possible to fix this in isolation without needing the full #32106 fix.

I wonder if we can set the `jdk.util.jar.enableMultiRelease` system property to `false` for now?