You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/01/14 07:30:00 UTC

[jira] [Work logged] (AVRO-3306) Java: Build failure with JDK 18+

     [ https://issues.apache.org/jira/browse/AVRO-3306?focusedWorklogId=708906&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-708906 ]

ASF GitHub Bot logged work on AVRO-3306:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/Jan/22 07:29
            Start Date: 14/Jan/22 07:29
    Worklog Time Spent: 10m 
      Work Description: martin-g opened a new pull request #1459:
URL: https://github.com/apache/avro/pull/1459


   Ignore compilation warnings that member fields are not Serializable
   
   ### Jira
   
   - [X] My PR addresses the following [AVRO-3306](https://issues.apache.org/jira/browse/AVRO-3306) issue.
   
   ### Tests
   
   - [X] My PR reuses the old unit tests.
   
   ### Commits
   
   - [X] My commits all reference Jira issues in their subject lines.
   
   ### Documentation
   
   - [X] No need of new documentation
   


-- 
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: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 708906)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>          Time Spent: 10m
>  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)