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

Rewrite in Java, drop Scala dependencies #160

Open
almson opened this issue Jan 12, 2022 · 2 comments · May be fixed by #159
Open

Rewrite in Java, drop Scala dependencies #160

almson opened this issue Jan 12, 2022 · 2 comments · May be fixed by #159

Comments

@almson
Copy link

almson commented Jan 12, 2022

This thing being written in Scala is a problem:

  • a bunch of extra dependencies
  • difficulty in making contributions

This library would be better if it was written in Java. To that end, I've went ahead and made a conversion.

@almson almson linked a pull request Jan 12, 2022 that will close this issue
@fdutton
Copy link

fdutton commented Feb 2, 2022

I agree that this project should be rewritten in Java. I also encountered difficulties with its use of Scala. Mainly with the conflicts created with other libraries that also use Scala but use different versions.

I think you are unlikely to succeed in this request given that you are asking this project to not only switch languages but also adopt Java 17. There are many clients of this project that still use Java 8. Even if you were successful in arguing that Java 8 has reached its end-of-life, Java 11 still has two years before it reaches that state. At a minimum, you would have to support Java 11. To make it a drop-in replacement, you have to support Java 8.

@almson
Copy link
Author

almson commented Feb 2, 2022

@fdutton Java version is not a big deal. I wanted to see if there's interest. If so, feel free to participate in my repo.

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

Successfully merging a pull request may close this issue.

2 participants