GoogleCloudPlatform / ide-login

The plugins-login-common library for authenticating with the Google Cloud Platform shared by several IDE plugins including Google Cloud Tools for Eclipse, Google Cloud Tools for IntelliJ, and Android Studio.
Apache License 2.0
2 stars 9 forks source link

Switch to GSON instead of jackson #77

Open elharo opened 3 years ago

elharo commented 3 years ago

per go/json-madness

LovinLifee commented 3 years ago

I personally use GSON too, but I wouldn't recommend it to anybody anymore since it's been discontinued. Jackson is still being updated.

elharo commented 3 years ago

GSON is not discontinued.