Juergen Hoeller
Juergen Hoeller
Thanks for the clarification, Andy - that clarifies a lot. Could Micrometer possibly only start listening to GC notifications once it is fully initialized, including the beans that it depends...
We can consider officially replacing `spring-jcl` with regular Apache Commons Logging 1.3.0 in Spring Framework 7, provided that we can get Log4J 2.x and SLF4J support without any extra dependencies....
For better or for worse, we have a lot of binary dependencies on the Commons Logging API across the portfolio, partly due to exposed `protected Log logger` fields, partly due...
Please understand that JPMS simply does not allow for defining new classes in unrelated ClassLoaders: There is intentionally no Java platform API that lets us do this. This is not...
@wilkinsona thanks for the update, I'll turn this issue into a documentation ticket then. There is indeed nothing we can do in scenarios where we don't control the ClassLoader, and...
I've added a note to the reference documentation as well as corresponding hints to the exceptions thrown from CGLIB's `ReflectUtils` and specifically from `ConfigurationClassEnhancer`. I hope this improves the guidance...
In terms of our envisioned scenarios there, it's indeed appropriate to create a per-operation `JmsTemplate` instance with the corresponding settings applied before invoking the actual operation on it. This is...
So this looks like a race condition between the time when the server starts accepting connections and the time when it is actually able to properly respond to those connections...
Reviewing this with @rstoyanchev, this turns out to be a lifecycle misalignment where the startup of the message broker happens after the startup of the embedded server in Spring boot,...
Putting this into 6.x Backlog along with #27400. @odrotbohm as discussed, please update the issue title to reflect the actual enhancement request more clearly.