Abacn commented on code in PR #28918:
URL: https://github.com/apache/beam/pull/28918#discussion_r1366157216


##########
sdks/java/testing/test-utils/src/test/java/org/apache/beam/sdk/testutils/jvmverification/JvmVerification.java:
##########
@@ -39,6 +40,7 @@ public class JvmVerification {
     versionMapping.put("0034", v1_8);
     versionMapping.put("0037", v11);
     versionMapping.put("003d", v17);
+    versionMapping.put("0041", v21);

Review Comment:
   these are java bytecode versions. Yes from Java8 its been 44 (2c in hex) + 
version though no guarantee this trand continues. ref: 
https://javaalmanac.io/bytecode/versions/



-- 
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]

Reply via email to