This is an automated email from the ASF dual-hosted git repository.
rskraba 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 a663e54d73 AVRO-4204: Fix test_rpc_interop with allowed packages
(#3551)
a663e54d73 is described below
commit a663e54d738c4050880e7020d873221b3803241e
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() {