Commit 16f982d
committed
chore(release): v0.4.0
## 0.4.0 - 2026-01-26
### Build
- Update dependency com.nimbusds:nimbus-jose-jwt to v10.7 (#89)
- Update dependency prettier to v3.8.0 (#91)
- Update actions/checkout action to v6.0.2 (#94)
- Update dependency prettier to v3.8.1 (#95)
- Update dependency org.wiremock.integrations:wiremock-spring-boot to v4.0.9 (#96)
### Feat
- Add auth endpoint to get sessionId deeplink
- Add swagger header parameters for /account
- Resolve jwk from session info instead of passing it as a parameter
### Fix
- Enable spotbugs and fix or ignore spotbugs reportings
- Use WalletRuntimeException instead of IllegalArgumentException
- Use Serial annotation
- Check if granted as separate method for readability
- Remove deprecated PMD rule
- Remove warnings for exceptions not thrown
- Apply autoformat
### Test
- Adjust tests to wua api v3 with necessary refactors
- Change method name rename test method and parameter
[skip ci]
Signed-off-by: DiggSwedenBot <ospo@digg.se>1 parent b109d87 commit 16f982d
2 files changed
+36
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
8 | 41 | | |
9 | 42 | | |
10 | 43 | | |
| |||
28 | 61 | | |
29 | 62 | | |
30 | 63 | | |
| 64 | + | |
31 | 65 | | |
32 | 66 | | |
33 | 67 | | |
| |||
283 | 317 | | |
284 | 318 | | |
285 | 319 | | |
| 320 | + | |
286 | 321 | | |
287 | 322 | | |
288 | 323 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments