From 8d8dc6eec032ef11d9d4784de8469b3daf612eab Mon Sep 17 00:00:00 2001 From: Foivos Zakkak Date: Tue, 23 Apr 2024 14:33:39 +0300 Subject: [PATCH] Use new webjars-locator name in integration test Closes https://github.com/quarkusio/quarkus/issues/40213 --- .github/native-tests.json | 2 +- integration-tests/pom.xml | 2 +- .../{webjars-locator => web-dependency-locator}/pom.xml | 8 ++++---- .../src/main/resources/application.properties | 0 .../io/quarkus/it/webjar/locator/WebJarResourceIT.java | 0 .../io/quarkus/it/webjar/locator/WebJarResourceTest.java | 0 .../src/test/resources/application.properties | 0 7 files changed, 6 insertions(+), 6 deletions(-) rename integration-tests/{webjars-locator => web-dependency-locator}/pom.xml (93%) rename integration-tests/{webjars-locator => web-dependency-locator}/src/main/resources/application.properties (100%) rename integration-tests/{webjars-locator => web-dependency-locator}/src/test/java/io/quarkus/it/webjar/locator/WebJarResourceIT.java (100%) rename integration-tests/{webjars-locator => web-dependency-locator}/src/test/java/io/quarkus/it/webjar/locator/WebJarResourceTest.java (100%) rename integration-tests/{webjars-locator => web-dependency-locator}/src/test/resources/application.properties (100%) diff --git a/.github/native-tests.json b/.github/native-tests.json index 68736ec9e9ef6..fbd8e62dbe16a 100644 --- a/.github/native-tests.json +++ b/.github/native-tests.json @@ -117,7 +117,7 @@ { "category": "Misc4", "timeout": 130, - "test-modules": "picocli-native, gradle, micrometer-mp-metrics, micrometer-prometheus, logging-json, jaxp, jaxb, opentelemetry, opentelemetry-jdbc-instrumentation, opentelemetry-redis-instrumentation, webjars-locator", + "test-modules": "picocli-native, gradle, micrometer-mp-metrics, micrometer-prometheus, logging-json, jaxp, jaxb, opentelemetry, opentelemetry-jdbc-instrumentation, opentelemetry-redis-instrumentation, web-dependency-locator", "os-name": "ubuntu-latest" }, { diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 57f966d6d7b6a..355b11472b6ae 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -340,7 +340,7 @@ simple with space picocli picocli-native - webjars-locator + web-dependency-locator devmode ide-launcher elasticsearch-rest-client diff --git a/integration-tests/webjars-locator/pom.xml b/integration-tests/web-dependency-locator/pom.xml similarity index 93% rename from integration-tests/webjars-locator/pom.xml rename to integration-tests/web-dependency-locator/pom.xml index f739130a51c0d..0dff717428ee2 100644 --- a/integration-tests/webjars-locator/pom.xml +++ b/integration-tests/web-dependency-locator/pom.xml @@ -10,9 +10,9 @@ 999-SNAPSHOT - quarkus-integration-test-webjars-locator + quarkus-integration-test-web-dependency-locator - Quarkus - Integration Tests - WebJar Locator + Quarkus - Integration Tests - Web Dependency Locator @@ -27,7 +27,7 @@ io.quarkus - quarkus-webjars-locator + quarkus-web-dependency-locator org.webjars @@ -67,7 +67,7 @@ io.quarkus - quarkus-webjars-locator-deployment + quarkus-web-dependency-locator-deployment ${project.version} pom test diff --git a/integration-tests/webjars-locator/src/main/resources/application.properties b/integration-tests/web-dependency-locator/src/main/resources/application.properties similarity index 100% rename from integration-tests/webjars-locator/src/main/resources/application.properties rename to integration-tests/web-dependency-locator/src/main/resources/application.properties diff --git a/integration-tests/webjars-locator/src/test/java/io/quarkus/it/webjar/locator/WebJarResourceIT.java b/integration-tests/web-dependency-locator/src/test/java/io/quarkus/it/webjar/locator/WebJarResourceIT.java similarity index 100% rename from integration-tests/webjars-locator/src/test/java/io/quarkus/it/webjar/locator/WebJarResourceIT.java rename to integration-tests/web-dependency-locator/src/test/java/io/quarkus/it/webjar/locator/WebJarResourceIT.java diff --git a/integration-tests/webjars-locator/src/test/java/io/quarkus/it/webjar/locator/WebJarResourceTest.java b/integration-tests/web-dependency-locator/src/test/java/io/quarkus/it/webjar/locator/WebJarResourceTest.java similarity index 100% rename from integration-tests/webjars-locator/src/test/java/io/quarkus/it/webjar/locator/WebJarResourceTest.java rename to integration-tests/web-dependency-locator/src/test/java/io/quarkus/it/webjar/locator/WebJarResourceTest.java diff --git a/integration-tests/webjars-locator/src/test/resources/application.properties b/integration-tests/web-dependency-locator/src/test/resources/application.properties similarity index 100% rename from integration-tests/webjars-locator/src/test/resources/application.properties rename to integration-tests/web-dependency-locator/src/test/resources/application.properties