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

Unix domain socket: upgrade dependencies; remove classifier #2108

Merged
merged 1 commit into from
Feb 10, 2020

Conversation

ennru
Copy link
Member

@ennru ennru commented Jan 27, 2020

Purpose

Upgrade to later versions of "jiffi" and "jnr-unixsocket" and remove the classifier on "jiffi".

References

The classifier puts sbt-whitesource off https://travis-ci.com/akka/alpakka/jobs/280329800#L356

Background Context

I'm not sure if the classifier is needed anymore. It works locally on OSX for me.

@probot-autolabeler probot-autolabeler bot added the dependency-change For PRs changing the version of a dependency. label Jan 27, 2020
@ennru ennru added this to the 2.0.0-M3 milestone Jan 27, 2020
@@ -440,8 +440,8 @@ object Dependencies {

val UnixDomainSocket = Seq(
libraryDependencies ++= Seq(
"com.github.jnr" % "jffi" % "1.2.17" classifier "complete", // ApacheV2
Copy link
Contributor

Choose a reason for hiding this comment

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

Unsure if the classifier is still required. It certainly used to be. What’s the downside of having it still?

Copy link
Member Author

Choose a reason for hiding this comment

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

My immediate problem is that it (with Coursier) breaks the Whitesource reporting.

Copy link
Contributor

Choose a reason for hiding this comment

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

Coursier has problems with artifacts, see e.g. sbt/sbt#5325 (and the linked issues there as well).

Copy link
Member

Choose a reason for hiding this comment

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

The testsuite in this branch runs fine for me locally.

@seglo
Copy link
Member

seglo commented Jan 27, 2020

Might be related to this issue in sbt-whitesource lightbend/sbt-whitesource#58

@ennru ennru added this to Incoming Issues and PRs in Akka streaming via automation Jan 31, 2020
@ennru ennru moved this from Incoming Issues and PRs to Ready for review in Akka streaming Jan 31, 2020
@ennru ennru force-pushed the unix-domain-socket-upgrades branch from e0e8394 to f3e337d Compare February 10, 2020 12:21
Copy link
Member

@seglo seglo left a comment

Choose a reason for hiding this comment

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

LGTM. It would be nice to confirm upstream if this classifier is required, but it doesn't seem to be necessary to run our testsuite.

Akka streaming automation moved this from Ready for review to Reviewer approved Feb 10, 2020
@ennru
Copy link
Member Author

ennru commented Feb 10, 2020

@huntc I'll merge this now, please reach out in case you run into problems without the dependency classifier.

@ennru ennru merged commit 59a3018 into akka:master Feb 10, 2020
Akka streaming automation moved this from Reviewer approved to Done Feb 10, 2020
@ennru ennru deleted the unix-domain-socket-upgrades branch February 10, 2020 16:15
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:unix-domain-socket
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants