This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new ac09c2cdde fix broken tests after merging apache#3376 (#3383)
ac09c2cdde is described below
commit ac09c2cdde29c25ece2e604aab3443e3d1482614
Author: Nándor Kollár <[email protected]>
AuthorDate: Tue May 20 06:40:47 2025 +0200
fix broken tests after merging apache#3376 (#3383)
---
lang/java/avro/src/it/pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lang/java/avro/src/it/pom.xml b/lang/java/avro/src/it/pom.xml
index 5a83cff3ed..60febf89b2 100644
--- a/lang/java/avro/src/it/pom.xml
+++ b/lang/java/avro/src/it/pom.xml
@@ -94,6 +94,9 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>@maven-surefire-plugin.version@</version>
<configuration>
+ <systemProperties>
+
<org.apache.avro.SERIALIZABLE_CLASSES>java.math.BigDecimal,java.math.BigInteger,java.net.URI,java.net.URL,java.io.File,java.lang.Integer,org.apache.avro.reflect.TestReflect$R10</org.apache.avro.SERIALIZABLE_CLASSES>
+ </systemProperties>
<useModulePath>false</useModulePath>
<failIfNoTests>true</failIfNoTests>
</configuration>