From 738c7a8d9ca11139eaaa5621501bf76dfe05ee15 Mon Sep 17 00:00:00 2001 From: songxiaosheng Date: Sat, 17 Aug 2024 14:24:37 +0800 Subject: [PATCH] add serialization test --- .../case-versions.conf | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 serialization-test/scenarios/scenarios-dubbo-serialization/dubbo-serialization-protobuf-test/case-versions.conf diff --git a/serialization-test/scenarios/scenarios-dubbo-serialization/dubbo-serialization-protobuf-test/case-versions.conf b/serialization-test/scenarios/scenarios-dubbo-serialization/dubbo-serialization-protobuf-test/case-versions.conf new file mode 100644 index 0000000..563dcd4 --- /dev/null +++ b/serialization-test/scenarios/scenarios-dubbo-serialization/dubbo-serialization-protobuf-test/case-versions.conf @@ -0,0 +1,26 @@ +# +# +# 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. +# + + +# Supported component versions of the test case + +# Spring app + +dubbo.version= 3.2* +spring.version=4.*, 5.* +java.version= [>= 8]