From fa62c637c260c5d8fcdf92fd782c41046bd2d088 Mon Sep 17 00:00:00 2001 From: harvies Date: Wed, 23 Sep 2020 21:17:54 +0800 Subject: [PATCH] remove minor version test tasks (#5544) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 吴晟 Wu Sheng --- docs/en/guides/Plugin-test.md | 2 +- .../archetype-resources/support-version.list | 2 +- .../archetype-resources/support-version.list | 2 +- .../activemq-scenario/support-version.list | 16 ------ .../support-version.list | 4 -- .../avro-scenario/support-version.list | 8 --- .../baidu-brpc-scenario/support-version.list | 10 ---- .../canal-scenario/support-version.list | 5 +- .../support-version.list | 2 - .../dubbo-2.5.x-scenario/support-version.list | 8 --- .../dubbo-2.7.x-scenario/support-version.list | 3 -- .../ehcache-2.x-scenario/support-version.list | 18 +------ .../support-version.list | 1 - .../support-version.list | 2 - .../support-version.list | 3 +- .../support-version.list | 6 +-- .../support-version.list | 8 --- .../support-version.list | 1 - .../support-version.list | 1 - .../feign-scenario/support-version.list | 3 +- .../support-version.list | 2 - .../support-version.list | 5 -- .../graphql-8.x-scenario/support-version.list | 2 - .../grpc-scenario/support-version.list | 5 +- .../gson-scenario/support-version.list | 10 +--- .../h2-scenario/support-version.list | 24 --------- .../hbase-scenario/support-version.list | 2 - .../support-version.list | 6 +-- .../support-version.list | 2 - .../support-version.list | 13 +---- .../hystrix-scenario/support-version.list | 18 ------- .../influxdb-scenario/support-version.list | 1 - .../scenarios/jdk-http-scenario/pom.xml | 3 -- .../jdk-http-scenario/support-version.list | 2 - .../support-version.list | 2 - .../jedis-scenario/support-version.list | 14 +---- .../jetty-scenario/support-version.list | 30 ----------- .../kafka-scenario/support-version.list | 9 ---- .../support-version.list | 1 + .../lettuce-scenario/support-version.list | 16 +----- .../mariadb-scenario/support-version.list | 2 - .../mongodb-3.x-scenario/support-version.list | 22 -------- .../mongodb-4.x-scenario/support-version.list | 5 -- .../mysql-scenario/support-version.list | 31 +---------- .../support-version.list | 3 -- .../okhttp-scenario/support-version.list | 19 ------- .../play-scenario/support-version.list | 10 ---- .../support-version.list | 38 ------------- .../postgresql-scenario/support-version.list | 34 +----------- .../pulsar-scenario/support-version.list | 7 --- .../support-version.list | 2 - .../quasar-scenario/support-version.list | 6 --- .../rabbitmq-scenario/support-version.list | 8 +-- .../redisson-scenario/support-version.list | 32 +---------- .../support-version.list | 54 +------------------ .../retransform-class-scenario/pom.xml | 1 - .../support-version.list | 2 - .../support-version.list | 2 - .../support-version.list | 2 - .../support-version.list | 1 - .../support-version.list | 1 - .../support-version.list | 1 - .../support-version.list | 1 - .../sofarpc-scenario/support-version.list | 20 ------- .../solrj-7.x-scenario/support-version.list | 7 +-- .../support-version.list | 9 +--- .../support-version.list | 31 ----------- .../support-version.list | 18 ------- .../support-version.list | 50 ----------------- .../support-version.list | 32 ----------- .../support-version.list | 8 +-- .../support-version.list | 21 +------- .../support-version.list | 12 +---- .../support-version.list | 8 +-- .../support-version.list | 8 +-- .../support-version.list | 2 - .../spring-tx-scenario/support-version.list | 6 --- .../support-version.list | 7 +-- .../struts2.3-scenario/support-version.list | 36 ------------- .../struts2.5-scenario/support-version.list | 16 ------ .../undertow-scenario/support-version.list | 20 ------- .../support-version.list | 22 +------- .../support-version.list | 12 +---- .../support-version.list | 10 ---- .../webflux-scenario/support-version.list | 7 +-- .../xxl-job-2.x-scenario/support-version.list | 1 - .../zookeeper-scenario/support-version.list | 15 +----- 87 files changed, 34 insertions(+), 900 deletions(-) diff --git a/docs/en/guides/Plugin-test.md b/docs/en/guides/Plugin-test.md index a05e613cba..7280da162e 100644 --- a/docs/en/guides/Plugin-test.md +++ b/docs/en/guides/Plugin-test.md @@ -95,7 +95,7 @@ File Name | Descriptions `support-version.list` | List the target versions for this case `startup.sh` |`JVM-container` only, don't need this when use`Tomcat-container` -`*` support-version.list format requires every line for a single version. Could use `#` to comment out this version. +`*` support-version.list format requires every line for a single version(Contains only the last version number of each minor version). Could use `#` to comment out this version. ### configuration.yml diff --git a/test/plugin/archetypes/jvm/src/main/resources/archetype-resources/support-version.list b/test/plugin/archetypes/jvm/src/main/resources/archetype-resources/support-version.list index 085c4d8e09..3425fd0efc 100644 --- a/test/plugin/archetypes/jvm/src/main/resources/archetype-resources/support-version.list +++ b/test/plugin/archetypes/jvm/src/main/resources/archetype-resources/support-version.list @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here \ No newline at end of file +# lists your version here (Contains only the last version number of each minor version.) \ No newline at end of file diff --git a/test/plugin/archetypes/tomcat/src/main/resources/archetype-resources/support-version.list b/test/plugin/archetypes/tomcat/src/main/resources/archetype-resources/support-version.list index 085c4d8e09..3425fd0efc 100644 --- a/test/plugin/archetypes/tomcat/src/main/resources/archetype-resources/support-version.list +++ b/test/plugin/archetypes/tomcat/src/main/resources/archetype-resources/support-version.list @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here \ No newline at end of file +# lists your version here (Contains only the last version number of each minor version.) \ No newline at end of file diff --git a/test/plugin/scenarios/activemq-scenario/support-version.list b/test/plugin/scenarios/activemq-scenario/support-version.list index 0602683f29..ac2a1657d5 100644 --- a/test/plugin/scenarios/activemq-scenario/support-version.list +++ b/test/plugin/scenarios/activemq-scenario/support-version.list @@ -14,25 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -5.10.0 -5.10.1 5.10.2 -5.11.0 5.11.1 -5.12.0 -5.12.1 5.12.2 -5.13.0 -5.13.1 -5.13.2 -5.13.3 5.13.4 -5.14.0 -5.14.1 -5.14.2 -5.14.3 -5.14.4 5.14.5 -5.15.2 -5.15.3 5.15.4 diff --git a/test/plugin/scenarios/armeria-0.96minus-scenario/support-version.list b/test/plugin/scenarios/armeria-0.96minus-scenario/support-version.list index d7ff782f51..5685af6c06 100644 --- a/test/plugin/scenarios/armeria-0.96minus-scenario/support-version.list +++ b/test/plugin/scenarios/armeria-0.96minus-scenario/support-version.list @@ -19,11 +19,7 @@ 0.93.0 0.91.0 0.90.3 -0.90.2 -0.90.1 -0.90.0 0.89.1 -0.89.0 0.88.0 0.87.0 0.86.0 diff --git a/test/plugin/scenarios/avro-scenario/support-version.list b/test/plugin/scenarios/avro-scenario/support-version.list index 59a2bbd1ed..ce3fcfa7e8 100644 --- a/test/plugin/scenarios/avro-scenario/support-version.list +++ b/test/plugin/scenarios/avro-scenario/support-version.list @@ -14,13 +14,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -1.7.0 -1.7.1 -1.7.3 -1.7.4 -1.7.5 -1.7.6 1.7.7 -1.8.0 -1.8.1 1.8.2 \ No newline at end of file diff --git a/test/plugin/scenarios/baidu-brpc-scenario/support-version.list b/test/plugin/scenarios/baidu-brpc-scenario/support-version.list index da6654f635..3974dca8f7 100644 --- a/test/plugin/scenarios/baidu-brpc-scenario/support-version.list +++ b/test/plugin/scenarios/baidu-brpc-scenario/support-version.list @@ -14,16 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. - 2.3.7 -2.4.0 -2.4.1 -2.4.2 -2.4.3 -2.4.4 -2.4.5 2.4.6 -2.5.0 -2.5.1 -2.5.2 2.5.3 diff --git a/test/plugin/scenarios/canal-scenario/support-version.list b/test/plugin/scenarios/canal-scenario/support-version.list index 3be9c391a0..5ab31fd067 100644 --- a/test/plugin/scenarios/canal-scenario/support-version.list +++ b/test/plugin/scenarios/canal-scenario/support-version.list @@ -15,7 +15,4 @@ # limitations under the License. 1.1.2 -1.1.1 -1.1.0 -1.0.25 -1.0.24 \ No newline at end of file +1.0.25 \ No newline at end of file diff --git a/test/plugin/scenarios/cassandra-java-driver-3.x-scenario/support-version.list b/test/plugin/scenarios/cassandra-java-driver-3.x-scenario/support-version.list index 2ac3826f51..c869f86fb4 100644 --- a/test/plugin/scenarios/cassandra-java-driver-3.x-scenario/support-version.list +++ b/test/plugin/scenarios/cassandra-java-driver-3.x-scenario/support-version.list @@ -14,6 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -3.7.0 -3.7.1 3.7.2 diff --git a/test/plugin/scenarios/dubbo-2.5.x-scenario/support-version.list b/test/plugin/scenarios/dubbo-2.5.x-scenario/support-version.list index f0883c49ea..368128adf5 100644 --- a/test/plugin/scenarios/dubbo-2.5.x-scenario/support-version.list +++ b/test/plugin/scenarios/dubbo-2.5.x-scenario/support-version.list @@ -14,13 +14,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -2.5.4 -2.5.5 -2.5.6 -2.5.7 2.5.8 -2.6.0 -2.6.2 -2.6.3 -2.6.4 2.6.5 \ No newline at end of file diff --git a/test/plugin/scenarios/dubbo-2.7.x-scenario/support-version.list b/test/plugin/scenarios/dubbo-2.7.x-scenario/support-version.list index d7f37d3298..0d2032f2a7 100644 --- a/test/plugin/scenarios/dubbo-2.7.x-scenario/support-version.list +++ b/test/plugin/scenarios/dubbo-2.7.x-scenario/support-version.list @@ -14,7 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -2.7.0 -2.7.1 -2.7.2 2.7.3 \ No newline at end of file diff --git a/test/plugin/scenarios/ehcache-2.x-scenario/support-version.list b/test/plugin/scenarios/ehcache-2.x-scenario/support-version.list index a28040a0f9..4044e396b5 100644 --- a/test/plugin/scenarios/ehcache-2.x-scenario/support-version.list +++ b/test/plugin/scenarios/ehcache-2.x-scenario/support-version.list @@ -15,21 +15,5 @@ # limitations under the License. 2.10.6 -2.10.5 -2.10.4 -2.10.3 -2.10.2.2.21 -2.10.2 -2.10.1 -2.10.0 2.9.1 -2.9.0 -2.8.9 -2.8.8 -2.8.6 -2.8.5 -2.8.4 -2.8.3 -2.8.2 -2.8.1 -2.8.0 +2.8.9 \ No newline at end of file diff --git a/test/plugin/scenarios/elasticjob-2.x-scenario/support-version.list b/test/plugin/scenarios/elasticjob-2.x-scenario/support-version.list index 57f7652d22..9ba5d7f8d9 100644 --- a/test/plugin/scenarios/elasticjob-2.x-scenario/support-version.list +++ b/test/plugin/scenarios/elasticjob-2.x-scenario/support-version.list @@ -14,6 +14,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here 2.0.3 2.1.5 \ No newline at end of file diff --git a/test/plugin/scenarios/elasticjob-3.x-scenario/support-version.list b/test/plugin/scenarios/elasticjob-3.x-scenario/support-version.list index 73f97b18f2..b530a64650 100644 --- a/test/plugin/scenarios/elasticjob-3.x-scenario/support-version.list +++ b/test/plugin/scenarios/elasticjob-3.x-scenario/support-version.list @@ -14,6 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here - 3.0.0-alpha diff --git a/test/plugin/scenarios/elasticsearch-5.x-scenario/support-version.list b/test/plugin/scenarios/elasticsearch-5.x-scenario/support-version.list index cd7e890d47..acf9003498 100644 --- a/test/plugin/scenarios/elasticsearch-5.x-scenario/support-version.list +++ b/test/plugin/scenarios/elasticsearch-5.x-scenario/support-version.list @@ -13,6 +13,5 @@ # 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. -5.4.0 -5.4.1 + 5.4.2 diff --git a/test/plugin/scenarios/elasticsearch-6.x-scenario/support-version.list b/test/plugin/scenarios/elasticsearch-6.x-scenario/support-version.list index c8afa6eada..dc243f0c08 100644 --- a/test/plugin/scenarios/elasticsearch-6.x-scenario/support-version.list +++ b/test/plugin/scenarios/elasticsearch-6.x-scenario/support-version.list @@ -13,10 +13,6 @@ # 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. -6.7.1 + 6.7.2 -6.8.0 -6.8.1 -6.8.2 -6.8.3 6.8.4 diff --git a/test/plugin/scenarios/elasticsearch-7.x-scenario/support-version.list b/test/plugin/scenarios/elasticsearch-7.x-scenario/support-version.list index a92068526f..5b5a2fe4f6 100644 --- a/test/plugin/scenarios/elasticsearch-7.x-scenario/support-version.list +++ b/test/plugin/scenarios/elasticsearch-7.x-scenario/support-version.list @@ -15,16 +15,8 @@ # limitations under the License. 7.0.0 -7.1.0 7.1.1 -7.2.0 7.2.1 -7.3.0 -7.3.1 7.3.2 -7.4.0 -7.4.1 7.4.2 -7.5.0 -7.5.1 7.5.2 diff --git a/test/plugin/scenarios/exception-checker-spring-scenario/support-version.list b/test/plugin/scenarios/exception-checker-spring-scenario/support-version.list index 1130513ad5..15369a35ac 100644 --- a/test/plugin/scenarios/exception-checker-spring-scenario/support-version.list +++ b/test/plugin/scenarios/exception-checker-spring-scenario/support-version.list @@ -14,5 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here 1.0.0 \ No newline at end of file diff --git a/test/plugin/scenarios/exception-checker-tomcat-scenario/support-version.list b/test/plugin/scenarios/exception-checker-tomcat-scenario/support-version.list index 1130513ad5..15369a35ac 100644 --- a/test/plugin/scenarios/exception-checker-tomcat-scenario/support-version.list +++ b/test/plugin/scenarios/exception-checker-tomcat-scenario/support-version.list @@ -14,5 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here 1.0.0 \ No newline at end of file diff --git a/test/plugin/scenarios/feign-scenario/support-version.list b/test/plugin/scenarios/feign-scenario/support-version.list index c86b5c7c7a..a6a4a08fef 100644 --- a/test/plugin/scenarios/feign-scenario/support-version.list +++ b/test/plugin/scenarios/feign-scenario/support-version.list @@ -13,11 +13,10 @@ # 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. + 9.0.0 9.1.0 9.2.0 -9.3.0 9.3.1 9.4.0 -9.5.0 9.5.1 diff --git a/test/plugin/scenarios/gateway-2.0.x-scenario/support-version.list b/test/plugin/scenarios/gateway-2.0.x-scenario/support-version.list index 74df4f9acc..8e6ebcf1ab 100644 --- a/test/plugin/scenarios/gateway-2.0.x-scenario/support-version.list +++ b/test/plugin/scenarios/gateway-2.0.x-scenario/support-version.list @@ -14,6 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -2.0.2.RELEASE -2.0.3.RELEASE 2.0.4.RELEASE \ No newline at end of file diff --git a/test/plugin/scenarios/gateway-2.1.x-scenario/support-version.list b/test/plugin/scenarios/gateway-2.1.x-scenario/support-version.list index 4e64323f1d..0cbcc537e4 100644 --- a/test/plugin/scenarios/gateway-2.1.x-scenario/support-version.list +++ b/test/plugin/scenarios/gateway-2.1.x-scenario/support-version.list @@ -15,9 +15,4 @@ # limitations under the License. 2.1.2.RELEASE -2.1.1.RELEASE -2.1.0.RELEASE -2.2.0.RELEASE -2.2.1.RELEASE -2.2.2.RELEASE 2.2.3.RELEASE \ No newline at end of file diff --git a/test/plugin/scenarios/graphql-8.x-scenario/support-version.list b/test/plugin/scenarios/graphql-8.x-scenario/support-version.list index e5bbb29a41..b89a296aaa 100644 --- a/test/plugin/scenarios/graphql-8.x-scenario/support-version.list +++ b/test/plugin/scenarios/graphql-8.x-scenario/support-version.list @@ -14,6 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here - 8.0 \ No newline at end of file diff --git a/test/plugin/scenarios/grpc-scenario/support-version.list b/test/plugin/scenarios/grpc-scenario/support-version.list index 1ae34da03f..2e032cb893 100644 --- a/test/plugin/scenarios/grpc-scenario/support-version.list +++ b/test/plugin/scenarios/grpc-scenario/support-version.list @@ -18,6 +18,7 @@ # So these versions were not included in support-version.list. if you know what caused it, please help us. # Contains only the last version number of each minor version + 1.25.0 1.24.2 1.23.1 @@ -37,6 +38,4 @@ 1.9.1 1.8.0 1.7.1 -1.7.0 -1.6.1 -1.6.0 \ No newline at end of file +1.6.1 \ No newline at end of file diff --git a/test/plugin/scenarios/gson-scenario/support-version.list b/test/plugin/scenarios/gson-scenario/support-version.list index 662ae45a39..1dd4418a14 100644 --- a/test/plugin/scenarios/gson-scenario/support-version.list +++ b/test/plugin/scenarios/gson-scenario/support-version.list @@ -14,12 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here - -2.8.6 -2.8.5 -2.8.4 -2.8.3 -2.8.2 -2.8.1 -2.8.0 \ No newline at end of file +2.8.6 \ No newline at end of file diff --git a/test/plugin/scenarios/h2-scenario/support-version.list b/test/plugin/scenarios/h2-scenario/support-version.list index f2d7a43046..a1b38e201e 100644 --- a/test/plugin/scenarios/h2-scenario/support-version.list +++ b/test/plugin/scenarios/h2-scenario/support-version.list @@ -14,28 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here -1.4.177 -1.4.178 -1.4.179 -1.4.180 -1.4.181 -1.4.182 -1.4.183 -1.4.184 -1.4.185 -1.4.186 -1.4.187 -1.4.188 -1.4.189 -1.4.190 -1.4.191 -1.4.192 -1.4.193 -1.4.194 -1.4.195 -1.4.196 -1.4.197 -1.4.198 -1.4.199 1.4.200 \ No newline at end of file diff --git a/test/plugin/scenarios/hbase-scenario/support-version.list b/test/plugin/scenarios/hbase-scenario/support-version.list index 39a962d68d..6e0034bc11 100644 --- a/test/plugin/scenarios/hbase-scenario/support-version.list +++ b/test/plugin/scenarios/hbase-scenario/support-version.list @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -1.2.1 1.2.6 1.3.1 -1.4.0 1.4.9 \ No newline at end of file diff --git a/test/plugin/scenarios/httpasyncclient-scenario/support-version.list b/test/plugin/scenarios/httpasyncclient-scenario/support-version.list index 974d854ad1..90b9b1ef19 100644 --- a/test/plugin/scenarios/httpasyncclient-scenario/support-version.list +++ b/test/plugin/scenarios/httpasyncclient-scenario/support-version.list @@ -13,10 +13,6 @@ # 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. -4.0 -4.0.1 + 4.0.2 -4.1 -4.1.1 -4.1.2 4.1.3 diff --git a/test/plugin/scenarios/httpclient-3.x-scenario/support-version.list b/test/plugin/scenarios/httpclient-3.x-scenario/support-version.list index 558af0ffa5..62fac56da3 100644 --- a/test/plugin/scenarios/httpclient-3.x-scenario/support-version.list +++ b/test/plugin/scenarios/httpclient-3.x-scenario/support-version.list @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -2.0 2.0.2 -3.0 3.0.1 3.1 \ No newline at end of file diff --git a/test/plugin/scenarios/httpclient-4.3.x-scenario/support-version.list b/test/plugin/scenarios/httpclient-4.3.x-scenario/support-version.list index f070580529..89de335f1a 100644 --- a/test/plugin/scenarios/httpclient-4.3.x-scenario/support-version.list +++ b/test/plugin/scenarios/httpclient-4.3.x-scenario/support-version.list @@ -14,17 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -4.3 -4.5.3 4.5.4 -4.5.2 -4.5.1 -4.5 4.4.1 -4.4 -4.3.6 -4.3.5 -4.3.4 -4.3.3 -4.3.2 -4.3.1 \ No newline at end of file +4.3.6 \ No newline at end of file diff --git a/test/plugin/scenarios/hystrix-scenario/support-version.list b/test/plugin/scenarios/hystrix-scenario/support-version.list index 9be28d1099..3f0d661011 100644 --- a/test/plugin/scenarios/hystrix-scenario/support-version.list +++ b/test/plugin/scenarios/hystrix-scenario/support-version.list @@ -14,23 +14,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -1.4.20 -1.4.21 -1.4.22 -1.4.23 -1.4.24 -1.4.25 1.4.26 -1.5.0 -1.5.1 -1.5.2 -1.5.3 -1.5.4 -1.5.5 -1.5.6 -1.5.7 -1.5.8 -1.5.9 -1.5.10 -1.5.11 1.5.12 diff --git a/test/plugin/scenarios/influxdb-scenario/support-version.list b/test/plugin/scenarios/influxdb-scenario/support-version.list index 9c2cb6dff9..08e6ccf074 100644 --- a/test/plugin/scenarios/influxdb-scenario/support-version.list +++ b/test/plugin/scenarios/influxdb-scenario/support-version.list @@ -14,7 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. - 2.17 2.16 2.15 diff --git a/test/plugin/scenarios/jdk-http-scenario/pom.xml b/test/plugin/scenarios/jdk-http-scenario/pom.xml index b2dfb45160..081298e3c3 100644 --- a/test/plugin/scenarios/jdk-http-scenario/pom.xml +++ b/test/plugin/scenarios/jdk-http-scenario/pom.xml @@ -30,9 +30,6 @@ UTF-8 1.8 - - YOUR VERSION - 2.1.6.RELEASE diff --git a/test/plugin/scenarios/jdk-http-scenario/support-version.list b/test/plugin/scenarios/jdk-http-scenario/support-version.list index 14415183e6..05dfb02b99 100644 --- a/test/plugin/scenarios/jdk-http-scenario/support-version.list +++ b/test/plugin/scenarios/jdk-http-scenario/support-version.list @@ -14,6 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here - all \ No newline at end of file diff --git a/test/plugin/scenarios/jdk14-with-gson-scenario/support-version.list b/test/plugin/scenarios/jdk14-with-gson-scenario/support-version.list index 22eacf4673..1dd4418a14 100644 --- a/test/plugin/scenarios/jdk14-with-gson-scenario/support-version.list +++ b/test/plugin/scenarios/jdk14-with-gson-scenario/support-version.list @@ -14,6 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here - 2.8.6 \ No newline at end of file diff --git a/test/plugin/scenarios/jedis-scenario/support-version.list b/test/plugin/scenarios/jedis-scenario/support-version.list index b2b411fcc2..bebe2d2f7e 100644 --- a/test/plugin/scenarios/jedis-scenario/support-version.list +++ b/test/plugin/scenarios/jedis-scenario/support-version.list @@ -16,19 +16,7 @@ 2.9.0 2.8.2 -2.8.1 -2.8.0 2.7.3 -2.7.2 -2.7.1 -2.7.0 2.6.3 -2.6.2 -2.6.1 -2.6.0 -2.5.0 -2.5.1 2.5.2 -2.4.2 -2.4.1 -2.4.0 \ No newline at end of file +2.4.2 \ No newline at end of file diff --git a/test/plugin/scenarios/jetty-scenario/support-version.list b/test/plugin/scenarios/jetty-scenario/support-version.list index ed8958a2f5..eba44976f5 100644 --- a/test/plugin/scenarios/jetty-scenario/support-version.list +++ b/test/plugin/scenarios/jetty-scenario/support-version.list @@ -15,36 +15,6 @@ # limitations under the License. 9.4.8.v20171121 -9.4.6.v20170531 -9.4.4.v20170414 -9.4.2.v20170220 -9.4.0.v20161208 9.3.22.v20171030 -9.3.20.v20170531 -9.3.18.v20170406 -9.3.16.v20170120 -9.3.14.v20161028 -9.3.12.v20160915 -9.3.10.v20160621 -9.3.9.v20160517 -9.3.7.v20160115 -9.3.5.v20151012 -9.3.3.v20150827 -9.3.1.v20150714 -9.3.0.v20150612 9.2.23.v20171218 -9.2.21.v20170120 -9.2.19.v20160908 -9.2.17.v20160517 -9.2.15.v20160210 -9.2.13.v20150730 -9.2.11.v20150529 -9.2.9.v20150224 -9.2.7.v20150116 -9.2.5.v20141112 -9.2.3.v20140905 -9.2.1.v20140609 9.1.6.v20160112 -9.1.4.v20140401 -9.1.2.v20140210 -9.1.0.v20131115 diff --git a/test/plugin/scenarios/kafka-scenario/support-version.list b/test/plugin/scenarios/kafka-scenario/support-version.list index adc50a13ed..0a83e775aa 100644 --- a/test/plugin/scenarios/kafka-scenario/support-version.list +++ b/test/plugin/scenarios/kafka-scenario/support-version.list @@ -14,19 +14,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -0.11.0.0 -0.11.0.1 -0.11.0.2 0.11.0.3 -1.0.0 -1.0.1 1.0.2 -1.1.0 1.1.1 -2.0.0 2.0.1 -2.1.0 2.1.1 -2.2.0 2.2.1 2.3.0 \ No newline at end of file diff --git a/test/plugin/scenarios/kotlin-coroutine-scenario/support-version.list b/test/plugin/scenarios/kotlin-coroutine-scenario/support-version.list index 36039cea94..78f648bf17 100644 --- a/test/plugin/scenarios/kotlin-coroutine-scenario/support-version.list +++ b/test/plugin/scenarios/kotlin-coroutine-scenario/support-version.list @@ -13,6 +13,7 @@ # 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. + 1.3.3 1.2.2 1.1.1 diff --git a/test/plugin/scenarios/lettuce-scenario/support-version.list b/test/plugin/scenarios/lettuce-scenario/support-version.list index 5e897a8f8f..89f51953d5 100644 --- a/test/plugin/scenarios/lettuce-scenario/support-version.list +++ b/test/plugin/scenarios/lettuce-scenario/support-version.list @@ -15,19 +15,5 @@ # limitations under the License. 5.2.1.RELEASE -5.2.0.RELEASE 5.1.8.RELEASE -5.1.7.RELEASE -5.1.6.RELEASE -5.1.5.RELEASE -5.1.4.RELEASE -5.1.3.RELEASE -5.1.2.RELEASE -5.1.1.RELEASE -5.1.0.RELEASE -5.0.5.RELEASE -5.0.4.RELEASE -5.0.3.RELEASE -5.0.2.RELEASE -5.0.1.RELEASE -5.0.0.RELEASE \ No newline at end of file +5.0.5.RELEASE \ No newline at end of file diff --git a/test/plugin/scenarios/mariadb-scenario/support-version.list b/test/plugin/scenarios/mariadb-scenario/support-version.list index 693cd2bd4b..bb413666d4 100644 --- a/test/plugin/scenarios/mariadb-scenario/support-version.list +++ b/test/plugin/scenarios/mariadb-scenario/support-version.list @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here - 2.6.0 2.5.4 2.4.4 diff --git a/test/plugin/scenarios/mongodb-3.x-scenario/support-version.list b/test/plugin/scenarios/mongodb-3.x-scenario/support-version.list index 0ce8b5b8ca..2d8e304467 100644 --- a/test/plugin/scenarios/mongodb-3.x-scenario/support-version.list +++ b/test/plugin/scenarios/mongodb-3.x-scenario/support-version.list @@ -14,34 +14,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -3.4.0 -3.4.1 -3.4.2 3.4.3 3.5.0 -3.6.0 -3.6.1 -3.6.2 -3.6.3 3.6.4 -3.7.0 3.7.1 -3.8.0 -3.8.1 3.8.2 -3.9.0 3.9.1 -3.10.0 -3.10.1 3.10.2 -3.11.0 -3.11.1 3.11.2 -3.12.0 -3.12.1 -3.12.2 -3.12.3 -3.12.4 -3.12.5 -3.12.6 3.12.7 \ No newline at end of file diff --git a/test/plugin/scenarios/mongodb-4.x-scenario/support-version.list b/test/plugin/scenarios/mongodb-4.x-scenario/support-version.list index 53a8936935..68dfcd9852 100644 --- a/test/plugin/scenarios/mongodb-4.x-scenario/support-version.list +++ b/test/plugin/scenarios/mongodb-4.x-scenario/support-version.list @@ -14,10 +14,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -4.0.0 -4.0.1 -4.0.2 -4.0.3 -4.0.4 4.0.5 4.1.0 \ No newline at end of file diff --git a/test/plugin/scenarios/mysql-scenario/support-version.list b/test/plugin/scenarios/mysql-scenario/support-version.list index 4768268ed6..6bd787f6f7 100644 --- a/test/plugin/scenarios/mysql-scenario/support-version.list +++ b/test/plugin/scenarios/mysql-scenario/support-version.list @@ -14,35 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here - 8.0.15 -8.0.14 -8.0.13 -8.0.12 -8.0.11 6.0.6 -6.0.4 -6.0.2 -5.1.44 -5.1.42 -5.1.40 -5.1.38 -5.1.36 -5.1.34 -5.1.32 -5.1.30 -5.1.28 -5.1.26 -5.1.24 -5.1.22 -5.1.20 -5.1.18 -5.1.16 -5.1.14 -5.1.12 -5.1.10 -5.1.8 -5.1.6 -5.1.4 -5.1.2 \ No newline at end of file +5.1.44 \ No newline at end of file diff --git a/test/plugin/scenarios/netty-socketio-scenario/support-version.list b/test/plugin/scenarios/netty-socketio-scenario/support-version.list index 141011debe..f2367c6407 100644 --- a/test/plugin/scenarios/netty-socketio-scenario/support-version.list +++ b/test/plugin/scenarios/netty-socketio-scenario/support-version.list @@ -14,7 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -1.7.12 -1.7.14 -1.7.16 1.7.17 \ No newline at end of file diff --git a/test/plugin/scenarios/okhttp-scenario/support-version.list b/test/plugin/scenarios/okhttp-scenario/support-version.list index 5f9ee143f5..cd7736b31c 100644 --- a/test/plugin/scenarios/okhttp-scenario/support-version.list +++ b/test/plugin/scenarios/okhttp-scenario/support-version.list @@ -14,37 +14,18 @@ # See the License for the specific language governing permissions and # limitations under the License. -3.0.0 3.0.1 -3.1.0 -3.1.1 3.1.2 3.2.0 -3.3.0 3.3.1 -3.4.0 -3.4.1 3.4.2 3.5.0 3.6.0 3.7.0 -3.8.0 3.8.1 -3.9.0 3.9.1 3.10.0 3.11.0 -3.12.0 -3.12.1 -3.12.2 -3.12.3 -3.12.4 -3.12.5 3.12.6 -3.13.0 3.13.1 -3.14.0 -3.14.1 -3.14.2 -3.14.3 3.14.4 \ No newline at end of file diff --git a/test/plugin/scenarios/play-scenario/support-version.list b/test/plugin/scenarios/play-scenario/support-version.list index 95261c5945..3d549b4376 100644 --- a/test/plugin/scenarios/play-scenario/support-version.list +++ b/test/plugin/scenarios/play-scenario/support-version.list @@ -14,16 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here -2.6.0 -2.6.5 -2.6.10 -2.6.15 -2.6.20 2.6.25 -2.7.0 -2.7.1 -2.7.2 -2.7.3 2.7.4 2.8.0 diff --git a/test/plugin/scenarios/postgresql-above9.4.1207-scenario/support-version.list b/test/plugin/scenarios/postgresql-above9.4.1207-scenario/support-version.list index c4d79d078b..99dbebec49 100644 --- a/test/plugin/scenarios/postgresql-above9.4.1207-scenario/support-version.list +++ b/test/plugin/scenarios/postgresql-above9.4.1207-scenario/support-version.list @@ -14,45 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -9.4.1207 -9.4.1207.jre7 -9.4.1208 -9.4.1208.jre7 -9.4.1209 -9.4.1209.jre7 -9.4.1210 -9.4.1210.jre7 -9.4.1211 -9.4.1211.jre7 9.4.1212 -9.4.1212.jre7 -42.0.0.jre7 42.0.0 -42.1.0.jre7 -42.1.0 -42.1.1.jre7 -42.1.1 -42.1.2.jre7 -42.1.2 -42.1.3.jre7 -42.1.3 -42.1.4.jre7 42.1.4 -42.2.0.jre7 -42.2.0 -42.2.1.jre7 -42.2.1 -42.2.2.jre7 -42.2.2 -42.2.3.jre7 -42.2.3 -42.2.4.jre7 -42.2.4 -42.2.5.jre7 -42.2.5 -42.2.6.jre7 -42.2.6 -42.2.7.jre7 -42.2.7 -42.2.8.jre7 42.2.8 diff --git a/test/plugin/scenarios/postgresql-scenario/support-version.list b/test/plugin/scenarios/postgresql-scenario/support-version.list index ada0541bfb..0966f95014 100644 --- a/test/plugin/scenarios/postgresql-scenario/support-version.list +++ b/test/plugin/scenarios/postgresql-scenario/support-version.list @@ -13,39 +13,7 @@ # 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. -9.2-1002-jdbc4 -9.2-1003-jdbc3 -9.2-1003-jdbc4 -9.2-1004-jdbc3 -9.2-1004-jdbc4 + 9.2-1004-jdbc41 -9.3-1100-jdbc3 -9.3-1100-jdbc4 -9.3-1101-jdbc3 -9.3-1101-jdbc4 -9.3-1101-jdbc41 -9.3-1102-jdbc3 -9.3-1102-jdbc4 -9.3-1102-jdbc41 -9.3-1103-jdbc3 -9.3-1103-jdbc4 -9.3-1103-jdbc41 -9.3-1104-jdbc4 9.3-1104-jdbc41 -9.4-1201-jdbc4 -9.4-1201-jdbc41 -9.4-1202-jdbc4 -9.4-1202-jdbc41 -9.4-1202-jdbc42 -9.4-1203-jdbc4 -9.4-1203-jdbc41 -9.4-1203-jdbc42 -9.4-1204-jdbc4 -9.4-1204-jdbc41 -9.4-1204-jdbc42 -9.4-1205-jdbc4 -9.4-1205-jdbc41 -9.4-1205-jdbc42 -9.4-1206-jdbc4 -9.4-1206-jdbc41 9.4-1206-jdbc42 diff --git a/test/plugin/scenarios/pulsar-scenario/support-version.list b/test/plugin/scenarios/pulsar-scenario/support-version.list index 77269aefd3..313db843f7 100644 --- a/test/plugin/scenarios/pulsar-scenario/support-version.list +++ b/test/plugin/scenarios/pulsar-scenario/support-version.list @@ -14,14 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -2.2.0 2.2.1 -2.3.0 -2.3.1 2.3.2 -2.4.0 -2.4.1 2.4.2 -2.5.0 -2.5.1 2.5.2 diff --git a/test/plugin/scenarios/quartz-scheduler-2.x-scenario/support-version.list b/test/plugin/scenarios/quartz-scheduler-2.x-scenario/support-version.list index 41fe60ad21..f36d2f8bd5 100644 --- a/test/plugin/scenarios/quartz-scheduler-2.x-scenario/support-version.list +++ b/test/plugin/scenarios/quartz-scheduler-2.x-scenario/support-version.list @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here -2.0.0 2.0.2 2.1.7 2.2.3 diff --git a/test/plugin/scenarios/quasar-scenario/support-version.list b/test/plugin/scenarios/quasar-scenario/support-version.list index 2b8a81d6b5..92ec2e2de7 100644 --- a/test/plugin/scenarios/quasar-scenario/support-version.list +++ b/test/plugin/scenarios/quasar-scenario/support-version.list @@ -14,10 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here - 0.7.10 -0.7.9 -0.7.8 -0.7.4 -0.7.0 diff --git a/test/plugin/scenarios/rabbitmq-scenario/support-version.list b/test/plugin/scenarios/rabbitmq-scenario/support-version.list index 18d4e9f4aa..198540ccbb 100644 --- a/test/plugin/scenarios/rabbitmq-scenario/support-version.list +++ b/test/plugin/scenarios/rabbitmq-scenario/support-version.list @@ -15,14 +15,8 @@ # limitations under the License. 5.5.1 -5.5.0 5.4.3 -5.4.2 -5.4.1 -5.4.0 5.3.0 5.2.0 5.1.2 -5.1.1 -5.1.0 -5.0.0 +5.0.0 diff --git a/test/plugin/scenarios/redisson-scenario/support-version.list b/test/plugin/scenarios/redisson-scenario/support-version.list index 72333aeb87..1a494c17e8 100644 --- a/test/plugin/scenarios/redisson-scenario/support-version.list +++ b/test/plugin/scenarios/redisson-scenario/support-version.list @@ -15,39 +15,9 @@ # limitations under the License. 3.11.5 -3.11.4 -3.11.3 -3.11.2 -3.11.1 -3.11.0 3.10.7 -3.10.6 -3.10.5 -3.10.4 -3.10.3 -3.10.2 -3.10.1 -3.10.0 3.9.1 -3.9.0 3.8.2 -3.8.1 -3.8.0 3.7.5 -3.7.4 -3.7.3 -3.7.2 -3.7.1 -3.7.0 3.6.5 -3.6.4 -3.6.3 -3.6.2 -3.6.1 -3.6.0 -3.5.7 -3.5.6 -3.5.5 -3.5.4 -3.5.3 -3.5.2 \ No newline at end of file +3.5.7 \ No newline at end of file diff --git a/test/plugin/scenarios/resttemplate-4.x-scenario/support-version.list b/test/plugin/scenarios/resttemplate-4.x-scenario/support-version.list index c6c0eb93ae..7234a9cb75 100644 --- a/test/plugin/scenarios/resttemplate-4.x-scenario/support-version.list +++ b/test/plugin/scenarios/resttemplate-4.x-scenario/support-version.list @@ -13,60 +13,8 @@ # 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. -4.0.0.RELEASE -4.0.1.RELEASE -4.0.2.RELEASE -4.0.3.RELEASE -4.0.4.RELEASE -4.0.5.RELEASE -4.0.6.RELEASE -4.0.7.RELEASE -4.0.8.RELEASE + 4.0.9.RELEASE -4.1.0.RELEASE -4.1.2.RELEASE -4.1.3.RELEASE -4.1.4.RELEASE -4.1.5.RELEASE -4.1.6.RELEASE -4.1.7.RELEASE -4.1.8.RELEASE 4.1.9.RELEASE -4.2.0.RELEASE -4.2.1.RELEASE -4.2.2.RELEASE -4.2.3.RELEASE -4.2.4.RELEASE -4.2.5.RELEASE -4.2.6.RELEASE -4.2.7.RELEASE -4.2.8.RELEASE 4.2.9.RELEASE -4.3.0.RELEASE -4.3.1.RELEASE -4.3.2.RELEASE -4.3.3.RELEASE -4.3.4.RELEASE -4.3.5.RELEASE -4.3.6.RELEASE -4.3.7.RELEASE -4.3.8.RELEASE -4.3.8.RELEASE -4.3.9.RELEASE -4.3.10.RELEASE -4.3.11.RELEASE -4.3.12.RELEASE -4.3.13.RELEASE -4.3.14.RELEASE -4.3.15.RELEASE -4.3.16.RELEASE -4.3.17.RELEASE -4.3.18.RELEASE -4.3.19.RELEASE -4.3.20.RELEASE -4.3.21.RELEASE -4.3.22.RELEASE -4.3.23.RELEASE -4.3.24.RELEASE -4.3.25.RELEASE 4.3.26.RELEASE \ No newline at end of file diff --git a/test/plugin/scenarios/retransform-class-scenario/pom.xml b/test/plugin/scenarios/retransform-class-scenario/pom.xml index e15db7f701..0119dd2608 100644 --- a/test/plugin/scenarios/retransform-class-scenario/pom.xml +++ b/test/plugin/scenarios/retransform-class-scenario/pom.xml @@ -30,7 +30,6 @@ UTF-8 1.8 - YOUR VERSION 2.1.6.RELEASE 1.18.10 diff --git a/test/plugin/scenarios/retransform-class-scenario/support-version.list b/test/plugin/scenarios/retransform-class-scenario/support-version.list index 14415183e6..05dfb02b99 100644 --- a/test/plugin/scenarios/retransform-class-scenario/support-version.list +++ b/test/plugin/scenarios/retransform-class-scenario/support-version.list @@ -14,6 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here - all \ No newline at end of file diff --git a/test/plugin/scenarios/retransform-class-tomcat-scenario/support-version.list b/test/plugin/scenarios/retransform-class-tomcat-scenario/support-version.list index 14415183e6..05dfb02b99 100644 --- a/test/plugin/scenarios/retransform-class-tomcat-scenario/support-version.list +++ b/test/plugin/scenarios/retransform-class-tomcat-scenario/support-version.list @@ -14,6 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here - all \ No newline at end of file diff --git a/test/plugin/scenarios/servicecomb-0.x-scenario/support-version.list b/test/plugin/scenarios/servicecomb-0.x-scenario/support-version.list index bb8457db33..285ca47de8 100644 --- a/test/plugin/scenarios/servicecomb-0.x-scenario/support-version.list +++ b/test/plugin/scenarios/servicecomb-0.x-scenario/support-version.list @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here - 0.1.0 0.2.0 0.3.0 diff --git a/test/plugin/scenarios/servicecomb-1.x-scenario/support-version.list b/test/plugin/scenarios/servicecomb-1.x-scenario/support-version.list index 5d6f24f2b2..1b4d8a6ecf 100644 --- a/test/plugin/scenarios/servicecomb-1.x-scenario/support-version.list +++ b/test/plugin/scenarios/servicecomb-1.x-scenario/support-version.list @@ -16,6 +16,5 @@ 1.0.0 1.1.0 -1.2.0 1.2.1 1.3.0 \ No newline at end of file diff --git a/test/plugin/scenarios/shardingsphere-4.0.x-scenario/support-version.list b/test/plugin/scenarios/shardingsphere-4.0.x-scenario/support-version.list index f0e29f0924..ef8e0dd3ee 100644 --- a/test/plugin/scenarios/shardingsphere-4.0.x-scenario/support-version.list +++ b/test/plugin/scenarios/shardingsphere-4.0.x-scenario/support-version.list @@ -14,5 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -4.0.0 4.0.1 diff --git a/test/plugin/scenarios/shardingsphere-4.x-RC1-RC2-scenario/support-version.list b/test/plugin/scenarios/shardingsphere-4.x-RC1-RC2-scenario/support-version.list index 48ad31f759..b15f752d16 100644 --- a/test/plugin/scenarios/shardingsphere-4.x-RC1-RC2-scenario/support-version.list +++ b/test/plugin/scenarios/shardingsphere-4.x-RC1-RC2-scenario/support-version.list @@ -14,5 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -4.0.0-RC1 4.0.0-RC2 \ No newline at end of file diff --git a/test/plugin/scenarios/shardingsphere-4.x-scenario/support-version.list b/test/plugin/scenarios/shardingsphere-4.x-scenario/support-version.list index b88e756fa6..ab30342fb1 100644 --- a/test/plugin/scenarios/shardingsphere-4.x-scenario/support-version.list +++ b/test/plugin/scenarios/shardingsphere-4.x-scenario/support-version.list @@ -14,5 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -4.1.0 4.1.1 diff --git a/test/plugin/scenarios/sofarpc-scenario/support-version.list b/test/plugin/scenarios/sofarpc-scenario/support-version.list index e114fb1357..8b573d7bf3 100644 --- a/test/plugin/scenarios/sofarpc-scenario/support-version.list +++ b/test/plugin/scenarios/sofarpc-scenario/support-version.list @@ -14,26 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -5.4.0 -5.4.1 -5.4.2 -5.4.3 -5.4.4 -5.4.5 -5.4.6 -5.4.7 5.4.8 -5.5.0 -5.5.1 -5.5.2 -5.5.3 -5.5.4 -5.5.5 -5.5.6 -5.5.6.1 -5.5.7 -5.5.8 5.5.9 -5.6.0 -5.6.1 5.6.2 diff --git a/test/plugin/scenarios/solrj-7.x-scenario/support-version.list b/test/plugin/scenarios/solrj-7.x-scenario/support-version.list index f97f2bafe8..4967b03afe 100644 --- a/test/plugin/scenarios/solrj-7.x-scenario/support-version.list +++ b/test/plugin/scenarios/solrj-7.x-scenario/support-version.list @@ -13,15 +13,12 @@ # 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. + 7.7.1 -7.7.0 7.6.0 7.5.0 7.4.0 7.3.1 -7.3.0 7.2.1 -7.2.0 7.1.0 -7.0.1 -7.0.0 \ No newline at end of file +7.0.1 \ No newline at end of file diff --git a/test/plugin/scenarios/spring-3.0.x-scenario/support-version.list b/test/plugin/scenarios/spring-3.0.x-scenario/support-version.list index 8f899bebd5..006b2426ec 100644 --- a/test/plugin/scenarios/spring-3.0.x-scenario/support-version.list +++ b/test/plugin/scenarios/spring-3.0.x-scenario/support-version.list @@ -14,11 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -3.0.7.RELEASE -3.0.6.RELEASE -3.0.5.RELEASE -3.0.4.RELEASE -3.0.3.RELEASE -3.0.2.RELEASE -3.0.1.RELEASE -3.0.0.RELEASE \ No newline at end of file +3.0.7.RELEASE \ No newline at end of file diff --git a/test/plugin/scenarios/spring-3.1.x-scenario/support-version.list b/test/plugin/scenarios/spring-3.1.x-scenario/support-version.list index 0de19335c1..a1502a372b 100644 --- a/test/plugin/scenarios/spring-3.1.x-scenario/support-version.list +++ b/test/plugin/scenarios/spring-3.1.x-scenario/support-version.list @@ -17,37 +17,6 @@ # 3.2.0-3.2.8 does not support jdk8 # (https://stackoverflow.com/questions/30072135/spring-3-2-x-with-java-8) -3.1.0.RELEASE -3.1.1.RELEASE -3.1.2.RELEASE -3.1.3.RELEASE 3.1.4.RELEASE -#3.2.0.RELEASE -#3.2.1.RELEASE -#3.2.2.RELEASE -#3.2.3.RELEASE -#3.2.4.RELEASE -#3.2.5.RELEASE -#3.2.6.RELEASE -#3.2.7.RELEASE -#3.2.8.RELEASE -3.2.9.RELEASE -3.2.10.RELEASE -3.2.11.RELEASE -3.2.12.RELEASE -3.2.13.RELEASE -3.2.14.RELEASE -3.2.15.RELEASE -3.2.16.RELEASE -3.2.17.RELEASE 3.2.18.RELEASE -4.0.0.RELEASE -4.0.1.RELEASE -4.0.2.RELEASE -4.0.3.RELEASE -4.0.4.RELEASE -4.0.5.RELEASE -4.0.6.RELEASE -4.0.7.RELEASE -4.0.8.RELEASE 4.0.9.RELEASE diff --git a/test/plugin/scenarios/spring-4.1.x-scenario/support-version.list b/test/plugin/scenarios/spring-4.1.x-scenario/support-version.list index 14fbda6273..d0edb9de0f 100644 --- a/test/plugin/scenarios/spring-4.1.x-scenario/support-version.list +++ b/test/plugin/scenarios/spring-4.1.x-scenario/support-version.list @@ -14,23 +14,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -4.1.0.RELEASE -4.1.1.RELEASE -4.1.2.RELEASE -4.1.3.RELEASE -4.1.4.RELEASE -4.1.5.RELEASE -4.1.6.RELEASE -4.1.7.RELEASE -4.1.8.RELEASE 4.1.9.RELEASE -4.2.0.RELEASE -4.2.1.RELEASE -4.2.2.RELEASE -4.2.3.RELEASE -4.2.4.RELEASE -4.2.5.RELEASE -4.2.6.RELEASE -4.2.7.RELEASE -4.2.8.RELEASE 4.2.9.RELEASE diff --git a/test/plugin/scenarios/spring-4.3.x-scenario/support-version.list b/test/plugin/scenarios/spring-4.3.x-scenario/support-version.list index 956243ee54..905d97a734 100644 --- a/test/plugin/scenarios/spring-4.3.x-scenario/support-version.list +++ b/test/plugin/scenarios/spring-4.3.x-scenario/support-version.list @@ -14,57 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -4.3.0.RELEASE -4.3.1.RELEASE -4.3.2.RELEASE -4.3.3.RELEASE -4.3.4.RELEASE -4.3.5.RELEASE -4.3.6.RELEASE -4.3.7.RELEASE -4.3.8.RELEASE -4.3.9.RELEASE -4.3.10.RELEASE -4.3.11.RELEASE -4.3.12.RELEASE -4.3.13.RELEASE -4.3.14.RELEASE -4.3.15.RELEASE -4.3.16.RELEASE -4.3.17.RELEASE -4.3.18.RELEASE -4.3.19.RELEASE -4.3.20.RELEASE -4.3.21.RELEASE -4.3.22.RELEASE -4.3.23.RELEASE -4.3.24.RELEASE 4.3.25.RELEASE -5.0.0.RELEASE -5.0.1.RELEASE -5.0.2.RELEASE -5.0.3.RELEASE -5.0.4.RELEASE -5.0.5.RELEASE -5.0.6.RELEASE -5.0.7.RELEASE -5.0.8.RELEASE -5.0.9.RELEASE -5.0.10.RELEASE -5.0.11.RELEASE -5.0.12.RELEASE -5.0.13.RELEASE -5.0.14.RELEASE 5.0.15.RELEASE -5.1.0.RELEASE -5.1.1.RELEASE -5.1.2.RELEASE -5.1.3.RELEASE -5.1.4.RELEASE -5.1.5.RELEASE -5.1.6.RELEASE -5.1.7.RELEASE -5.1.8.RELEASE -5.1.9.RELEASE 5.1.10.RELEASE 5.2.0.RELEASE \ No newline at end of file diff --git a/test/plugin/scenarios/spring-async-scenario/support-version.list b/test/plugin/scenarios/spring-async-scenario/support-version.list index 4a473a4703..ee193acdb4 100644 --- a/test/plugin/scenarios/spring-async-scenario/support-version.list +++ b/test/plugin/scenarios/spring-async-scenario/support-version.list @@ -14,38 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -4.3.5.RELEASE -4.3.6.RELEASE -4.3.7.RELEASE -4.3.8.RELEASE -4.3.9.RELEASE -4.3.10.RELEASE -4.3.11.RELEASE -4.3.12.RELEASE -4.3.14.RELEASE -4.3.15.RELEASE -4.3.16.RELEASE -4.3.17.RELEASE -4.3.18.RELEASE -4.3.19.RELEASE -4.3.20.RELEASE -4.3.21.RELEASE -4.3.22.RELEASE 4.3.23.RELEASE -5.0.4.RELEASE -5.0.5.RELEASE -5.0.6.RELEASE -5.0.7.RELEASE -5.0.8.RELEASE -5.0.9.RELEASE -5.0.10.RELEASE -5.0.11.RELEASE -5.0.12.RELEASE 5.0.13.RELEASE -5.1.2.RELEASE -5.1.3.RELEASE -5.1.4.RELEASE -5.1.5.RELEASE -5.1.6.RELEASE -5.1.7.RELEASE 5.1.8.RELEASE diff --git a/test/plugin/scenarios/spring-cloud-feign-1.1.x-scenario/support-version.list b/test/plugin/scenarios/spring-cloud-feign-1.1.x-scenario/support-version.list index 4396abe4d3..a1b826b6d0 100644 --- a/test/plugin/scenarios/spring-cloud-feign-1.1.x-scenario/support-version.list +++ b/test/plugin/scenarios/spring-cloud-feign-1.1.x-scenario/support-version.list @@ -13,11 +13,5 @@ # 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. -1.1.0.RELEASE -1.1.1.RELEASE -1.1.2.RELEASE -1.1.3.RELEASE -1.1.4.RELEASE -1.1.5.RELEASE -1.1.6.RELEASE + 1.1.7.RELEASE diff --git a/test/plugin/scenarios/spring-cloud-feign-1.2.x-scenario/support-version.list b/test/plugin/scenarios/spring-cloud-feign-1.2.x-scenario/support-version.list index 3065355531..73f03fa7a6 100644 --- a/test/plugin/scenarios/spring-cloud-feign-1.2.x-scenario/support-version.list +++ b/test/plugin/scenarios/spring-cloud-feign-1.2.x-scenario/support-version.list @@ -13,26 +13,7 @@ # 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. -1.2.0.RELEASE -1.2.1.RELEASE -1.2.2.RELEASE -1.2.3.RELEASE -1.2.4.RELEASE -1.2.5.RELEASE -1.2.6.RELEASE + 1.2.7.RELEASE -1.3.0.RELEASE -1.3.1.RELEASE -1.3.2.RELEASE -#1.3.3.RELEASE -1.3.4.RELEASE -1.3.5.RELEASE 1.3.6.RELEASE -1.4.0.RELEASE -1.4.1.RELEASE -1.4.2.RELEASE -1.4.3.RELEASE -1.4.4.RELEASE -1.4.5.RELEASE -1.4.6.RELEASE 1.4.7.RELEASE diff --git a/test/plugin/scenarios/spring-cloud-feign-2.x-scenario/support-version.list b/test/plugin/scenarios/spring-cloud-feign-2.x-scenario/support-version.list index a9af266b0d..58c0cdb338 100644 --- a/test/plugin/scenarios/spring-cloud-feign-2.x-scenario/support-version.list +++ b/test/plugin/scenarios/spring-cloud-feign-2.x-scenario/support-version.list @@ -13,17 +13,7 @@ # 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. -2.0.0.RELEASE -2.0.1.RELEASE -2.0.2.RELEASE -2.0.3.RELEASE + 2.0.4.RELEASE -2.1.0.RELEASE -2.1.1.RELEASE -2.1.2.RELEASE -2.1.3.RELEASE -2.1.4.RELEASE 2.1.5.RELEASE -2.2.0.RELEASE -2.2.1.RELEASE 2.2.2.RELEASE diff --git a/test/plugin/scenarios/spring-kafka-2.2.x-scenario/support-version.list b/test/plugin/scenarios/spring-kafka-2.2.x-scenario/support-version.list index d576444f6c..0fee08236c 100644 --- a/test/plugin/scenarios/spring-kafka-2.2.x-scenario/support-version.list +++ b/test/plugin/scenarios/spring-kafka-2.2.x-scenario/support-version.list @@ -14,10 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -2.2.14.RELEASE -2.2.13.RELEASE -2.2.12.RELEASE -2.2.11.RELEASE -2.2.10.RELEASE -2.2.9.RELEASE -2.2.8.RELEASE \ No newline at end of file +2.2.14.RELEASE \ No newline at end of file diff --git a/test/plugin/scenarios/spring-kafka-2.3.x-scenario/support-version.list b/test/plugin/scenarios/spring-kafka-2.3.x-scenario/support-version.list index 8fc1bada8c..8b63bf2742 100644 --- a/test/plugin/scenarios/spring-kafka-2.3.x-scenario/support-version.list +++ b/test/plugin/scenarios/spring-kafka-2.3.x-scenario/support-version.list @@ -14,10 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -2.3.10.RELEASE -2.3.9.RELEASE -2.3.8.RELEASE -2.3.7.RELEASE -2.3.6.RELEASE -2.3.5.RELEASE -2.3.4.RELEASE \ No newline at end of file +2.3.10.RELEASE \ No newline at end of file diff --git a/test/plugin/scenarios/spring-scheduled-scenario/support-version.list b/test/plugin/scenarios/spring-scheduled-scenario/support-version.list index 261221bd61..c044ff3cbd 100644 --- a/test/plugin/scenarios/spring-scheduled-scenario/support-version.list +++ b/test/plugin/scenarios/spring-scheduled-scenario/support-version.list @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here - 3.1.4.RELEASE 3.2.18.RELEASE 4.0.9.RELEASE diff --git a/test/plugin/scenarios/spring-tx-scenario/support-version.list b/test/plugin/scenarios/spring-tx-scenario/support-version.list index 4045a35caf..9cad44afb6 100644 --- a/test/plugin/scenarios/spring-tx-scenario/support-version.list +++ b/test/plugin/scenarios/spring-tx-scenario/support-version.list @@ -15,12 +15,6 @@ # limitations under the License. 2.1.9.RELEASE -2.1.5.RELEASE -2.1.0.RELEASE 2.0.9.RELEASE -2.0.5.RELEASE -2.0.0.RELEASE 1.5.22.RELEASE -1.5.11.RELEASE -1.5.0.RELEASE 1.4.7.RELEASE \ No newline at end of file diff --git a/test/plugin/scenarios/springmvc-reactive-scenario/support-version.list b/test/plugin/scenarios/springmvc-reactive-scenario/support-version.list index 553ef8e280..c5820daf80 100644 --- a/test/plugin/scenarios/springmvc-reactive-scenario/support-version.list +++ b/test/plugin/scenarios/springmvc-reactive-scenario/support-version.list @@ -16,10 +16,5 @@ # 2.0.0-2.1.0 are supported, but due to the status code bug(https://github.com/spring-projects/spring-framework/issues/21901) # we don’t test them -2.1.1.RELEASE -2.1.2.RELEASE -2.1.3.RELEASE -2.1.4.RELEASE -2.1.5.RELEASE -2.1.6.RELEASE + 2.1.7.RELEASE diff --git a/test/plugin/scenarios/struts2.3-scenario/support-version.list b/test/plugin/scenarios/struts2.3-scenario/support-version.list index e7cef99a7d..e8c88dfcd6 100644 --- a/test/plugin/scenarios/struts2.3-scenario/support-version.list +++ b/test/plugin/scenarios/struts2.3-scenario/support-version.list @@ -14,40 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here - -2.3.1 -2.3.1.1 -2.3.1.2 -2.3.3 -2.3.4 -2.3.4.1 -2.3.7 -2.3.8 -2.3.12 -2.3.14 -2.3.14.1 -2.3.14.2 -2.3.24.3 -2.3.15 -2.3.15.1 -2.3.15.2 -2.3.15.3 -2.3.16 -2.3.20 -2.3.20.1 -2.3.20.3 -2.3.24 -2.3.24.1 -2.3.24.3 -2.3.28 -2.3.28.1 -2.3.29 -2.3.30 -2.3.31 -2.3.32 -2.3.33 -2.3.34 -2.3.35 -2.3.36 2.3.37 \ No newline at end of file diff --git a/test/plugin/scenarios/struts2.5-scenario/support-version.list b/test/plugin/scenarios/struts2.5-scenario/support-version.list index 173df135b6..fa9a95c0ab 100644 --- a/test/plugin/scenarios/struts2.5-scenario/support-version.list +++ b/test/plugin/scenarios/struts2.5-scenario/support-version.list @@ -14,20 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here - -2.5 -2.5.1 -2.5.2 -2.5.8 -2.5.10 -2.5.10.1 -2.5.12 -2.5.13 -2.5.14 -2.5.14.1 -2.5.16 -2.5.17 -2.5.18 -2.5.20 2.5.22 diff --git a/test/plugin/scenarios/undertow-scenario/support-version.list b/test/plugin/scenarios/undertow-scenario/support-version.list index 3a6f7d0e84..8d18490e8d 100644 --- a/test/plugin/scenarios/undertow-scenario/support-version.list +++ b/test/plugin/scenarios/undertow-scenario/support-version.list @@ -19,26 +19,6 @@ # 1.3.x 1.4.x: select the first, middle, and last version # 2.0.x: when there are many releases in the same month, choose the last one -1.3.0.Final -1.3.17.Final 1.3.33.Final -1.4.0.Final -1.4.12.Final 1.4.27.Final -2.0.0.Final -2.0.3.Final -2.0.4.Final -2.0.8.Final -2.0.9.Final -2.0.11.Final -2.0.13.Final -2.0.15.Final -2.0.16.Final -2.0.17.Final -2.0.19.Final -2.0.20.Final -2.0.21.Final -2.0.22.Final -2.0.23.Final -2.0.26.Final 2.0.27.Final \ No newline at end of file diff --git a/test/plugin/scenarios/vertx-eventbus-3.x-scenario/support-version.list b/test/plugin/scenarios/vertx-eventbus-3.x-scenario/support-version.list index 351da62818..3234cf8e15 100644 --- a/test/plugin/scenarios/vertx-eventbus-3.x-scenario/support-version.list +++ b/test/plugin/scenarios/vertx-eventbus-3.x-scenario/support-version.list @@ -15,30 +15,10 @@ # limitations under the License. 3.9.1 -3.9.0 3.8.5 -3.8.4 -3.8.3 -3.8.2 -3.8.1 -3.8.0 3.7.1 -3.7.0 3.6.3 -3.6.2 -3.6.1 -3.6.0 3.5.4 -3.5.3 -3.5.2 -3.5.1 -3.5.0 3.4.2 -3.4.1 -3.4.0 3.3.3 -3.3.2 -3.3.1 -3.3.0 -3.2.1 -3.2.0 +3.2.1 \ No newline at end of file diff --git a/test/plugin/scenarios/vertx-web-3.54minus-scenario/support-version.list b/test/plugin/scenarios/vertx-web-3.54minus-scenario/support-version.list index ae29c1c832..f203bb1bf8 100644 --- a/test/plugin/scenarios/vertx-web-3.54minus-scenario/support-version.list +++ b/test/plugin/scenarios/vertx-web-3.54minus-scenario/support-version.list @@ -15,18 +15,8 @@ # limitations under the License. 3.5.4 -3.5.3 -3.5.2 -3.5.1 -3.5.0 3.4.2 -3.4.1 -3.4.0 3.3.3 -3.3.2 -3.3.1 -3.3.0 3.2.1 -3.2.0 3.1.0 -3.0.0 +3.0.0 \ No newline at end of file diff --git a/test/plugin/scenarios/vertx-web-3.6plus-scenario/support-version.list b/test/plugin/scenarios/vertx-web-3.6plus-scenario/support-version.list index 83daf2f4e5..cb46536f7b 100644 --- a/test/plugin/scenarios/vertx-web-3.6plus-scenario/support-version.list +++ b/test/plugin/scenarios/vertx-web-3.6plus-scenario/support-version.list @@ -15,16 +15,6 @@ # limitations under the License. 3.9.1 -3.9.0 3.8.5 -3.8.4 -3.8.3 -3.8.2 -3.8.1 -3.8.0 3.7.1 -3.7.0 3.6.3 -3.6.2 -3.6.1 -3.6.0 diff --git a/test/plugin/scenarios/webflux-scenario/support-version.list b/test/plugin/scenarios/webflux-scenario/support-version.list index 553ef8e280..c5820daf80 100644 --- a/test/plugin/scenarios/webflux-scenario/support-version.list +++ b/test/plugin/scenarios/webflux-scenario/support-version.list @@ -16,10 +16,5 @@ # 2.0.0-2.1.0 are supported, but due to the status code bug(https://github.com/spring-projects/spring-framework/issues/21901) # we don’t test them -2.1.1.RELEASE -2.1.2.RELEASE -2.1.3.RELEASE -2.1.4.RELEASE -2.1.5.RELEASE -2.1.6.RELEASE + 2.1.7.RELEASE diff --git a/test/plugin/scenarios/xxl-job-2.x-scenario/support-version.list b/test/plugin/scenarios/xxl-job-2.x-scenario/support-version.list index d3fc25231c..aca6e94fb2 100644 --- a/test/plugin/scenarios/xxl-job-2.x-scenario/support-version.list +++ b/test/plugin/scenarios/xxl-job-2.x-scenario/support-version.list @@ -14,5 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# lists your version here 2.2.0 \ No newline at end of file diff --git a/test/plugin/scenarios/zookeeper-scenario/support-version.list b/test/plugin/scenarios/zookeeper-scenario/support-version.list index dd9517c471..5723a83cc7 100644 --- a/test/plugin/scenarios/zookeeper-scenario/support-version.list +++ b/test/plugin/scenarios/zookeeper-scenario/support-version.list @@ -14,17 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -3.4.14 -3.4.13 -3.4.12 -3.4.11 -3.4.10 -3.4.9 -3.4.8 -3.4.7 -3.4.6 -3.4.5 -3.4.3 -3.4.2 -3.4.1 -3.4.0 \ No newline at end of file +3.4.14 \ No newline at end of file