From 22d15e6a97aebb020f8a4b6bf288c60cd7359cc0 Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Thu, 18 Jan 2024 17:01:31 +0200 Subject: [PATCH 1/3] Improve the names of the locales IT modules --- integration-tests/locales/all/pom.xml | 2 +- integration-tests/locales/app/pom.xml | 2 +- integration-tests/locales/pom.xml | 4 ++-- integration-tests/locales/some/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/integration-tests/locales/all/pom.xml b/integration-tests/locales/all/pom.xml index 3515190980e59..6b183336a4a88 100644 --- a/integration-tests/locales/all/pom.xml +++ b/integration-tests/locales/all/pom.xml @@ -5,7 +5,7 @@ 4.0.0 io.quarkus - quarkus-integration-test-locales + quarkus-integration-test-locales-parent 999-SNAPSHOT quarkus-integration-test-locales-all diff --git a/integration-tests/locales/app/pom.xml b/integration-tests/locales/app/pom.xml index 3651cb3d06f1b..4e418c5559570 100644 --- a/integration-tests/locales/app/pom.xml +++ b/integration-tests/locales/app/pom.xml @@ -5,7 +5,7 @@ 4.0.0 io.quarkus - quarkus-integration-test-locales + quarkus-integration-test-locales-parent 999-SNAPSHOT quarkus-integration-test-locales-app diff --git a/integration-tests/locales/pom.xml b/integration-tests/locales/pom.xml index 378ad2423218d..0478b1166eef5 100644 --- a/integration-tests/locales/pom.xml +++ b/integration-tests/locales/pom.xml @@ -8,8 +8,8 @@ quarkus-integration-tests-parent 999-SNAPSHOT - quarkus-integration-test-locales - Quarkus - Integration Tests - Locales + quarkus-integration-test-locales-parent + Quarkus - Integration Tests - Locales - Parent pom app diff --git a/integration-tests/locales/some/pom.xml b/integration-tests/locales/some/pom.xml index 18f6c4e0195e0..c56d0043e843d 100644 --- a/integration-tests/locales/some/pom.xml +++ b/integration-tests/locales/some/pom.xml @@ -5,7 +5,7 @@ 4.0.0 io.quarkus - quarkus-integration-test-locales + quarkus-integration-test-locales-parent 999-SNAPSHOT quarkus-integration-test-locales-some From 5955a76d7e1f109d55c593b22e68e4920c823d1b Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Thu, 18 Jan 2024 17:01:43 +0200 Subject: [PATCH 2/3] Actually make the library usable by Quarkus applications --- .../app/src/main/java/io/quarkus/locales/it/LocalesResource.java | 1 - .../locales/app/src/main/resources/META-INF/beans.xml | 0 2 files changed, 1 deletion(-) create mode 100644 integration-tests/locales/app/src/main/resources/META-INF/beans.xml diff --git a/integration-tests/locales/app/src/main/java/io/quarkus/locales/it/LocalesResource.java b/integration-tests/locales/app/src/main/java/io/quarkus/locales/it/LocalesResource.java index 630236903e87d..20cb868cf4922 100644 --- a/integration-tests/locales/app/src/main/java/io/quarkus/locales/it/LocalesResource.java +++ b/integration-tests/locales/app/src/main/java/io/quarkus/locales/it/LocalesResource.java @@ -20,7 +20,6 @@ import io.smallrye.common.constraint.NotNull; -@Path("") public class LocalesResource { private static final Logger LOG = Logger.getLogger(LocalesResource.class); diff --git a/integration-tests/locales/app/src/main/resources/META-INF/beans.xml b/integration-tests/locales/app/src/main/resources/META-INF/beans.xml new file mode 100644 index 0000000000000..e69de29bb2d1d From 341a713b3e57dc7e13ef41a3dc329a0cd639e5d7 Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Thu, 18 Jan 2024 17:03:33 +0200 Subject: [PATCH 3/3] Make sure the Locales IT modules are always included by GIB Based on: https://github.com/quarkusio/quarkus/pull/38242#issuecomment-1898639288 --- integration-tests/locales/app/disable-unbind-executions | 1 + integration-tests/locales/disable-unbind-executions | 1 + 2 files changed, 2 insertions(+) create mode 100644 integration-tests/locales/app/disable-unbind-executions create mode 100644 integration-tests/locales/disable-unbind-executions diff --git a/integration-tests/locales/app/disable-unbind-executions b/integration-tests/locales/app/disable-unbind-executions new file mode 100644 index 0000000000000..60f805fc1dfda --- /dev/null +++ b/integration-tests/locales/app/disable-unbind-executions @@ -0,0 +1 @@ +This file disables the unbind-executions profile in the quarkus-integration-tests-parent. diff --git a/integration-tests/locales/disable-unbind-executions b/integration-tests/locales/disable-unbind-executions new file mode 100644 index 0000000000000..60f805fc1dfda --- /dev/null +++ b/integration-tests/locales/disable-unbind-executions @@ -0,0 +1 @@ +This file disables the unbind-executions profile in the quarkus-integration-tests-parent.