akka / alpakka

Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
https://doc.akka.io/docs/alpakka/current/
Other
1.26k stars 646 forks source link

Drop Akka 2.5 support #2054

Closed ennru closed 3 years ago

ennru commented 4 years ago

Short description

When is a good time for Alpakka to go on and stop supporting Akka 2.5?

References

624

https://github.com/akka/akka-grpc/issues/762

Details

Alpakka dropped Akka 2.4 more than 2 years ago (#633). Akka 2.6 was released on 2019-11-06.

ennru commented 4 years ago

When dropping Akka 2.5, the backported copies of RetryFlow need to be dropped from Alpakka. (eg. #2146)

ennru commented 3 years ago

With #2457 Akka 2.6.10 is the only version supported. Leaving this open as Alpakka needs to leverage to improvements in Akka Streams from Akka 2.6

seglo commented 3 years ago

Implemented in #2457