Phillip Webb
Phillip Webb
> Are there any plans to add this feature? @k163377 Any triaged issue still open is something we think is a valid idea. This particular issue is in the `3.x`...
Moving to 2.6.9 since we need to push updated XSDs for #31126
Have you tried escaping the quotes? ``` JAVA_OPTS="-Xmx200m -XX:OnOutOfMemoryError=\"/home/alexey/tmp/oom/oom_helper.sh %p\" -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/alexey/tmp/oom/" ```
I've raised an [issue with the Gradle team](https://github.com/gradle/gradle/issues/12895) to see if they want to switch as well.
It turns out the timezone specific date is used because the zip writer expects one. See https://github.com/gradle/gradle/issues/12895#event-3268197433
I've aligned put the same "fix" in Gradle as Maven now so things are at least consistent.
The `setName(...)` method can be used to set a specific name. We could also look at making the registration class `BeanNameAware`. It looks like we already check for a `null`...
@mhalbritter I like that, but I think we should consider it an enhancement and target it to 3.1. There's the chance that existing users might be depending on the class...
Looking at this again, we do log a warning if registration fails. https://github.com/spring-projects/spring-boot/blob/69d6aa418b68435fb2e14e4537d614b66dcc8734/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/DynamicRegistrationBean.java#L109. Perhaps we should keep things as they are in 2.7 but change that to an exception in...
I wonder if Spring Boot could do more if there was also a programmatic way to receive those events outside of just logging them. Perhaps then if the `ActionMovieRepository` bean...