Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merged in feature/shibui-2517 (pull request #650)
* 2508 Update to Java 17 and Gradle 7.6
* 2517 Update Spring/Springboot
  * 2554 @LOB fields broken
  * 2558 PAC4J configuration
  * 2551 External Metadata Resolver title not being displayed on Dashboard

Approved-by: Doug Sonaty
Approved-by: Chad Redman
  • Loading branch information
chasegawa authored and credman committed Apr 13, 2023
1 parent 02585fc commit 675c26d
Show file tree
Hide file tree
Showing 265 changed files with 3,110 additions and 2,103 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -1,7 +1,7 @@
pipeline {
agent any
tools{
jdk 'JDK11'
jdk 'JDK17'
}
options {
disableConcurrentBuilds()
Expand Down
4 changes: 2 additions & 2 deletions backend/Dockerfile
@@ -1,4 +1,4 @@
FROM gcr.io/distroless/java
FROM gcr.io/distroless/java17-debian11

ARG JAR_FILE

Expand All @@ -7,4 +7,4 @@ COPY ${JAR_FILE} app.war

EXPOSE 8080

ENTRYPOINT ["/usr/bin/java", "-jar", "app.war"]
ENTRYPOINT ["/usr/bin/java", "-jar", "app.war"]
255 changes: 167 additions & 88 deletions backend/build.gradle

Large diffs are not rendered by default.

This file was deleted.

0 comments on commit 675c26d

Please sign in to comment.