Robert Lichtenberger
Robert Lichtenberger
## Expected Behavior No exception should be thrown when scrolling ## Actual Behavior Exception is thrown when scrolling ## Reproducible Demo Using JavaKeywordsDemo, I've copied the preset text until I...
When importing a project that has a dependency to ` implementation 'javax.annotation:javax.annotation-api:1.3.2'` an import like: `import javax.annotation.PostConstruct;` will lead to an error: `The package javax.annotation is accessible from more than...
This PR fixes the problem that only one configuration can be specified which makes it impossible to use the plugin in conjunction with gradle test-fixtures (https://docs.gradle.org/current/userguide/java_testing.html#sec:java_test_fixtures) that need to access...
At the moment build.gradle only works with newer Java Versions, since the javafx plugin is contained therein. Somehow this must be made optional. Releases should also be made compatible so...
Some checks (field required, max input length, etc.) are so common we should provide convenience ways of adding them
Consider the case where a check is programmatically built out of a set of objects, e.g. Check check = validator.createCheck() .withMethod(this::atLeastOneParameter); for (ComboFormField combo : combos.values()) { check .dependsOn(combo.getDataIndex(), combo.chosenItemProperty())...
### Expected behavior Error free compile ### Observed behavior ``` > rli@linuxcnctest:~/LibreCAD$ git checkout tags/2.1.3 > Note: checking out 'tags/2.1.3'. > ... > rli@linuxcnctest:~/LibreCAD$ qmake librecad.pro > Project MESSAGE: We...
Since Jetty 9 is no longer community supported as of June 1st, 2022 and will be end-of-life soon: Will there be version of Restlet-2.4 that integrates with one of the...
I just downloaded and unpacked dungeon-revealer-windows-v1.17.1. When I try to access the DM Section I get this error: > Starting dungeon-revealer@96ce843 > This development version is undefined commits ahead of...