ppatierno opened a new pull request, #21318:
URL: https://github.com/apache/kafka/pull/21318

   As described in the corresponding JIRA 
https://issues.apache.org/jira/browse/KAFKA-20076, by changing the `PluginInfo` 
from being a class to be a record, the corresponding JSON serialization of the 
`type` field from `PluginType` enum is now wrong: uppercase and not lowercase 
anymore.
   This PR fixes the issue by annotating the `PluginType.toString` with 
`@JsonValue` so it's used for serializer/deserialize the `type` field as before.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to