Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BEAM-4411] Update Jackson version to latest to pick up security fixes. #5485

Merged
merged 1 commit into from May 25, 2018

Conversation

lukecwik
Copy link
Member

Note that I converged the usage of the joda date time datatype to use the same version as Jackson since they are released together.


Follow this checklist to help us incorporate your contribution quickly and easily:

  • Format the pull request title like [BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replace BEAM-XXX with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

It will help us expedite review of your Pull Request if you tag someone (e.g. @username) to look at it.

Note that I converged the usage of the joda date time datatype to use the same version as Jackson since they are released together.
@lukecwik lukecwik requested review from iemejia and pabloem May 25, 2018 16:56
Copy link
Member

@pabloem pabloem left a comment

Choose a reason for hiding this comment

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

Please self merge. Note one question I had.

@@ -96,7 +96,6 @@
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_2.11</artifactId>
<version>2.8.9</version>
<scope>runtime</scope>
Copy link
Member

Choose a reason for hiding this comment

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

Is the version here somehow 'inherited' from the top level pom? Or why don't we have it here?

Copy link
Member Author

@lukecwik lukecwik May 25, 2018

Choose a reason for hiding this comment

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

It is inherited from the root pom.xml here:

beam/pom.xml

Line 1275 in b807847

<artifactId>jackson-module-scala_2.11</artifactId>

Anytime someone adds it explicitly, it overrides the root but in this case it is a duplicate of what was defined in the root pom.xml.

Copy link
Member

Choose a reason for hiding this comment

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

Cool. SGTM.

@lukecwik
Copy link
Member Author

Run Spark ValidatesRunner

@lukecwik
Copy link
Member Author

Run Flink ValidatesRunner

@lukecwik
Copy link
Member Author

Run Apex ValidatesRunner

@lukecwik lukecwik merged commit 354af94 into apache:master May 25, 2018
Sign up for free to 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.

None yet

2 participants