-
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.
* fjernet unødvendig bom * bruk fp-konfig, flernet duplikat kode i felles * litt flere records * ny interface kombinerer liveness og redainess Co-authored-by: Jan-Olav Eide <[email protected]>
- Loading branch information
1 parent
bfc470d
commit 2c62ba9
Showing
39 changed files
with
40 additions
and
1,433 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
5 changes: 5 additions & 0 deletions
5
felles/log/src/main/java/no/nav/vedtak/log/metrics/LiveAndReadinessAware.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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package no.nav.vedtak.log.metrics; | ||
|
||
public interface LiveAndReadinessAware extends LivenessAware, ReadinessAware { | ||
|
||
} |
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
87 changes: 0 additions & 87 deletions
87
felles/util/src/main/java/no/nav/vedtak/konfig/ApplicationPropertiesKonfigProvider.java
This file was deleted.
Oops, something went wrong.
57 changes: 0 additions & 57 deletions
57
felles/util/src/main/java/no/nav/vedtak/konfig/DefaultValueKonfigProvider.java
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
felles/util/src/main/java/no/nav/vedtak/konfig/EnvPropertiesKonfigVerdiProvider.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.