He-Pin commented on code in PR #2492:
URL: https://github.com/apache/pekko/pull/2492#discussion_r2523917401
##########
actor-typed-tests/src/test/java/jdocs/org/apache/pekko/typed/OnMessageIntroTest.java:
##########
@@ -137,26 +137,19 @@ public Behavior<RoomCommand> onMessage(RoomCommand msg)
throws UnsupportedEncodi
* return onPublishSessionMessage(psm);
* }
*
- * Java 17 onward: JEP 406 (https://openjdk.org/jeps/406) =>
+ * Java 21 onward: JEP 441 (https://openjdk.org/jeps/441 =>
Review Comment:
actually, this can be used in Java 17 too, just lack some features.
--
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]