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

rskraba pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 6183a388e2 AVRO-4204: Fix test_rpc_interop with allowed packages 
(#3551)
6183a388e2 is described below

commit 6183a388e27a45557d1f1a204ce6e92d86746a63
Author: Ryan Skraba <[email protected]>
AuthorDate: Sun Nov 16 17:19:45 2025 +0100

    AVRO-4204: Fix test_rpc_interop with allowed packages (#3551)
---
 share/test/interop/bin/test_rpc_interop.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/test/interop/bin/test_rpc_interop.sh 
b/share/test/interop/bin/test_rpc_interop.sh
index 619d2fe1c4..b894fadce3 100755
--- a/share/test/interop/bin/test_rpc_interop.sh
+++ b/share/test/interop/bin/test_rpc_interop.sh
@@ -24,7 +24,7 @@ VERSION=$(<share/VERSION.txt)
 export GEM_HOME="$PWD/lang/ruby/.gem/"
 
 java_tool() {
-  java -jar "lang/java/tools/target/avro-tools-$VERSION.jar" "$@"
+  java -Dorg.apache.avro.SERIALIZABLE_PACKAGES=org.apache.avro -jar 
"lang/java/tools/target/avro-tools-$VERSION.jar" "$@"
 }
 
 py_tool() {

Reply via email to