Dave Syer
Dave Syer
You've got WARN and INFO logs there, so probably you can just ignore them, or shut them off by disabling the loggers. If you have a crisp way to reproduce...
Which application are you talking about? If you have a sample, please share a link.
I wouldn't expect #2087 to affect this necessarily. We would need to move the `@EventListener` probably. I think the issue is mostly cosmetic though.
What version of Tomcat is that?
There's an option in Tomcat to forcibly stop threads and clean up class loaders. I thought it was on by default, but maybe not (or maybe you switched it off)....
Angel does not have that thread pool in it (the one referenced by Spencer as fixed in master). Are we talking at cross purposes here?
It’s probably not possible for your current issue to be the same as this one (the code changed a lot since Angel). Please open a new issue and provide detailed...
Great, so `wasm-as` works without the 2-phase optimization, but not with the same `input.wat` as `wat2wasm`. It must be that `wat2wasm` generates different bytecode that is more amenable to being...
For the sake of clarity, you can build a `jlink` package for a Spring Boot app. It works well with Java 11 and 17 (with 17 much leaner at runtime),...
Here are some more data points. I found that with a vanilla Spring Boot webflux app `jdeps` will report that it needs ``` java.base,java.desktop,java.instrument,java.management,java.naming,java.prefs,java.rmi,java.scripting,java.sql,jdk.httpserver,jdk.jfr,jdk.unsupported ``` (so no XML modules). If...