From a50ac8daab5f90dbf329446cc20c9e9458f24402 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 28 Jun 2021 19:58:36 +0200 Subject: Update dependencies. Change-Id: Ibca1be39b37f76ad9dfe743087959559d3f65d2a --- src/main/resources/application.properties | 2 +- src/main/resources/templates/benki/posts/postList.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 22c1dfc..53233ba 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -84,7 +84,7 @@ quarkus.container-image.group = mulk quarkus.container-image.name = mulkcms2 quarkus.container-image.registry = docker.benkard.de -quarkus.jib.base-jvm-image = azul/zulu-openjdk-alpine:15-jre +quarkus.jib.base-jvm-image = azul/zulu-openjdk-alpine:16-jre #quarkus.jib.jvm-arguments = -XX:+UseShenandoahGC,-XX:ShenandoahGCHeuristics=compact quarkus.jib.jvm-arguments = -XX:G1PeriodicGCInterval=300000,-XX:G1PeriodicGCSystemLoadThreshold=0 diff --git a/src/main/resources/templates/benki/posts/postList.html b/src/main/resources/templates/benki/posts/postList.html index 5e9d24a..7039d65 100644 --- a/src/main/resources/templates/benki/posts/postList.html +++ b/src/main/resources/templates/benki/posts/postList.html @@ -1,4 +1,4 @@ -{@java.util.List postDays} +{@java.util.List.Day> postDays} {@java.lang.String pageTitle} {@java.lang.Boolean showBookmarkForm} {@java.lang.Boolean hasPreviousPage} -- cgit v1.2.3