-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
scalapb-json4s for Scala 2.13 #674
Comments
With regards to the Java-compatibility: the docs mention how to achieve this with SBT
How to configure this via Maven ( I've followed the sample from here https://github.com/thesamet/scalapb-maven-example/blob/master/pom.xml ) |
Hi @lostiniceland , we already have 2.13 support in the past few versions: https://mvnrepository.com/artifact/com.thesamet.scalapb/scalapb-json4s For java conversions on maven. The scala/java converters are generating optionally by passing a parameter to the plugin. Currently, |
Thanks for the clarrification. My Maven search was somehow wrong, the latest version I saw was 0.3.3 which only had Scala 2.12. Sorry |
Any plans on releasing the json-support for Scala 2.13?
If the project is not continued, how can I convert from a generated case-class to the underlying java-type, so I could use the protobuf-java-format artefakt which expects a GeneratedMessage type to print to json.
The text was updated successfully, but these errors were encountered: