Results 5 issues of Travis Furrer

Although #134 took the first step in the direction of providing basic support for JPMS modularity, there is still a problem for modular apps with a dependency on lz4-java. The...

It would be nice if this plugin could somehow be enhanced to detect whenever the new Netbeans 11 "Gradle" or "Groovy And Gradle" plugins are installed, and warn the user...

I tried to set up the "test" task in my root project build scripts to depend on all subprojects test tasks, so that executing "test" on the root project in...

It was essential that #429 at least added Automatic-Module-Name to the manifest of all .jar files. This request is to continue further down the road of support for JPMS. In...

The 'events' list in FiredEvents is always created and enabled by FxToolkitContext.setRegisteredStage(Stage). This can be a significant memory leak whenever tests run for a long time, or have event handlers/filters...