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

Scala 3 support #126

Open
pjfanning opened this issue May 30, 2023 · 2 comments
Open

Scala 3 support #126

pjfanning opened this issue May 30, 2023 · 2 comments
Labels
scala3 Scala 3 support

Comments

@pjfanning
Copy link
Contributor

pjfanning commented May 30, 2023

  • we have a real mixed bag of connectors in this project
  • some are easy to make work with Scala3
  • others have dependencies that don't support Scala3 or where the dependency version we use is old and there may be compatibility issues with upgrading
  • some cases involve getting the code to compile in Scala3 - some looks pretty tricky - other code is easy to get working

We may be able to get some connectors Scala 3 ready for pekko connectors 1.0.0.

Currently PRs are being merged to the scala3 branch (not main).

See https://github.com/apache/incubator-pekko-connectors/labels/scala3 for other issues - where work is delayed till later.

@nvollmar
Copy link
Contributor

Getting the ones we easily can might already be enough for the other downstream projects to continue.

@pjfanning
Copy link
Contributor Author

@nvollmar #123 gets about half of them working but doesn't cover some of the most popular ones like the cassandra one.

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

No branches or pull requests

2 participants