Skip to content

Commit

Permalink
Bump quarkus version as Tescontainer 1.4.8 has been released part of …
Browse files Browse the repository at this point in the history
…new Quarkus release
  • Loading branch information
cmoulliard committed Feb 18, 2025
1 parent b283a9d commit 417f33e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.18.1</quarkus.platform.version>
<quarkus.platform.version>3.18.3</quarkus.platform.version>
<quarkus-argocd.version>0.2.0</quarkus-argocd.version>
<testcontainer.version>1.4.8</testcontainer.version>
<skipITs>true</skipITs>
<surefire-plugin.version>3.5.2</surefire-plugin.version>
</properties>
Expand Down Expand Up @@ -75,7 +74,6 @@
<dependency>
<groupId>com.dajudge.kindcontainer</groupId>
<artifactId>kindcontainer</artifactId>
<version>${testcontainer.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -166,11 +164,5 @@
<quarkus.native.enabled>true</quarkus.native.enabled>
</properties>
</profile>
<profile>
<id>local</id>
<properties>
<testcontainer.version>1738827454679-SNAPSHOT</testcontainer.version>
</properties>
</profile>
</profiles>
</project>
9 changes: 8 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
quarkus.log.category."com.github.dockerjava.core".level=DEBUG
quarkus.log.category."com.github.dockerjava.core".level=DEBUG

# To launch the kind testContainer when a ~/.kube/argoConfigurator file exists, then it is needed to set
# The following parameter
quarkus.kubernetes-client.devservices.override-kubeconfig=true

# Set the cluster's type to be used: kind, k3s or Api Sever
quarkus.kubernetes-client.devservices.flavor=kind

0 comments on commit 417f33e

Please sign in to comment.