db-scheduler icon indicating copy to clipboard operation
db-scheduler copied to clipboard

fix: Add Automatic-Module-Name attribute to jar manifests for better Java 9+ JPMS compatibility

Open peter277 opened this issue 2 years ago • 0 comments

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 required.

Fixes

  • Maven warning when compiling modular project: Required filename-based automodules detected: [db-scheduler-13.0.0.jar]. Please don't publish this project to a public artifact repository!

Reminders

  • [ ] Added/ran automated tests
  • [ ] Update README and/or examples
  • [x] Ran mvn spotless:apply

cc @kagkarlsson

peter277 avatar Apr 06 '24 03:04 peter277