Open
Conversation
This can help people download artifacts for any op-rabbit branch or commit SHA and be able to test not-yet-released versions.
This change should enable to use op-rabbit with Akka 2.6 especially Akka Stream as the akka-streams support module was using deprecated API that got removed in 2.6
|
Any chance of SpinGo new release?? |
|
@timcharper could you please take a look? If it's ok, is that possible to create a new release? plz |
vic
commented
Jun 14, 2021
| libraryDependencies ++= Seq( | ||
| "com.timcharper" %% "acked-streams" % "2.1.1", | ||
| "com.typesafe.akka" %% "akka-stream" % akkaVersion), | ||
| // TODO: remove and switch to com.timcharper when https://github.com/timcharper/acked-stream/pull/7 gets merged and published |
Contributor
Author
There was a problem hiding this comment.
timcharper/acked-stream#7 has been merged, just need to wait for a release.
|
@timcharper Sorry for the mention, can you either plan a new release or add some new people as maintainers? |
Contributor
|
https://github.com/pjfanning/op-rabbit supports scala 2.13 and akka 2.6 |
@pjfanning This results in Page not found. |
Contributor
|
@stingster I fixed the URL in the comment above |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We are finally moving away from akka25 to akka26.
This branch is just a merge of #194 and #195.
Thanks to all people involved on moving op-rabbit forward.
Compiled artifacts are available at:
https://jitpack.io/#deal-engine/op-rabbit/a6f2dea2