martin-g commented on pull request #1454: URL: https://github.com/apache/avro/pull/1454#issuecomment-1012831437
Right! It looks safe to say this! :-) But don't mention JDK 18/19 EAs yet! Here we still have few problems: ``` [ERROR] Failures: [ERROR] TestSpecificCompiler.testInvalidParameterCounts:212->assertCompilesWithJavaCompiler:86->assertCompilesWithJavaCompiler:129 Warnings produced when compiling generated code with -Xlint:all expected:<0> but was:<100> [ERROR] TestSpecificCompiler.testLogicalTypesWithMultipleFieldsDateTime:746->assertCompilesWithJavaCompiler:86->assertCompilesWithJavaCompiler:129 Warnings produced when compiling generated code with -Xlint:all expected:<0> but was:<3> [ERROR] TestSpecificCompiler.testMaxValidParameterCounts:200->assertCompilesWithJavaCompiler:86->assertCompilesWithJavaCompiler:129 Warnings produced when compiling generated code with -Xlint:all expected:<0> but was:<100> [ERROR] TestSpecificCompiler.testUnionAndFixedFields:738->assertCompilesWithJavaCompiler:86->assertCompilesWithJavaCompiler:129 Warnings produced when compiling generated code with -Xlint:all expected:<0> but was:<2> ``` -- 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]
