aljoscha opened a new pull request #10944: [FLINK-15739] Fix TypeSerializerUpgradeTestBase on Java 12 URL: https://github.com/apache/flink/pull/10944 The problem was that some of the relocated classes in PojoSerializerUpgradeTest have enums in them. Java 12 introduced the EnumDesc class and enums will have an inner subclass of this defined that does not have a ClassLoader. We now filter out classes that don't have a classloader in the ClassRelocator because these classes don't have bytecode that we could relocate. cc @igalshilman Do you have an opinion on this?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
