pjfanning edited a comment on pull request #15260: URL: https://github.com/apache/shardingsphere/pull/15260#issuecomment-1038414030
@linghengqian the alternate yaml I showed in https://github.com/apache/shardingsphere/pull/15260#issuecomment-1037178060 is not generated using snakeyaml - it was generated using jackson-dataformat-yaml. I would suggest that you dump snakeyaml because it is not well maintained. The yaml that jackson-dataformat-yaml generates in much more readable and portable. * https://bitbucket.org/snakeyaml/snakeyaml/issues/387/support-for-generic-types-when-serializing is open for over 4 years. I extended your sample in a fork I made - see https://github.com/pjfanning/snakeyaml-update-test/blob/master/jackson-test/src/test/java/org/example/jackson/JacksonTest.java -- 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]
