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

feat: add javadsl api for the Migration Tool #550

Open
sebastian-alfers opened this issue Apr 12, 2024 · 0 comments
Open

feat: add javadsl api for the Migration Tool #550

sebastian-alfers opened this issue Apr 12, 2024 · 0 comments

Comments

@sebastian-alfers
Copy link
Contributor

sebastian-alfers commented Apr 12, 2024

Currently the Migration Tool only has a scala api which requires the java user to convert the results (scala futures), which is not very convenient.

It was recommended to introduce a scaladsl and javadsl package, and then to move the existing scala based implementation one to scaladsl packed and then create a subclass (or facade) where it currently resides with the same name, and deprecate that.

Constructor signature should be maintained to stay binary compatible, if possible.

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

1 participant