[
https://issues.apache.org/jira/browse/AVRO-3120?focusedWorklogId=707060&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-707060
]
ASF GitHub Bot logged work on AVRO-3120:
----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Jan/22 18:43
Start Date: 11/Jan/22 18:43
Worklog Time Spent: 10m
Work Description: martin-g commented on a change in pull request #1454:
URL: https://github.com/apache/avro/pull/1454#discussion_r782431581
##########
File path: lang/java/pom.xml
##########
@@ -289,9 +289,10 @@
<!-- Avro uses Sun's java code style conventions with 2 spaces,
this is a modified version of
the eclipse formatter -->
<file>${main.basedir}/lang/java/eclipse-java-formatter.xml</file>
- <version>4.19.0</version>
+ <version>4.21.0</version>
</eclipse>
- <removeUnusedImports/>
+ <!-- Temporarily disabled for JDK 16+ builds -->
+ <!--<removeUnusedImports/>-->
Review comment:
I hope we can leave with this being disabled until we update Avro to JDK
11. Then we can add the needed `--add-exports ...` for Spotless Maven plugin in
`.mvn/jvm.config`
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 707060)
Time Spent: 20m (was: 10m)
> Support Next Java LTS (Java 17)
> -------------------------------
>
> Key: AVRO-3120
> URL: https://issues.apache.org/jira/browse/AVRO-3120
> Project: Apache Avro
> Issue Type: Improvement
> Components: java
> Reporter: Ismaël Mejía
> Assignee: Martin Tzvetanov Grigorov
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> With the upcoming release of the next Java LTS version (Java 17) we should
> validate on Apache Avro that it works correctly in this Java version.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)