Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.
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.
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.