summaryrefslogtreecommitdiff
path: root/src/main/kotlin/dev/dnpm/etl/processor/config/AppConfiguration.kt
AgeCommit message (Expand)AuthorFilesLines
6 daysfix: update Jackson config to fix probably bean dependency issue (#291)Paul-Christian Volkmer1-9/+4
2026-05-12feat: use Jackson 3 for JSON serde (#286)Paul-Christian Volkmer1-264/+261
2026-05-06refactor: replace deprecated HttpClientErrorExceptionPaul-Christian Volkmer1-2/+1
2026-03-10feat: request update audit (#258)Paul-Christian Volkmer1-2/+3
2026-03-05deps!: migrate to Spring Boot 4 (#250)Paul-Christian Volkmer1-1/+1
2026-01-06feat: block further initial submissions (#232)Paul-Christian Volkmer1-23/+33
2025-12-05fix: do not serialize null values (#216)Paul-Christian Volkmer1-7/+22
2025-12-03feat: simple HTTP GET based consent fetch (#208)Paul-Christian Volkmer1-0/+24
2025-11-11chore: use spotless for kotlin code (#191)Paul-Christian Volkmer1-220/+215
2025-10-22feat: add basic support for gPAS SOAP endpoint (#157)Paul-Christian Volkmer1-5/+34
2025-08-18132 fix consent check (#133)jlidke1-0/+2
2025-08-15feat: check consent for DNPM 2.1 requests (#126)Paul-Christian Volkmer1-11/+7
2025-07-2263 check consent status (#120)jlidke1-16/+125
2025-04-04feat: remove obsolete config params (#101)Paul-Christian Volkmer1-14/+0
2025-04-04feat: remove SSL-CA-Location config (#99)Paul-Christian Volkmer1-99/+1
2025-03-23feat: do not retry on validation issues (#89)Paul-Christian Volkmer1-0/+3
2024-05-07refactor: move classes into package 'security'Paul-Christian Volkmer1-2/+2
2024-04-30refactor: use Fingerprint type instead of plain StringPaul-Christian Volkmer1-0/+5
2024-04-24refactor: extract custom SSL gPAS rest template creationPaul-Christian Volkmer1-19/+43
2024-04-24refactor: move method content and call this methodPaul-Christian Volkmer1-13/+13
2024-04-24refactor: move custom rest template init to config classPaul-Christian Volkmer1-1/+78
2024-04-23refactor: use default RestTemplate bean if no custom one requiredPaul-Christian Volkmer1-4/+4
2024-03-06test: change tests to mock output connectionPaul-Christian Volkmer1-0/+5
2024-03-06feat: add configuration for deprecated config propertyPaul-Christian Volkmer1-0/+11
2024-03-06feat: initial implementation of gPAS connection checkPaul-Christian Volkmer1-3/+14
2024-02-29feat: add max-retry-attempts config optionPaul-Christian Volkmer1-2/+2
2024-02-29feat: use global RetryTemplatePaul-Christian Volkmer1-6/+17
2024-01-18feat #29: add initial support for mtbfile api tokensPaul-Christian Volkmer1-0/+11
2024-01-17feat: push connection available state to clientPaul-Christian Volkmer1-5/+10
2024-01-12test: add pseudonymize generator property and default to testsPaul-Christian Volkmer1-1/+1
2024-01-12refactor: Use config new pseudonym generator config paramPaul-Christian Volkmer1-2/+17
2024-01-04feat #17: initial support for request retryPaul-Christian Volkmer1-0/+15
2024-01-02feat #15: add connection checks to bwHC backendPaul-Christian Volkmer1-1/+3
2023-10-05Issue #12: Log transformation count applied on application startPaul-Christian Volkmer1-0/+4
2023-10-05Issue #12: Transform MTBFile objects by using transformation rulesPaul-Christian Volkmer1-3/+7
2023-10-05Issue #12: Add application config for transformation configurationPaul-Christian Volkmer1-0/+8
2023-08-09Change endpoint configuration to select single endpointPaul-Christian Volkmer1-11/+1
2023-08-02Add processor to handle responses from Kafka topicPaul-Christian Volkmer1-12/+4
2023-07-27Code polish for PRPaul-Christian Volkmer1-2/+4
2023-07-27feat: patient pid may be replaced with gPAS pseudonym, now.Jakub Lidke1-8/+2
2023-07-26Add human readable data quality reportPaul-Christian Volkmer1-0/+6
2023-07-25(Near) realtime update of statistics chartsPaul-Christian Volkmer1-0/+9
2023-07-24Initial commitPaul-Christian Volkmer1-0/+82