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

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


 discard 14aea2916 Bump ch.qos.reload4j:reload4j from 1.2.25 to 1.2.26 in 
/lang/java
     add 6e4a5682b AVRO-4100: [C++] Remove boost::noncopyable and boost::any 
(#3267)
     add 30b39e91b add two cmake options to make it easier to integrate avro 
c++ (#3268)
     add 3621ef2ea [AVRO-4086][C++] Fix missing data file reader close handle 
on windows (#3230)
     add ab148b2e5 [AVRO-4081][C++] Add big decimal support and update 
documentation (#3148)
     add 34ce19230 Bump com.google.protobuf:protobuf-java in /lang/java (#3271)
     add 3ce9c2393 Bump ch.qos.reload4j:reload4j from 1.2.25 to 1.2.26 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   (14aea2916)
            \
             N -- N -- N   
refs/heads/dependabot/maven/lang/java/ch.qos.reload4j-reload4j-1.2.26 
(3ce9c2393)

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:
 .../en/docs/++version++/Specification/_index.md    |   8 +-
 lang/c++/CMakeLists.txt                            | 166 +++++++++++----------
 lang/c++/examples/imaginary.hh                     |   1 -
 lang/c++/impl/Compiler.cc                          |   6 +-
 lang/c++/impl/DataFile.cc                          |   6 +
 lang/c++/impl/LogicalType.cc                       |   3 +
 lang/c++/impl/Node.cc                              |   7 +
 lang/c++/impl/Resolver.cc                          |   6 +-
 lang/c++/impl/json/JsonIO.hh                       |   5 +-
 lang/c++/impl/parsing/ValidatingCodec.cc           |   1 -
 lang/c++/include/avro/DataFile.hh                  |  22 ++-
 lang/c++/include/avro/Generic.hh                   |  10 +-
 lang/c++/include/avro/Layout.hh                    |   8 +-
 lang/c++/include/avro/LogicalType.hh               |   1 +
 lang/c++/include/avro/Node.hh                      |   6 +-
 lang/c++/include/avro/Parser.hh                    |   5 +-
 lang/c++/include/avro/Reader.hh                    |   6 +-
 lang/c++/include/avro/Resolver.hh                  |   7 +-
 lang/c++/include/avro/ResolverSchema.hh            |   1 -
 lang/c++/include/avro/ResolvingReader.hh           |   5 +-
 lang/c++/include/avro/Serializer.hh                |   6 +-
 lang/c++/include/avro/Stream.hh                    |  10 +-
 lang/c++/include/avro/Validator.hh                 |  11 +-
 lang/c++/include/avro/Writer.hh                    |   6 +-
 lang/c++/include/avro/buffer/BufferReader.hh       |   5 +-
 .../c++/include/avro/buffer/detail/BufferDetail.hh |   2 +-
 lang/c++/test/CommonsSchemasTests.cc               |   3 +
 lang/c++/test/DataFileTests.cc                     |  36 +++++
 lang/c++/test/SchemaTests.cc                       |  22 ++-
 lang/java/pom.xml                                  |   2 +-
 30 files changed, 264 insertions(+), 119 deletions(-)

Reply via email to