diff --git a/.github/workflows/pull-request-tests.yml b/.github/workflows/pull-request-tests.yml index 77d8e59..59404bc 100644 --- a/.github/workflows/pull-request-tests.yml +++ b/.github/workflows/pull-request-tests.yml @@ -57,8 +57,12 @@ jobs: cp -av ${{ github.workspace }}/.mvn/filters/*.txt ${{ steps.find-home.outputs.home }}/.m2/repository/.remoteRepositoryFilters/ - name: Run Maven Build and Verify + # Note: This also builds a container image to ensure image building + # continues to work, but does not push it to any registry run: >- ./mvnw --batch-mode clean verify + -Dquarkus.container-image.build=true + -Dquarkus.container-image.push=false diff --git a/parent/pom.xml b/parent/pom.xml index 6463f1d..0a632bd 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -67,15 +67,13 @@ UTF-8 UTF-8 - 21 - 21 - 21 + 17 2.0.0-M8 - [21,) + [17,) [3.9.2,) @@ -327,6 +325,13 @@ org.apache.maven.plugins maven-failsafe-plugin ${version.maven-failsafe-plugin} + + + + org.jboss.logmanager.LogManager + + + default-integration-test @@ -427,6 +432,11 @@ **/*IntegrationTest.java + + + org.jboss.logmanager.LogManager + + @@ -569,12 +579,16 @@ STRONGER + + -Djava.util.logging.manager=org.jboss.logmanager.LogManager + + - 40 + 35