Add field published_on and title to Issue

/refs #16

Add field published_on and title to Issue and display both fields.
This commit is contained in:
Thomas Peetz
2025-06-01 18:32:15 +02:00
parent 7c5c571716
commit 1151b0e45e
9 changed files with 138 additions and 68 deletions
+2 -1
View File
@@ -64,7 +64,8 @@ dependencies {
implementation 'com.h2database:h2'
implementation libs.hsqldb
implementation 'org.postgresql:postgresql'
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client'
//runtimeOnly 'org.mariadb.jdbc:mariadb-java-client'
implementation libs.hypersistence
implementation libs.mail
implementation libs.jackson
implementation libs.gson