leerho commented on issue #261: URL: https://github.com/apache/datasketches-memory/issues/261#issuecomment-2659919467
You are correct. A Java 21 Jar cannot be used in Java 22 not because the class file versions are different, but because Oracle/Java will not guarantee backward compatibility for older versions of preview or incubator class file versions. FFM becomes part of the Java language in Java 22. However, we do not have the resources to support non-LTS versions of Java. Which means our next version of our Java library after 21 will be 25, which comes out in September. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
