commit | 475bf006583288e6544374ba7c5d085f0b4235f2 | [log] [tgz] |
---|---|---|
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | Sun Aug 06 20:56:30 2023 +0200 |
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | Sun Aug 06 20:59:04 2023 +0200 |
tree | 70d778019369e1ba040e98da0d134e1ea25fc733 | |
parent | 940eac59b739d1c5e9e57a225eaa9017468b14f0 [diff] [blame] |
De-generics-ize Post, PostText. Hibernate 6 did not like the old scheme. Change-Id: I060e077648ab54589d5b7574137c10517b4c4114
diff --git a/src/main/resources/templates/PostResource/postList.html b/src/main/resources/templates/PostResource/postList.html index 89267a2..434c22a 100644 --- a/src/main/resources/templates/PostResource/postList.html +++ b/src/main/resources/templates/PostResource/postList.html
@@ -1,4 +1,4 @@ -{@java.util.List<eu.mulk.mulkcms2.benki.posts.Post$Day<eu.mulk.mulkcms2.benki.posts.Post<?>>> postDays} +{@java.util.List<eu.mulk.mulkcms2.benki.posts.Post$Day<eu.mulk.mulkcms2.benki.posts.Post>> postDays} {@java.lang.String feedUri} {@java.lang.String pageTitle} {@boolean showBookmarkForm}