Jakob van Kruijssen

Results 5 comments of Jakob van Kruijssen

As far as I can see, `FormatChecker` has undergone some work and no longer seems to be using said exception. In fact, is it possible the entire `com.sun.mail:javax.mail` artifact is...

Adding something like ```json "overrides": { "ng2-file-upload": { "@angular/common": "17.0.4", "@angular/core": "17.0.4" } } ``` to `package.json` could also be used as a stopgap measure.

Thanks, will do! (may be a few days before I get to it)

Actually, I'm not sure how this could be easily & meaningfully tested in a unit test. `ThreadLocal` instances are really quite annoying. The don't allow their value to be queried...

> @cardamon : a check-leak test? > > https://github.com/apache/activemq-artemis/tree/main/tests/leak-tests Didn't knew that existed as I'm not that familiar with the project but I'll have a look at that, thx.