Michael Nielson

Results 6 comments of Michael Nielson

Thank you for your help. I looked at item 3 closely. The list of files on my classpath is consistent, my logging looks like this: Assembling classpath with /project-dir/common/build/libs/common-1.20.2.jar Assembling...

Removing the parent class loader did not change anything. I'll see if I can log an issue over there and then link back here.

> So, specifying system ClassLoader as the parent or not specifying it is the same thing... the system ClassLoader is the default delegation parent ClassLoader. I've removed the explicit specification...

The way I am reading the implementation of jar file caching here seems relevant: https://github.com/JetBrains/jdk8u_jdk/blob/master/src/share/classes/sun/net/www/protocol/jar/JarURLConnection.java#L122 It looks to me like caching keeps the jar file open and that would mean...

We are between a rock and a hard place. OTEL isn't quite ready yet, opentracing is supported but not being updated and support for the javax namespace is ending (Spring...

Thank you, that sounds about right. I spent some time looking for other "tracing" filters in github and found a few opinions on this, Integer.MIN_VALUE (and +10), 0, or a...