This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/lang/java/grpc.version-1.70.0
in repository https://gitbox.apache.org/repos/asf/avro.git
discard d1d91492b Bump grpc.version from 1.69.1 to 1.70.0 in /lang/java
add fb7e16aea AVRO-4114: [Ruby] Improve validate_simple method performance
(#3300)
add db738a76b AVRO-4113: [c++] Don't generate tests files if test are not
requested (#3298)
add c75e6d59f AVRO-3088: [C++] Export CMake package config file (#3299)
add b61427fdb AVRO-4060: Use JDK to Hash Byte Array in UTF8 (#3175)
add fb1850ba2 Reduce buffer size for ASCII string optimization to 63 bytes
(#3279)
add 7da6b7319 AVRO-2843: [PHP] Copy composer setup from Apache Thrift
(#3057)
add 230414abb AVRO-2843: [PHP] Add ext-curl to PHP setup in Dockerfile
(#3309)
add d5a0ebd4d AVRO-4117: [c++] Allow non string values for non reserved
keys in schema (#3308)
add 345582734 Prevent class with empty Java package being trusted by
SpecificDatumReader (#3311)
add 3395f4b17 [doc] Fix markdown links in BUILD.md (#3313)
add e45b60503 Fix long encoding (#3303)
add bc4896e70 Bump postcss from 8.5.1 to 8.5.3 in /doc (#3318)
add 254f401f5 Close the Jackson Generator(#3310)
add 8e07afa8e Bump archetype-plugin.version from 3.2.1 to 3.3.1 in
/lang/java (#3235)
add f126c7f42 Bump io.netty:netty-bom in /lang/java (#3315)
add 881b2c5fb Bump org.hamcrest:hamcrest-library from 2.2 to 3.0 in
/lang/java (#3062)
add ce3dbf35d Bump org.xerial.snappy:snappy-java in /lang/java (#3160)
add 38fc8a9df Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0
in /lang/java (#3263)
add b7ec03ee0 Bump org.apache.felix:maven-bundle-plugin in /lang/java
(#3250)
add f3b94a7c3 Bump org.codehaus.mojo:exec-maven-plugin in /lang/java
(#3228)
add e97717c0e Bump junit5.version from 5.11.0 to 5.12.0 in /lang/java
(#3320)
add 150da2996 Bump com.github.luben:zstd-jni from 1.5.6-9 to 1.5.7-1 in
/lang/java (#3319)
add 167a9ee36 Bump com.puppycrawl.tools:checkstyle in /lang/java (#3321)
add 7ae4e137e Bump com.diffplug.spotless:spotless-maven-plugin in
/lang/java (#3323)
add 9e936ca36 Bump grpc.version from 1.69.1 to 1.70.0 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 (d1d91492b)
\
N -- N -- N
refs/heads/dependabot/maven/lang/java/grpc.version-1.70.0 (9e936ca36)
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:
BUILD.md | 12 +-
composer.json | 63 +++++++++-
doc/package-lock.json | 9 +-
doc/package.json | 2 +-
lang/c++/CMakeLists.txt | 130 ++++++++++++---------
lang/c++/cmake/AvroConfig.cmake.in | 61 ++++++++++
lang/c++/impl/Compiler.cc | 2 +-
lang/c++/impl/avrogencpp.cc | 1 +
lang/c++/impl/json/JsonDom.cc | 17 +++
lang/c++/impl/json/JsonDom.hh | 1 +
lang/c++/test/SchemaTests.cc | 4 +
.../avro/src/main/java/org/apache/avro/Schema.java | 13 ++-
.../java/org/apache/avro/io/BinaryEncoder.java | 8 +-
.../apache/avro/specific/SpecificDatumReader.java | 8 +-
.../src/main/java/org/apache/avro/util/Utf8.java | 17 ++-
.../test/java/org/apache/avro/util/TestUtf8.java | 20 ++++
lang/java/pom.xml | 18 +--
lang/php/build.sh | 6 +-
lang/php/lib/Datum/AvroIOBinaryDecoder.php | 2 +-
lang/php/lib/Datum/AvroIOBinaryEncoder.php | 23 +++-
lang/php/monorepo.json | 16 ---
lang/php/test/DatumIOTest.php | 36 +++++-
lang/php/test/test_helper.php | 4 +-
lang/ruby/lib/avro/schema_validator.rb | 16 +--
pom.xml | 4 +-
share/docker/Dockerfile | 1 +
26 files changed, 357 insertions(+), 137 deletions(-)
create mode 100644 lang/c++/cmake/AvroConfig.cmake.in
delete mode 100644 lang/php/monorepo.json