You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by gi...@apache.org on 2021/12/04 13:48:06 UTC

[avro] branch dependabot/maven/lang/java/org.apache.ant-ant-1.10.12 updated (1bc1b14 -> 5dc098a)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/lang/java/org.apache.ant-ant-1.10.12
in repository https://gitbox.apache.org/repos/asf/avro.git.


 discard 1bc1b14  Bump ant from 1.10.11 to 1.10.12 in /lang/java
     add 99547e0  AVRO-2498: Add SpecificCompiler support for `uuid` logicalType (#1362)
     add de50c24  AVRO-3255: Ruby: specify rubygems_mfa_required in gemspec metadata (#1405)
     add 64267e1  AVRO-3217: Allow any identifier as annotation name (#1414)
     add 0332fdf  AVRO-3256: IDL type reference with annotation throws error (#1407)
     add 527221a  Bump maven.version from 3.8.3 to 3.8.4 in /lang/java (#1416)
     add 5dc098a  Bump ant from 1.10.11 to 1.10.12 in /lang/java

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1bc1b14)
            \
             N -- N -- N   refs/heads/dependabot/maven/lang/java/org.apache.ant-ant-1.10.12 (5dc098a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 doc/src/content/xdocs/idl.xml                      | 32 +++++++++++------
 .../avro/compiler/specific/SpecificCompiler.java   |  1 +
 .../javacc/org/apache/avro/compiler/idl/idl.jj     | 41 ++++++++++++----------
 .../src/test/idl/AnnotationOnTypeReference.avdl}   | 16 ++++-----
 lang/java/compiler/src/test/idl/input/simple.avdl  |  4 +--
 lang/java/compiler/src/test/idl/output/simple.avpr |  8 +++--
 .../idl/TestReferenceAnnotationNotAllowed.java     | 39 ++++++++++++++++++++
 .../compiler/specific/TestSpecificCompiler.java    | 32 +++++++++++++----
 ...with_multiple_fields.avsc => logical-uuid.avsc} |  4 +--
 lang/java/grpc/src/test/avro/TestService.avdl      |  6 ++--
 lang/java/pom.xml                                  |  2 +-
 lang/java/tools/src/test/idl/protocol.avdl         |  6 ++--
 lang/ruby/avro.gemspec                             |  1 +
 13 files changed, 133 insertions(+), 59 deletions(-)
 copy lang/java/{ipc/src/test/java/org/apache/avro/SimpleException.java => compiler/src/test/idl/AnnotationOnTypeReference.avdl} (72%)
 create mode 100644 lang/java/compiler/src/test/java/org/apache/avro/compiler/idl/TestReferenceAnnotationNotAllowed.java
 copy lang/java/compiler/src/test/resources/{logical_types_with_multiple_fields.avsc => logical-uuid.avsc} (83%)