raboof commented on issue #1118: URL: https://github.com/apache/incubator-pekko/issues/1118#issuecomment-1999615547
> When you run actor-tests for Java 21, why do you need to use actor code built with Java 21 ? You don't ;). Running the unittests from the same sbt session with which you're building the code (in a single JVM) seems typical, though? > It is actually inaccurate because we have no intent right now to release jars with code built with Java 21. I see the value in running actor-tests with Java 21 just that it should use actor module classes built with Java 11 (the version we use to build releases). I don't feel strongly on whether we should build with Java 11 or with Java 21 (though we should likely continue to allow both) - I'm mainly trying to get away from 8 -- 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]
