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

RyanSkraba pushed a change to branch branch-1.12
in repository https://gitbox.apache.org/repos/asf/avro.git


    from 64bf241446 AVRO-4269: Fix timestamp-nanos conversion before epoch 
(#3813)
     new 832dd0eaec Bump actions/checkout from 6 to 7 (#3827)
     new 7c21f8f515 Bump org.cyclonedx:cyclonedx-maven-plugin in /lang/java 
(#3828)
     new 831f38f955 Bump com.diffplug.spotless:spotless-maven-plugin in 
/lang/java (#3829)
     new 2602a31ba7 Bump grpc.version from 1.82.0 to 1.82.1 in /lang/java 
(#3831)
     new 2db9e1995d Bump actions/cache from 5 to 6 (#3833)
     new a770373cbd Bump postcss from 8.5.15 to 8.5.16 in /doc (#3832)
     new 9c97981860 Bump autoprefixer from 10.5.0 to 10.5.2 in /doc (#3834)
     new 693ec35047 AVRO-4242: [Java] Fix NPE in DataFileStream and 
DataFileReader when schema metadata is missing
     new 4ef3e643ee Bump io.netty:netty-bom from 4.2.15.Final to 4.2.16.Final 
in /lang/java (#3874)
     new a05974e136 Bump com.fasterxml.jackson:jackson-bom in /lang/java (#3873)
     new 5bed1e1d8d Bump grpc.version from 1.82.1 to 1.82.2 in /lang/java 
(#3867)
     new 03d8e66261 Bump postcss from 8.5.16 to 8.5.17 in /doc (#3870)

The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/codeql-csharp-analysis.yml       |  2 +-
 .github/workflows/codeql-java-analysis.yml         |  2 +-
 .github/workflows/codeql-js-analysis.yml           |  2 +-
 .github/workflows/codeql-py-analysis.yml           |  2 +-
 .github/workflows/deploy-docs.yml                  | 18 ++---
 .github/workflows/java-publish-snapshot.yml        |  4 +-
 .github/workflows/maven4.yml                       |  6 +-
 .github/workflows/rat.yml                          |  4 +-
 .github/workflows/spotless.yml                     |  4 +-
 .github/workflows/test-docker.yml                  |  2 +-
 .github/workflows/test-lang-c++.yml                |  2 +-
 .github/workflows/test-lang-c.yml                  |  8 +-
 .github/workflows/test-lang-csharp.yml             |  8 +-
 .github/workflows/test-lang-java.yml               | 94 ++++++++++++----------
 .github/workflows/test-lang-js.yml                 |  8 +-
 .github/workflows/test-lang-perl.yml               |  6 +-
 .github/workflows/test-lang-php.yml                | 12 +--
 .github/workflows/test-lang-py.yml                 |  6 +-
 .github/workflows/test-lang-ruby.yml               | 10 +--
 doc/package.json                                   |  4 +-
 .../org/apache/avro/file/DataFileReader12.java     | 11 ++-
 .../java/org/apache/avro/file/DataFileStream.java  | 17 +++-
 .../java/org/apache/avro/TestDataFileReader.java   | 83 +++++++++++++++++++
 lang/java/pom.xml                                  |  8 +-
 pom.xml                                            |  2 +-
 25 files changed, 216 insertions(+), 109 deletions(-)

Reply via email to