Daniel Kraus
Daniel Kraus
First of all: thanks a lot for the excellent documentation Gluon provides! 🙏 I'm currently migrating a [JavaFX app](https://github.com/beatngu13/pdf-zoom-wizard/) from Java 8 / Oracle Java VM to Java 11 /...
At the moment, the build causes a new warning because of: https://docs.gradle.org/current/userguide/upgrading_version_8.html#deprecate_register_feature_main_source_set I first have to read through this, which is why I marked this PR as a draft. Simply...
Before we were using the OpenAPI Maven Plugin along with the [`java`](https://openapi-generator.tech/docs/generators/java/) (client) generator. It has a bunch of helpful options such as: * `generateApis`: whether to generate APIs or...
We introduced Dependabot in #315 / #337, and removed it in #443 / #444: >As dependabot is configured now, it opens a PR per update (which practically means "per dependency")...
Since the Gradle update from 8.5 to 8.7 via #807, we get the following warning: ``` > Configure project : The 'jackson' feature was created using the main source set....