Vadus

Results 4 comments of Vadus

Hi, I just tumbled into such side-effects from spinning up another `ApplicationContext`. In my case, I have a `SpringApplication` with a single Spring Cloud Stream Rabbit Binding and Actuator (Micrometer)...

To my problem, that the child application context resets the LoggerContext, I have a workaround ``` /** * Have to rebind {@link LogbackMetrics} to {@link io.micrometer.core.instrument.MeterRegistry} * after ServletWebServer was...

one simple workaround is to wrap your SQL with another `select * from ();`

Hi, vermutlich habe ich hier dasselbe Problem gemeldet https://github.com/evcc-io/evcc/discussions/14394 . Durch eine weitere Konfiguration an evcc habe ich dann das Aufkommen von Ladepausen reduziert und seit dem tauchte das Problem...