mbknor / mbknor-jackson-jsonSchema

Generate JSON Schema with Polymorphism using Jackson annotations
MIT License
232 stars 75 forks source link

Rewrite in Java, drop Scala dependencies #160

Open almson opened 2 years ago

almson commented 2 years ago

This thing being written in Scala is a problem:

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

fdutton commented 2 years ago

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 commented 2 years ago

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