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

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

                Author: ASF GitHub Bot
            Created on: 29/Sep/20 19:54
            Start Date: 29/Sep/20 19:54
    Worklog Time Spent: 10m 
      Work Description: kennknowles commented on pull request #12899:
URL: https://github.com/apache/beam/pull/12899#issuecomment-700950350


   The Jenkins failure is due to Jenkins not finding a test report file. 
Obviously this doesn't touch Python.


----------------------------------------------------------------
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: 492639)
    Time Spent: 6h  (was: 5h 50m)

> Project importing Beam that uses Java 11 and JPMS cannot compile
> ----------------------------------------------------------------
>
>                 Key: BEAM-8024
>                 URL: https://issues.apache.org/jira/browse/BEAM-8024
>             Project: Beam
>          Issue Type: Sub-task
>          Components: build-system
>            Reporter: Lukasz Gajowy
>            Assignee: Kiley Sok
>            Priority: P3
>              Labels: java11
>          Time Spent: 6h
>  Remaining Estimate: 0h
>
> This was suggested on the devlist in a [thread about Java 11 
> compatibility|https://lists.apache.org/thread.html/065e7cb9f25a4312ce5f0045ee2946c1d93c04615e37351f1e25a9b8@%3Cdev.beam.apache.org%3E].
>  
> I confirmed it in my sandbox project. Source code: 
> [https://github.com/lgajowy/beamJava11Compatibility]
> When building this sample project and importing 3 beam dependencies: 
> {code:java}
> dependencies {
>   compile group: 'org.apache.beam', name: 'beam-sdks-java-core', version: 
> '2.14.0'
>   compile group: 'org.apache.beam', name: 'beam-runners-direct-java', 
> version: '2.14.0'
>   compile group: 'org.apache.beam', name: 
> 'beam-sdks-java-extensions-google-cloud-platform-core', version: '2.14.0'
> } {code}
>  
> It is impossible to compile the project due to split-package problems: 
> {code:java}
>  error: the unnamed module reads package com.google.common.flogger from both 
> flogger and google.extensions
> error: module beam.sdks.java.extensions.google.cloud.platform.core reads 
> package com.google.common.flogger from both flogger and google.extensions
> error: module beam.model.pipeline reads package com.google.common.flogger 
> from both flogger and google.extensions
> error: module beam.model.job.management reads package 
> com.google.common.flogger from both flogger and google.extensions
> error: module beam.vendor.guava.20.0 reads package com.google.common.flogger 
> from both flogger and google.extensions
> error: module com.fasterxml.jackson.databind reads package 
> com.google.common.flogger from both flogger and google.extensions
> error: module google.auth.library.oauth2.http reads package 
> com.google.common.flogger from both flogger and google.extensions
> error: module google.api.services.cloudresourcemanager.v1.rev20181015 reads 
> package com.google.common.flogger from both flogger and google.extensions
> error: module gcsio reads package com.google.common.flogger from both flogger 
> and google.extensions
> error: module util reads package com.google.common.flogger from both flogger 
> and google.extensions
> ...{code}
>  
> as stated in the devlist thread, more dependencies can cause problems.



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

Reply via email to