[
https://issues.apache.org/jira/browse/AVRO-2421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16867029#comment-16867029
]
Hudson commented on AVRO-2421:
------------------------------
SUCCESS: Integrated in Jenkins build AvroJava #678 (See
[https://builds.apache.org/job/AvroJava/678/])
AVRO-2421 Allow multiple @AvroAliases annotations on classes and fields
(nandorkollar:
[https://github.com/apache/avro/commit/d8d73c8ea74268cd6d98d5ea9f83774d371ffed6])
* (edit) lang/java/avro/src/main/java/org/apache/avro/reflect/ReflectData.java
* (edit) lang/java/avro/src/main/java/org/apache/avro/reflect/AvroAlias.java
* (add) lang/java/avro/src/main/java/org/apache/avro/reflect/AvroAliases.java
* (edit) lang/java/avro/src/test/java/org/apache/avro/reflect/TestReflect.java
> Allow multiple @AvroAlias annotations on java classes and their fields
> ----------------------------------------------------------------------
>
> Key: AVRO-2421
> URL: https://issues.apache.org/jira/browse/AVRO-2421
> Project: Apache Avro
> Issue Type: Improvement
> Reporter: Johannes Schulte
> Assignee: Johannes Schulte
> Priority: Minor
> Fix For: 1.10.0
>
>
> The avro schema specification allows defining multiple aliases for fields and
> records and this can be useful especially when using java classes to define
> the schema (refactoring & namespace/package changes).
> With the introduction of @Repeatable in java 1.8 there exists an easy way to
> expose this flexibility in the Reflect-based world. This patch enables
> defining multiple @AvroAlias annotation on both fields and classesÂ
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)