jmrozanec / cron-utils

Cron utils for parsing, validations and human readable descriptions as well as date/time interoperability.
http://cron-utils.com
Apache License 2.0
1.15k stars 262 forks source link

Update codebase to JDK17 #486

Open jmrozanec opened 3 years ago

jmrozanec commented 3 years ago
albertotn commented 3 years ago

I'm working on this :D

albertotn commented 3 years ago

see #487

IndeedSi commented 3 years ago

Does this mean we want to drop support for Java 11? Java 11 is a widely used LTS version. I'm afraid jumping directly to 17 and dropping support will cause low usage.

albertotn commented 3 years ago

My suggestion here is not to drop support for Java 11, wait a little bit ( six months ?) do a check again and then support them both for a little while ( 1 year ?) then drop java 11 support

jmrozanec commented 3 years ago

@IndeedSi we can go on supporting Java 11 - no problem with that. I agree we should prioritize adoption over moving fast to new JDK versions. Thanks! 😄