google / gson

A Java serialization/deserialization library to convert Java Objects into JSON and back
Apache License 2.0
23.16k stars 4.27k forks source link

Fix compilation warnings & add test #2614

Closed Marcono1234 closed 5 months ago

Marcono1234 commented 5 months ago

Purpose

Follow-up for #2364

Description

Unfortunately #2561 had introduced additional checks after #2364 had been last updated; so when it was now merged to main these checks caused failures for the new code.

Marcono1234 commented 5 months ago

Note: The "Check API compatibility" workflow fails because it tries to build the old broken state from main. That will be resolved once this is merged.