[
https://issues.apache.org/jira/browse/AVRO-3126?focusedWorklogId=774997&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-774997
]
ASF GitHub Bot logged work on AVRO-3126:
----------------------------------------
Author: ASF GitHub Bot
Created on: 26/May/22 11:18
Start Date: 26/May/22 11:18
Worklog Time Spent: 10m
Work Description: martin-g commented on code in PR #1680:
URL: https://github.com/apache/avro/pull/1680#discussion_r882566640
##########
lang/java/build.sh:
##########
@@ -35,6 +35,11 @@ main() {
# Test the modules that depend on hadoop using Hadoop 2
mvn -B test -Phadoop2
;;
+ testJava17)
+ mvn -DdisableJava17=false -B test
+ # Test the modules that depend on hadoop using Hadoop 2
+ mvn -B test -Phadoop2
Review Comment:
IMO we can execute just `mvn -DdisableJava17=false -B test` at
https://github.com/apache/avro/pull/1680/commits/50977227b1500dd73763c99e7962a00f18d7ec6d#diff-a0e5c0a6a98abf33065a9bfa4dd160ca920278cbdbfabed88cb317a10df9f294R83
and remove `testJava17` from here
Issue Time Tracking
-------------------
Worklog Id: (was: 774997)
Time Spent: 1.5h (was: 1h 20m)
> Create a module to integrate Java 17 specific features (like Java Records)
> with Avro
> ------------------------------------------------------------------------------------
>
> Key: AVRO-3126
> URL: https://issues.apache.org/jira/browse/AVRO-3126
> Project: Apache Avro
> Issue Type: Improvement
> Components: java
> Reporter: Ismaël Mejía
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Java introduced [records|https://openjdk.java.net/jeps/359] on Java 14. It is
> a good idea to explore how we can make users life easier using modern Java
> APIs for example when mapping Java Records from/to Avro Records.
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)