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

Cross-compile modules for Scala 3 #755

Open
7 of 10 tasks
DieBauer opened this issue Nov 15, 2022 · 5 comments
Open
7 of 10 tasks

Cross-compile modules for Scala 3 #755

DieBauer opened this issue Nov 15, 2022 · 5 comments

Comments

@DieBauer
Copy link
Contributor

DieBauer commented Nov 15, 2022

And of course akka (or Pekko) itself, currently the akka-http modules are not cross-published for Scala 3

@luksow
Copy link

luksow commented Feb 15, 2023

@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?

@pjfanning
Copy link

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.

@DieBauer
Copy link
Contributor Author

@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?

@hseeberger
Copy link
Owner

I'd love to find other maintainers, because currently I have no time to work on it.

@pjfanning
Copy link

If we can get a few volunteers together to maintain these libs and their pekko equivalents, I guess I can help out.

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

No branches or pull requests

4 participants