-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rydding av warnings ved bygg og oppstart og annet småsnacks (#5070)
### 💰 Hva skal gjøres, og hvorfor? - Endret beskrivelse på hva man må gjøre for å håndtere en endring av fødselsdato for et barn ved identhendelse - Bytter vekk fra deprikerte metodene setReadtimeout og setConnectTimout - Fjerner warning: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) - Fikser warning og skrur på metadataaccess for å slippe å ha dialect - Fikser warning med registrering av prometheus metric behandling, fordi den allerede eksisterer og er ulike keys. Prometheus requires that all meters with the same name have the same set of tag keys. There is already an existing meter named 'behandling' containing tag keys [saksbehandling, smaabarnstillegg]. The meter you are attempting to register has keys [aarsak, beskrivelse, saksbehandling, smaabarnstillegg]. Note that subsequent logs will be logged at debug level. - Tar i bruk secure().nextAlphanumeric(10) i stedet for deprikert metode i java ### ✅ Checklist _Har du husket alle punktene i listen?_ - [x] Jeg har testet mine endringer i henhold til akseptansekriteriene 🕵️ - [ ] Jeg har config- eller sql-endringer. I så fall, husk manuell deploy til miljø for å verifisere endringene. - [ ] Jeg har skrevet tester. Hvis du ikke har skrevet tester, beskriv hvorfor under 👇 Tester eksisterer alt ### 💬 Ønsker du en muntlig gjennomgang? - [ ] Ja - [x] Nei
- Loading branch information
Showing
7 changed files
with
25 additions
and
23 deletions.
There are no files selected for viewing
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
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