Peter
Peter
Add Automatic-Module-Name attribute to jar manifests for better Java 9+ JPMS compatibility. Affects: db-scheduler and db-scheduler-boot-starter. Naturally the automatic module names I have entered are suggestions - please amend if...
This pull request modernises MITIE's build process by improving shared library compilation, adding pkg-config and CMake package support, and modularising CMake configuration with new optionality, making packaging and distribution more...
Add support for optional attach parameter to disable artifact attachment fixes #620 # Checklist - [x] Make sure there is a [GitHub issue](https://github.com/apache/maven-jlink-plugin/issues) filed for the change (usually before you...
### New feature, improvement proposal Support for an optional `` parameter (defaulting to true) that controls whether the generated runtime image should be attached as a Maven artifact. In some...
* Update required Java to 8 (targeting 7 not supported anymore) * Upgrade to JUnit 5 and in particular change ConvertorTest to use assertLinesMatch to fix line ending mismatch errors...