This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway-app-referenceapp.git


The following commit(s) were added to refs/heads/master by this push:
     new 50a5fd0  fixes deprecated docker images (for JIB)
50a5fd0 is described below

commit 50a5fd04b1056548b7795f1abd555855023b1eb9
Author: Andi Huber <[email protected]>
AuthorDate: Tue Nov 4 12:21:21 2025 +0100

    fixes deprecated docker images (for JIB)
---
 wicket/jpa-and-graphql/pom.xml | 2 +-
 wicket/jpa/pom.xml             | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/wicket/jpa-and-graphql/pom.xml b/wicket/jpa-and-graphql/pom.xml
index 1e992af..3f4069c 100644
--- a/wicket/jpa-and-graphql/pom.xml
+++ b/wicket/jpa-and-graphql/pom.xml
@@ -133,7 +133,7 @@
                                                
<artifactId>jib-maven-plugin</artifactId>
                                                <configuration>
                                                        <from>
-                                                               
<image>openjdk:21-jdk-bookworm</image>
+                                                               
<image>eclipse-temurin:25-jdk</image>
                                                        </from>
                                                        <container>
                                                                <jvmFlags>
diff --git a/wicket/jpa/pom.xml b/wicket/jpa/pom.xml
index 1651880..7aa0f43 100644
--- a/wicket/jpa/pom.xml
+++ b/wicket/jpa/pom.xml
@@ -124,9 +124,10 @@
                                        <plugin>
                                                
<groupId>com.google.cloud.tools</groupId>
                                                
<artifactId>jib-maven-plugin</artifactId>
+                                               <version>3.4.6</version>
                                                <configuration>
                                                        <from>
-                                                               
<image>openjdk:25-jdk-trixie</image>
+                                                               
<image>eclipse-temurin:25-jdk</image>
                                                        </from>
                                                        <container>
                                                                <jvmFlags>

Reply via email to