-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Småopprydning som ble til Spring Boot 3 og java 21
Ryddet litt i kode og imports, og fjernet en del ubrukte pakker fra pom. Kort tid etter hadde vi plutselig migrert til Spring Boot 3. Hovedendring er kanskje at EhCache har blitt byttet ut med Caffeine.
- Loading branch information
Showing
105 changed files
with
548 additions
and
774 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM ghcr.io/navikt/baseimages/temurin:17 | ||
FROM ghcr.io/navikt/baseimages/temurin:21 | ||
COPY import-vault-token.sh /init-scripts | ||
COPY /target/tiltaksgjennomforing-api-1.0.0-SNAPSHOT.jar app.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...av/tag/tiltaksgjennomforing/autorisasjon/altinntilgangsstyring/HentArbeidsgiverToken.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package no.nav.tag.tiltaksgjennomforing.autorisasjon.altinntilgangsstyring; | ||
|
||
public interface HentArbeidsgiverToken { | ||
public String hentArbeidsgiverToken (); | ||
String hentArbeidsgiverToken(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
src/main/java/no/nav/tag/tiltaksgjennomforing/avtale/AvbruttInfo.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.