Michiel Leegwater
Michiel Leegwater
When I try to get going with rascal to apply it to my Java 11 project my understanding is that it won’t work due to missing support for Java 9...
Since Gradle 7 toolchains are supported by Gradle. See https://docs.gradle.org/current/userguide/toolchains.html It would be awesome to support them that way instead of the 'magic' lookup that is currently implemented.
When starting the standalone version I expected to be able to access the realms and other URIs. Startup shows the following logging (including accessing a realm): ``` $ java -jar...
Currently the examples in the readme only use JUnit 4. JUnit 5 is not mentioned at all. I would suggest to choose one of the following options: - Add JUnit...
When closing the ZContext I'm receiving the quite unclear message errno 4. What does it mean? The stacktrace: java.lang.IllegalStateException: errno 4 at zmq.Ctx.terminate(Ctx.java:272) at org.zeromq.ZMQ$Context.term(ZMQ.java:627) at org.zeromq.ZContext.destroy(ZContext.java:116) at org.zeromq.ZContext.close(ZContext.java:348) at...
Great idea to make an OpenTelemetry plugin for Gradle! When getting this to work on my local setup for development I fail to get the setup to work. My configuration...
**Expected behavior and actual behavior:** When retrieving the vulnerabilities report I expect a valid report when there are no vulnerabilities. Currently the report is: ``` { "application/vnd.security.vulnerability.report; version=1.1": { "generated_at":...