[BUG] [JAVA] [retrofit2] No serializationLibrary
supplied → defunct generated code?
#18812
Closed
3 of 6 tasks
Labels
Discovered this while working on #18811.
Basically #16853 added the necessary checks for
{{#gson}}
or{{#jackson}}
to the templates, but the generator code never set a proper default, so this bug was first released with 7.4.Bug Report Checklist
Suggest a fix
The
RETROFIT_2
execution path inJavaClientCodegen
needs toadditionalProperties.put(SERIALIZATION_LIB_XY, "true")
.The text was updated successfully, but these errors were encountered: