Ryan Schmitt
Ryan Schmitt
I've realized that for my two main coding use cases (`git add` and opening files in Vim), I almost always need to select more than one thing. For instance, I'll...
This change adds a missing permissions check to the `getClassLoaders` method of `LoaderUtil` before attempting to retrieve the system class loader.
The execution model for `@Theory`-based tests is virtually tailor-made for generative testing: you take some parameters and assert an invariant over them. However, based on my reading of the current...
### Current Behavior When configuring an `ExecSpec` or similar, it is not required to provide an actual _path_ to the executable; instead it is perfectly legal to supply an executable...
### Issue type Missing information ### Problem description As far as I can tell, the entire "Authoring JVM Builds" section of the documentation fails to mention the `annotationProcessor` configuration. @ljacomet...
It looks like we've unknowingly duplicated each other's effort: https://github.com/rschmitt/heatseeker (I did notice the 'Selecta' crate on crates.io a while back, but all it appeared to contain was a Rust...
Since https://github.com/cbeust/jcommander/pull/533, it has apparently been impossible to use an @file to pass a single string value argument that contains spaces. I tried four different ways of doing it, and...
## Description I've come across a bug where a call to `org.apache.log4j.LogManager.getLogger()` exhibits apparently unintended side effects on the configuration (particularly log levels) of other loggers that were created previously....
Running `native-image` with junixsocket-rmi on the classpath produces: ``` Warning: Could not resolve org.newsclub.net.unix.rmi.RemoteCloseableThing$IsCloseable for serialization configuration. Warning: Could not resolve org.newsclub.net.unix.rmi.RemoteCloseableThing$NotCloseable for serialization configuration. Warning: Could not resolve org.newsclub.net.unix.rmi.RemoteCloseableThingImpl...