mbknor / mbknor-jackson-jsonSchema

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

support Scala 3 #183

Open pjfanning opened 7 months ago

pjfanning commented 7 months ago

Is there a chance that a Scala 3 supporting release could be made. AWS "software.amazon.kinesis:amazon-kinesis-client" jar depends on this project but hardcodes Scala 2.12 dependency (amazon-kinesis-client is a Java project).

Apache Pekko and Alpakka connectors for Kinesis use "software.amazon.kinesis:amazon-kinesis-client".

Relates to https://github.com/apache/incubator-pekko-connectors/issues/479