This is an automated email from the ASF dual-hosted git repository.
opwvhk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
from eeb1f02d3 AVRO-3852: Upgrade CI tests to Java 21 GA release (#2525)
add 2b1955947 AVRO-3641: Adds support for nullSafeAnnotations to java
SpecificCompiler (#2142)
No new revisions were added by this update.
Summary of changes:
.../avro/compiler/specific/SpecificCompiler.java | 12 +
.../specific/templates/java/classic/record.vm | 13 +-
.../org/apache/avro/mojo/AbstractAvroMojo.java | 14 ++
.../org/apache/avro/tool/SpecificCompilerTool.java | 11 +-
.../input/nullsafeannotationsfieldstest.avsc | 8 +
.../baseball/NullSafeAnnotationsFieldsTest.java} | 262 ++++++++++++++-------
.../apache/avro/tool/TestSpecificCompilerTool.java | 13 +
pom.xml | 1 +
8 files changed, 244 insertions(+), 90 deletions(-)
create mode 100644
lang/java/tools/src/test/compiler/input/nullsafeannotationsfieldstest.avsc
copy
lang/java/tools/src/test/compiler/{output/OptionalGettersAllFieldsTest.java =>
output-string/avro/examples/baseball/NullSafeAnnotationsFieldsTest.java} (54%)