tyro / rabbit-amazon-bridge

A service that routes JSON messages back and forth between AWS and rabbitmq
Apache License 2.0
18 stars 6 forks source link

Remove gson from the project #11

Closed maccac closed 5 years ago

maccac commented 5 years ago

We started using Gson when we started this project, then pulled in Jolt that uses Jackson under the hoods. We should just stick with Jackson. It is Springs default reducing configuration.

There is also a .jackson-kotlin-module that respects kotlins null safety during deserialisation which will eliminate some custom validation in our bridge file parser.