kagkarlsson / db-scheduler

Persistent cluster-friendly scheduler for Java
Apache License 2.0
1.23k stars 188 forks source link

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

Closed peter277 closed 3 months ago

peter277 commented 5 months ago

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

Reminders


cc @kagkarlsson

kagkarlsson commented 3 months ago

I had to disable this again for the spring-boot-starter module due error when building. Have not had time to investigate, but I have added javadoc+sources to the CI-verification to catch it before merge.

kagkarlsson commented 3 months ago

See #498

kagkarlsson commented 3 months ago

🎉 This issue has been resolved in v14.0.1 (Release Notes)