Olivier Cailloux
Olivier Cailloux
I would like to inject a test class’ field from my launcher before executing the test. IIUC, this is [currently](https://stackoverflow.com/questions/47633819/injecting-test-classes-created-by-platform-launcher) [impossible](https://github.com/junit-team/junit5/issues/3747). This feature request documents the reason I (think that...
## What Needs to be Documented? When using the Ignored files editor, it would be nice to know exactly how my pattern will be used, and what can and can’t...
The doc in README [indicates](https://github.com/asciidoctor/asciidoctorj/blob/master/README.adoc#using-asciidoctorj-in-an-osgi-environment) that in an OSGi environment, the Factory create method accepting a class loader has to be used. But it is [deprecated](http://static.javadoc.io/org.asciidoctor/asciidoctorj/1.6.0-alpha.6/org/asciidoctor/Asciidoctor.Factory.html) in 1.6.0-alpha.6. Also, the...
Multiple `jaxws-maven-plugin` artifacts can be [found](https://search.maven.org/search?q=a:jaxws-maven-plugin) on Maven Central, three of which have been updated recently. Here are the group ids and the developers as mentioned in the respective poms....
I am very happy to see this fork, showing activity again to the great Mesen-S project! Thanks a lot! I hope it is appropriate to post again my issue that...
I love your approach! This is the way to go for those who, like me, don’t like sneaky throws. I just reviewed several popular SO questions that deal with the...
**Describe the bug** When providing a json object instead of a json array and asking Jsonb to produce a list, the library returns an empty list; whereas it should throw...
About Javadoc, the GJSG [states](https://google.github.io/styleguide/javaguide.html#s7.1.2-javadoc-paragraphs): “One blank line—that is, a line containing only the aligned leading asterisk (*)—appears between paragraphs, and before the group of block tags if present.” Is...
When switching my dependency from `ch.qos.logback:logback-classic:1.4.14` to ([next](https://central.sonatype.com/artifact/ch.qos.logback/logback-classic/versions)) version `1.5.0` (or to `1.5.2`), vscode tells me: “Incompatible .class files version in required binaries. Project […] is targeting a 17 runtime,...
### Context Use the `com.sun.xml.ws:jaxws-maven-plugin` task to “wsimport” a WSDL file from some URL that requires authentication. ### Current behavior One [needs to](https://eclipse-ee4j.github.io/metro-jax-ws/3.0.0/docs/ch04.html#tools-wsimport) use something like this. ```[xml] https://example.com/myWSDL WSDL_credentials.txt...