You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/11/03 16:41:00 UTC

[jira] [Work logged] (BEAM-12313) Publish Java 17 SDK Harness docker image

     [ https://issues.apache.org/jira/browse/BEAM-12313?focusedWorklogId=674743&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-674743 ]

ASF GitHub Bot logged work on BEAM-12313:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Nov/21 16:40
            Start Date: 03/Nov/21 16:40
    Worklog Time Spent: 10m 
      Work Description: kennknowles commented on a change in pull request #15675:
URL: https://github.com/apache/beam/pull/15675#discussion_r742132102



##########
File path: sdks/java/testing/test-utils/src/test/java/org/apache/beam/sdk/testutils/jvmverification/JvmVerification.java
##########
@@ -55,6 +54,11 @@ public void verifyTestCodeIsCompiledWithJava11() throws IOException {
     assertEquals(v11, getByteCodeVersion(JvmVerification.class));
   }
 
+  @Test
+  public void verifyTestCodeIsCompiledWithJava17() throws IOException {
+    assertEquals(v17, getByteCodeVersion(JvmVerification.class));

Review comment:
       Need to add an entry to `versionMapping`, right?




-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 674743)
    Time Spent: 5.5h  (was: 5h 20m)

> Publish Java 17 SDK Harness docker image
> ----------------------------------------
>
>                 Key: BEAM-12313
>                 URL: https://issues.apache.org/jira/browse/BEAM-12313
>             Project: Beam
>          Issue Type: Sub-task
>          Components: build-system, sdk-java-harness
>            Reporter: Ismaël Mejía
>            Assignee: Fernando Morales
>            Priority: P3
>          Time Spent: 5.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)