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

HBase: version 1.4.9 #1654

Merged
merged 2 commits into from
Aug 21, 2019
Merged

HBase: version 1.4.9 #1654

merged 2 commits into from
Aug 21, 2019

Conversation

shimamoto
Copy link
Contributor

Purpose

This change is to upgrade Apache HBase to 1.4.9, which is the current stable version.

Changes

This PR changed an HBase docker image to run tests using HBase 1.4.

@ennru ennru added the p:hbase label Apr 22, 2019
@ennru
Copy link
Member

ennru commented Apr 22, 2019

We need to be careful when upgrading versions to keep binary compatibility and might need to defer it to a non-patch release.

@ennru ennru added this to the 1.1.0 milestone May 14, 2019
Seq(
libraryDependencies ++= Seq(
// for some reason version 2.2.3U1 started to get picked which was not accepted by Whitesource)
"com.sun.xml.bind" % "jaxb-impl" % "2.2.3-1", // CDDL + GPLv2
// TODO: remove direct dependency ^^ when updating from these very old versions
Copy link
Member

Choose a reason for hiding this comment

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

Can the direct jaxb-impl dependency go away now?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I removed the jaxb-impl dependency. HBase tests are OK, but UnixDomainSocketSpec is failing somehow.

Copy link
Member

Choose a reason for hiding this comment

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

No worries about UnixDomainSocket.

Does it still depend on jaxb-impl? What version?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

HBase 1.4.9 includes jaxb-impl 2.2.3-1

@ennru ennru modified the milestones: 1.1.0, 2.0.0 Jun 28, 2019
Copy link
Member

@ennru ennru left a comment

Choose a reason for hiding this comment

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

LGTM.

@ennru
Copy link
Member

ennru commented Aug 9, 2019

We upgraded some dependencies in test scope already. Can you rebase this and resolve the conflicts, please?

@probot-autolabeler probot-autolabeler bot added the dependency-change For PRs changing the version of a dependency. label Aug 20, 2019
@ennru
Copy link
Member

ennru commented Aug 20, 2019

I rebased this branch on current master.

@ennru
Copy link
Member

ennru commented Aug 21, 2019

Failure was #1801

@ennru ennru merged commit d7d9fbb into akka:master Aug 21, 2019
@ennru
Copy link
Member

ennru commented Aug 21, 2019

Thank you for this upgrade!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency-change For PRs changing the version of a dependency. p:hbase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants