Fokko commented on PR #2855: URL: https://github.com/apache/avro/pull/2855#issuecomment-2059396949
Looks like the integration tests are still relying on JDK8: ``` [INFO] Required toolchain: jdk [ version='8' ] Error: No toolchain matched from 3 found for type jdk Error: Cannot find matching toolchain definitions for the following toolchain types: jdk [ version='8' ] ``` Looks like: - We want to remove this link: https://github.com/jbonofre/avro/blob/af7b63af762bc2aab442abcae52ca56cba7f86c0/lang/java/pom.xml#L203 - We should update this setting as well: https://github.com/jbonofre/avro/blob/af7b63af762bc2aab442abcae52ca56cba7f86c0/lang/java/interop-data-test/pom.xml#L82 -- 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]
