manifold-systems / manifold

Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.
http://manifold.systems/
Apache License 2.0
2.43k stars 125 forks source link

Support only LTS versions of JDKs and the latest release #375

Closed rsmckinney closed 2 years ago

rsmckinney commented 2 years ago

Support only LTS versions of JDKs and the latest release.

It is getting a bit unwieldy supporting all JDK versions since Java 8. Going forward manifold is going to limit support to only LTS versions and the latest JDK release. Right now, this means manifold will support LTS releases 8, 11, and 17 + latest release 18, but other non-LTS releases will no longer be supported. This also means code that works today with a non-LTS release may not work after these changes take effect.

rsmckinney commented 2 years ago

Complete with release 2022.1.15