[
https://issues.apache.org/jira/browse/BEAM-10402?focusedWorklogId=504936&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-504936
]
ASF GitHub Bot logged work on BEAM-10402:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Oct/20 22:21
Start Date: 26/Oct/20 22:21
Worklog Time Spent: 10m
Work Description: kennknowles commented on pull request #13134:
URL: https://github.com/apache/beam/pull/13134#issuecomment-716855673
Confirmed with `git bisect` that this change causes the java compile.
```diff
--- a/sdks/java/container/build.gradle
+++ b/sdks/java/container/build.gradle
@@ -82,7 +82,7 @@ licenseReport {
project.rootProject.findProject(':sdks:java:io:kafka')]
excludeOwnGroup = true
excludeGroups = ["beam.*"] // project dependencies do not match their
maven coords
- configurations = ALL
+ configurations = ["runtime", "shadow", "compile"]
renderers = [new JsonReportRenderer()]
}
```
I did not also bisect but I also guess that `excludes =
['org.checkerframwork:jdk8']` causes the compile. That line doesn't work
anyhow, because it excludes deps too late.
----------------------------------------------------------------
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: 504936)
Time Spent: 7h 50m (was: 7h 40m)
> [Umbrella] Eliminate nullability errors from Beam Java
> ------------------------------------------------------
>
> Key: BEAM-10402
> URL: https://issues.apache.org/jira/browse/BEAM-10402
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Kenneth Knowles
> Priority: P1
> Labels: Clarified, starter
> Time Spent: 7h 50m
> Remaining Estimate: 0h
>
> I enabled the checker framework and the core SDK exceeds 100 nullability
> errors immediately. We should make this number zero, since nullability errors
> are solved problem in computer science and they do periodically impact Beam.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)