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

rainyu pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.3 by this push:
     new aa3262f623 Add dubbo package to serialize allow list for 
SpringXmlConfigTest to avoid IllegalArgumentException (#15714)
aa3262f623 is described below

commit aa3262f6234e9b62b0190bfc287222425e7f9ad0
Author: zrlw <[email protected]>
AuthorDate: Thu Oct 16 20:41:00 2025 +0800

    Add dubbo package to serialize allow list for SpringXmlConfigTest to avoid 
IllegalArgumentException (#15714)
---
 .../src/main/resources/security/serialize.allowlist  | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git 
a/dubbo-test/dubbo-test-spring/src/main/resources/security/serialize.allowlist 
b/dubbo-test/dubbo-test-spring/src/main/resources/security/serialize.allowlist
new file mode 100644
index 0000000000..74b8dcef99
--- /dev/null
+++ 
b/dubbo-test/dubbo-test-spring/src/main/resources/security/serialize.allowlist
@@ -0,0 +1,20 @@
+#
+#
+#   Licensed to the Apache Software Foundation (ASF) under one or more
+#   contributor license agreements.  See the NOTICE file distributed with
+#   this work for additional information regarding copyright ownership.
+#   The ASF licenses this file to You under the Apache License, Version 2.0
+#   (the "License"); you may not use this file except in compliance with
+#   the License.  You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+#
+#
+
+org.apache.dubbo

Reply via email to