michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
248 stars 203 forks source link

Consider requiring JDK 8 #111

Closed michaelklishin closed 6 years ago

michaelklishin commented 8 years ago

I feel it may be time to investigate JDK 8+ being our baseline supported version after the 2.0 release. I'd certainly benefit many to get the recent @pwojnowski's changes but after that maintaining JDK 6/7 compatibility becomes difficult to justify (IMO).

michaelklishin commented 7 years ago

Now that 2.0 is out, this can only go into 3.0.

michaelklishin commented 6 years ago

After giving it some thought, JDK 9 reaches EOL this year and I just don't see a lot of complaints about JDK 8 being required by a dozen of other small projects I'm involved this. Let's do this for 2.2.0. Done in master alongside CI fixes.