[
https://issues.apache.org/jira/browse/BEAM-8106?focusedWorklogId=515715&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-515715
]
ASF GitHub Bot logged work on BEAM-8106:
----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Nov/20 18:55
Start Date: 23/Nov/20 18:55
Worklog Time Spent: 10m
Work Description: emilymye commented on pull request #13374:
URL: https://github.com/apache/beam/pull/13374#issuecomment-732358628
R: @TheNeuralBit
R: @kennknowles
After some investigation, I think this is actually the more reliable way
created to run Java 11 tests against Java 8 Beam (based on conversation from an
old [PR](https://github.com/apache/beam/pull/11113) - the WIPs mentioned there
are closed PRs but the actual code was
[committed](https://github.com/apache/beam/commit/cecc4db31322c9071f3c0e894b03f070e4a6340a)
later on. We should go back and fix tests in either case.
To test locally, I ran
```
./gradlew
:runners:google-cloud-dataflow-java:examplesJavaRunnerV2IntegrationTest
-PdisableSpotlessCheck=true
-PcompileAndRunTestsWithJava11
-PskipCheckerFramework
-Pjava11Home=...
-PdataflowProject="..."
-PdataflowTempRoot="..."
-PdockerImageRoot="..."
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 515715)
Time Spent: 16h 50m (was: 16h 40m)
> Publish Java 11 SDK Harness docker image
> ----------------------------------------
>
> Key: BEAM-8106
> URL: https://issues.apache.org/jira/browse/BEAM-8106
> Project: Beam
> Issue Type: Sub-task
> Components: build-system, sdk-java-harness
> Reporter: Hannah Jiang
> Priority: P3
> Labels: Clarified, portability
> Time Spent: 16h 50m
> Remaining Estimate: 0h
>
> There are multiple benefits including optimized String representation in
> memory, better GC, more Docker friendliness and others that could be of the
> interest of users.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)