Robert Scholte
Robert Scholte
When trying to build and run doxia-module-markdown with Java9 (9-ea+144-jigsaw) it fails and after some digging it seems the issue has to do with the AsmUtils. The exception looks like...
In the examples I see `assertThat(result).isSuccessful();`, which looks a bit of bad legacy from maven-verifier. Instead I'd propose `assertThat(result, isSuccessful());`, so it is in like with the way we are...
docker-jmeter 5.4 still depends on Java 8. Assuming most want to rely on LTS versions, both Java 11 and 17 are available for some time. I haven't been able to...
it looks like it is trying to create e new instance based on this property. I guess it would be better to loop over the providers and check if there...
this fixes #392
Hi, I'm thinking of doing a release of the maven-compiler-plugin soon. I've added a page describing all the known multirelease patterns[1]. I've also created integrationtests based on these patterns[2]. If...
I did a quick scan and it seems like there's a copy created (renamedFile), but the content is never added to the destFile. And afterwards the renamedFile is deleted, leaving...
### Expected Behavior Even though micronaut is not yet fully modularized, there are some steps to be taken before #6395 can be solved. This is an important one. Root cause...
Logging is a relative expensive operation. Logging during tests is only useful if it is being read (so most likely it is ignored during a succesful run), so it should...