Thomas Mortagne
Thomas Mortagne
I guess things like Nexus and Artifactory provide some UI to upload an artifact and might be looking at this embedded pom.xml to avoid having to also upload a separated...
I finally notice this mess (random keys and mouse going crazy in various softwares, especially browsers) after upgrading to Ubuntu 24.04 was happening shortly after switching from one workspace to...
Thanks @brad4d, that's definitely good enough for me 🙂
Yes, as detailed by @niloc132 and as I should have mentioned a bit more explicitly in the issue description, it's indeed a regression from v20231112.
Thanks for the reference to `ServletHandler.setDecodeAmbiguousURIs(true);` and the example. Is there any way to set this through configuration of a more standard jetty setup, like in the case of `uriCompliance`...
Same problem on Android 11 (actually Amazon Fire OS 8.3.2.4). > Don't think it's supposed to, but the app never requests any file storage permissions Yes, I too feel like...
> xercesImpl which is present in your project's classpath makes it fail Yes, but what is not clear to me is why. Maven plugins are supposed to run with their...
> My first guess is that it comes from the xjcPlugins resolution process That's what the log seems to suggest. But I guess my question would be more if this...
> I've done a PR to manually exclude xercesImpl and xml-apis which both conflicts the JDK classes from JDK8 (and above) in the process. That should fix this weird issue...
> @tmortagne can you share the dependency tree out or display the classpath? You just mean the result of `mvn dependency:tree` on this module or something else ? `xercesImpl` is...