sangria-subscriptions-example icon indicating copy to clipboard operation
sangria-subscriptions-example copied to clipboard

General Update: Scala, Akka, Akka Stream, Sangria.

Open Nojipiz opened this issue 6 months ago • 0 comments

The biggest changes in this update are:

  • SBT (to 1.10.1)
  • Scala version (to 2.13.14).
  • Akka.
  • Akka Streams.
  • Replaced de.heikoseeberger.akka.sse to akka-stream-alpakka-sse.
  • Removed warnings due to library update. (mostly Akka deprecations).
  • Refactor at MemoryEventStore due to ActorPublisher deprecation, replaced with GraphStage.

Tested at JDK 21 and sbt version 1.10.0

Nojipiz avatar Aug 11 '24 07:08 Nojipiz