From 424f300ad27d3d1f2fa9640ecaa66f8a0bb05583 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Thu, 2 Mar 2023 09:35:22 +0100 Subject: [PATCH] Skip revapi checks for testsuite modules Motivation: We should skip revapi checks for testsuite modules as these are not expected to be public API Modifications: Add configuration for skipping Result: No API check for testsuites --- testsuite-autobahn/pom.xml | 1 + testsuite-http2/pom.xml | 1 + testsuite-native-image-client-runtime-init/pom.xml | 1 + testsuite-native-image-client/pom.xml | 1 + testsuite-native-image/pom.xml | 1 + testsuite-native/pom.xml | 1 + testsuite-osgi/pom.xml | 1 + testsuite-shading/pom.xml | 1 + testsuite/pom.xml | 1 + 9 files changed, 9 insertions(+) diff --git a/testsuite-autobahn/pom.xml b/testsuite-autobahn/pom.xml index 551d90daeb3..7787e0c9c36 100644 --- a/testsuite-autobahn/pom.xml +++ b/testsuite-autobahn/pom.xml @@ -30,6 +30,7 @@ true + true true io.netty.testsuite_autobahn diff --git a/testsuite-http2/pom.xml b/testsuite-http2/pom.xml index 16a09d5e415..2c64acca6e3 100644 --- a/testsuite-http2/pom.xml +++ b/testsuite-http2/pom.xml @@ -30,6 +30,7 @@ true + true true io.netty.testsuite_http2 diff --git a/testsuite-native-image-client-runtime-init/pom.xml b/testsuite-native-image-client-runtime-init/pom.xml index d64604aeafc..e86902ce5b8 100644 --- a/testsuite-native-image-client-runtime-init/pom.xml +++ b/testsuite-native-image-client-runtime-init/pom.xml @@ -30,6 +30,7 @@ true + true true io.netty.testsuite_native_image_client_runtime_init diff --git a/testsuite-native-image-client/pom.xml b/testsuite-native-image-client/pom.xml index 957cb086296..9074f9a5caf 100644 --- a/testsuite-native-image-client/pom.xml +++ b/testsuite-native-image-client/pom.xml @@ -30,6 +30,7 @@ true + true true io.netty.testsuite_native_image_client diff --git a/testsuite-native-image/pom.xml b/testsuite-native-image/pom.xml index ab079072938..ca1215eae0d 100644 --- a/testsuite-native-image/pom.xml +++ b/testsuite-native-image/pom.xml @@ -30,6 +30,7 @@ true + true true io.netty.testsuite_native_image diff --git a/testsuite-native/pom.xml b/testsuite-native/pom.xml index a4182de00af..03fa1a4b4af 100644 --- a/testsuite-native/pom.xml +++ b/testsuite-native/pom.xml @@ -30,6 +30,7 @@ true + true false true diff --git a/testsuite-osgi/pom.xml b/testsuite-osgi/pom.xml index 8a518530af9..843d4eb4de7 100644 --- a/testsuite-osgi/pom.xml +++ b/testsuite-osgi/pom.xml @@ -32,6 +32,7 @@ 4.13.0 --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED true + true true io.netty.testsuite_osgi diff --git a/testsuite-shading/pom.xml b/testsuite-shading/pom.xml index 82a172e7dcc..c9efa584850 100644 --- a/testsuite-shading/pom.xml +++ b/testsuite-shading/pom.xml @@ -40,6 +40,7 @@ true io.netty. true + true true io.netty.testsuite_shading diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 6d3fe3a4692..df73b969267 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -120,6 +120,7 @@ --add-exports java.base/sun.security.x509=ALL-UNNAMED true + true io.netty.testsuite