[ https://issues.apache.org/jira/browse/AVRO-3306?focusedWorklogId=709055&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-709055 ]
ASF GitHub Bot logged work on AVRO-3306: ---------------------------------------- Author: ASF GitHub Bot Created on: 14/Jan/22 13:25 Start Date: 14/Jan/22 13:25 Worklog Time Spent: 10m Work Description: iemejia commented on a change in pull request #1459: URL: https://github.com/apache/avro/pull/1459#discussion_r784840037 ########## File path: .github/workflows/test-lang-java.yml ########## @@ -39,6 +39,7 @@ jobs: - '8' - '11' - '17' + - '18-ea' Review comment: wondering if we can already target 19-ea here since it is already out -- 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: issues-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 709055) Time Spent: 0.5h (was: 20m) > Java: Build failure with JDK 18+ > -------------------------------- > > Key: AVRO-3306 > URL: https://issues.apache.org/jira/browse/AVRO-3306 > Project: Apache Avro > Issue Type: Improvement > Components: java > Reporter: Martin Tzvetanov Grigorov > Assignee: Martin Tzvetanov Grigorov > Priority: Minor > Labels: pull-request-available > Time Spent: 0.5h > Remaining Estimate: 0h > > Few SpecificCompiler tests fail due to new warnings produced by the > compilation because the class Serializable but some of its fields are not. > For example: if the string type is CharSequence then such kind of warning is > printed: > {code} > warning: [serial] non-transient instance field of a serializable class > declared with a non-serializable type > private java.lang.CharSequence sf_97; > {code} -- This message was sent by Atlassian Jira (v8.20.1#820001)