[
https://issues.apache.org/jira/browse/BEAM-9124?focusedWorklogId=372631&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-372631
]
ASF GitHub Bot logged work on BEAM-9124:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jan/20 23:27
Start Date: 15/Jan/20 23:27
Worklog Time Spent: 10m
Work Description: suztomo commented on issue #10603: [BEAM-9124] Linkage
Checker 1.1.2 with report-only-reachable option
URL: https://github.com/apache/beam/pull/10603#issuecomment-574905076
In that artifact graph, our tool picks up the first occurrence of C, and
thus C 1.0 into the class path. (C 1.1 is not picked up). This is Maven's way
(dependency mediation) to build a class path from an artifact.
Dependency mediation is not related to different from
"report-only-reachable" option. This option works for class reference graph
(detail in https://jlbp.dev/glossary.html). It checks whether Java classes in
beams-sdks-java-io-google-cloud-platform have any direct/indirect references to
the problematic classes. The option suppresses the errors from the unreachable
classes (such as ones in appengine-api-1.0-sdk).
----------------------------------------------------------------
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: 372631)
Time Spent: 1h (was: 50m)
> Upgrade linkage checker 1.1.2 to avoid Maven HTTPS problem
> ----------------------------------------------------------
>
> Key: BEAM-9124
> URL: https://issues.apache.org/jira/browse/BEAM-9124
> Project: Beam
> Issue Type: Bug
> Components: build-system
> Reporter: Tomo Suzuki
> Assignee: Tomo Suzuki
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Upgrade linkage checker 1.1.2 to avoid Maven HTTPS problem.
> I'm releasing the new version (1.1.2) with this fix:
> https://github.com/GoogleCloudPlatform/cloud-opensource-java/issues/1128
> Version 1.1.1 has an option to "--report-only-reachable" to remove noise from
> classes that are not referenced by the root artifact.
> CC: [~lcwik]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)