Skip to content

beam-wide: blacklist Throwables.propagate and remove uses - #270

Closed
dhalperi wants to merge 3 commits into
apache:masterfrom
dhalperi:throwables-blacklist
Closed

beam-wide: blacklist Throwables.propagate and remove uses#270
dhalperi wants to merge 3 commits into
apache:masterfrom
dhalperi:throwables-blacklist

Conversation

@dhalperi

Copy link
Copy Markdown
Contributor

This is a forward-port of GoogleCloudPlatform/DataflowJavaSDK#232

@dhalperi

Copy link
Copy Markdown
ContributorAuthor

R: @klk@tgroh

<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava-jdk5</artifactId>
</exclusion>

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is because we imported the wrong version of Throwables (from API client) and thus removed this dependency.

[INFO] --- maven-surefire-plugin:2.18.1:test (runnable-on-service-tests) @ direct-runner ---
[INFO] Tests are skipped.
[INFO] [INFO] --- maven-dependency-plugin:2.10:analyze-only (default) @ direct-runner ---
[WARNING] Unused declared dependencies found:
[WARNING] com.google.http-client:google-http-client:jar:1.21.0:compile
[INFO] ------------------------------------------------------------------------

@tgroh

tgroh commented May 2, 2016

Copy link
Copy Markdown
Member

LGTM

@dhalperi

Copy link
Copy Markdown
ContributorAuthor

Thanks! Will merge after I fixup the tests.

@asfgitasfgit closed this in 3ebdf48May 2, 2016
@dhalperi
dhalperi deleted the throwables-blacklist branch May 2, 2016 22:33
dhalperi added a commit to GoogleCloudPlatform/DataflowJavaSDK that referenced this pull request May 2, 2016
iemejia pushed a commit to iemejia/beam that referenced this pull request Jan 12, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@dhalperi@tgroh