fabioformosa / quartz-manager

REST API and UI Console Manager for Quartz Scheduler. This is a Java Library & UI embeddable single page app, to control and monitor jobs scheduled with Quartz Scheduler
Apache License 2.0
232 stars 84 forks source link

Java Upgrade & Compatibility issue #76

Open fabioformosa opened 1 year ago

fabioformosa commented 1 year ago

Currently the library is developed in java8 to embrace a wider audience. Quartz Manager needs to upgrade its java version, of course, to take advantages of new features. It's crucial to investigate what happens if the java version would be upgraded to java 17. Is it feasible a cross-compiler configuration or is it better to upgrade to java 11?

fabioformosa commented 1 year ago

https://stackoverflow.com/questions/54447541/how-to-write-code-in-java-11-but-target-java-8-and-above