-
Notifications
You must be signed in to change notification settings - Fork 1
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
Use Circe as serde library for JSON in Agent, Server and Model modules #200
Labels
enhancement
New feature or request
Comments
Merged
Perhaps as part of this effort, it might make sense to:
|
This was referenced Jun 12, 2024
also please test / check if this is still a bug once you have your solution there: #133 |
TebaleloS
added a commit
that referenced
this issue
Jul 1, 2024
TebaleloS
added a commit
that referenced
this issue
Jul 2, 2024
…/github.com/AbsaOSS/atum-service into feature/#200-Use-circe-as-serde-lib-forjson
benedeki
added a commit
that referenced
this issue
Jul 11, 2024
…modules * addid circe dependency and using it * using circe syntax in flow classes * removing play Json dependencies, and PlayJsonImplicits class * revised arrayPutUsing string implicit conversion * removed json4s and replaced its usage * defining implicits in the companion objects of the given DTOs * removing jacksonModuleScala * Redefining ResultValueType custom types --------- Co-authored-by: Pavel Salamon <[email protected]> Co-authored-by: David Benedeki <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have decided to use Circe in our projects (Atum, AUL). It's about time to replace the existing serialization with Circe based one.
The text was updated successfully, but these errors were encountered: