-
Notifications
You must be signed in to change notification settings - Fork 133
Cross-compile modules for Scala 3 #755
Comments
@DieBauer since akka-http has a 10.5.0-M1 release for Scala 3 (e.g. https://repo1.maven.org/maven2/com/typesafe/akka/akka-http-core_3/10.5.0-M1/) what are the next steps planned here? |
If you want to support Jackson for Scala 3, you can look at a change I made to my Pekko fork of this lib. I removed the scala-reflect dependency that akka-http-jackson has and started using jackson-module-scala's ClassTagExtensions to support getting class information from implicit ClassTags. |
@pjfanning I think we did the same changes, see #757 for the jackson scala 3 support :) @luksow, I can update akka version as well. But I'm not sure when a release will be cut with the other modules in as well, @hseeberger what is your idea of this project? |
I'd love to find other maintainers, because currently I have no time to work on it. |
If we can get a few volunteers together to maintain these libs and their pekko equivalents, I guess I can help out. |
akka-http-avro4savro4s-json module does not have a Scala 3 flavour and is removed from projectimport io.github.kag0.ninny.Auto._
doesn't exist, and ToSomeJson and FromJson need to be constructed manually in order for tests to pass.And of course akka (or Pekko) itself, currently the akka-http modules are not cross-published for Scala 3
The text was updated successfully, but these errors were encountered: