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

Dropping support for Akka 2.4 for 2.5 #57

Open
dnvriend opened this issue Aug 30, 2018 · 5 comments
Open

Dropping support for Akka 2.4 for 2.5 #57

dnvriend opened this issue Aug 30, 2018 · 5 comments
Labels

Comments

@dnvriend
Copy link
Owner

Akka 2.4.20 is now 1 year old, I am dropping support for it. The 2.5.0.0 branch will be renamed to master and the codebase will be refactored to support 2.5.0. The current master will be renamed to 2.4.20.

@cosmir17
Copy link

cosmir17 commented Feb 13, 2019

Hi Dennis( @dnvriend ),

I would like to ask you about versioning for Akka dependencies.
I see that you are currently providing support for Akka version 2.5.15

Does it mean Akka version 2.5.20 is not currently supported? I am happy to use the older Akka version(2.5.15) if it's not the case.

Thank you,
Sean

P.S. This might be already discussed. Would it be ok to have 2.5.15.1 in the Maven repository, please?
Currently, versions up to 2.5.1.1 is listed.
https://mvnrepository.com/artifact/com.github.dnvriend/akka-persistence-inmemory
I can use 'Bintray' repository but I prefer to use the Maven repository.

@BeatSager
Copy link
Contributor

BeatSager commented Feb 13, 2019

We use it currently an own build 2.4.20 version with Akka 2.5.19 and it works fine.
The patch we use is only this #59 .

@cosmir17
Copy link

I have experimented with the (dnvriend)2.5.15.1 version. I got the following log message.
For the (dvriend) 2.5.1.1 version, you can replace 2.5.15 to 2.5.1 in the same message.

akka.util.ManifestInfo - Detected possible incompatible versions on the classpath. Please note that a given Akka version MUST be the same across all modules of Akka that you are using, e.g. if you use [2.5.20] all other modules that are released together MUST be of the same version. Make sure you're using a compatible set of libraries. Possibly conflicting versions [2.5.20, 2.5.15] in libraries [akka-persistence:2.5.20, akka-protobuf:2.5.20, akka-persistence-query:2.5.15, akka-actor:2.5.20, akka-slf4j:2.5.20, akka-stream:2.5.15]

@BeatSager Did you have a similar log when you built with Akka 2.5.19? Should I ignore this warning for Akka 2.5.20 version?

@cosmir17
Copy link

@BeatSager in the end, I used akka 2.5.15. The warning message disappeared.

@BeatSager
Copy link
Contributor

Would be great when the 2.5.0.0 could be rebased on the current master so that for example the #59 is available in 2.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants