Pull request #202: CR-365: Support eCPR numbersMerge in COM/covid-19-borgerstatus from feature/cr-365_support_ecpr_numbers to develop
* commit '0bc19b080fcbec6e1b6aeffb3b4e12602bc8d63a':
[CR-365] Update CPRFilter to also mask eCPR numbers in various log entries
[CR-365] Support X-eCPR numbers and always get person birthdate from 'stamdata_person' table instead of parsing CPR-number
Pull request #198: CR-360: Update series counter for single dose boostersMerge in COM/covid-19-borgerstatus from feature/cr-360_update_single_dose_boosters_series_counter to develop
* commit '673ae7b71fdc5402560bfdc4e95ed3950a67735e':
CR-360: Update the 'series' counter for single dose boosters: Must now be numbered x/1 instead of x/x, e.g. 2/1, 3/1, etc., according to new EU rules
Pull request #197: Fix DataFetcherTest on slow CPUs: Make 'impatientDataFetcher' a little less impatientMerge in COM/covid-19-borgerstatus from testfix/fix-impatient-datafetcher to master
* commit '3ee8306ac1175b8f87f818181e400d82528d568e':
Fix DataFetcherTest on slow CPUs: Make 'impatientDataFetcher' a little less impatient
Pull request #196: Release/1.6.1Merge in COM/covid-19-borgerstatus from release/1.6.1 to master
* commit '2788703a25d4fd7bc5b0e451382afb8e3faf68e9':
Set version 1.6.1
Update application-service.properties to match upcoming PROD config
DkPassportConfiguration docs: Added missing properties to toString() representation
[CR-357] Refactoring
[CR-357] Fix DKINFO vaccination entries having wrong value in 'xdu' property f...
Pull request #195: Bugfix/CR-357 wrong vaccination xdu valuesMerge in COM/covid-19-borgerstatus from bugfix/cr-357_wrong_vaccination_xdu_values to develop
* commit '5ec9b5b78a1168fbc94f1a4f35431e5fc37aa9fb':
DkPassportConfiguration docs: Added missing properties to toString() representation
[CR-357] Refactoring
[CR-357] Fix DKINFO vaccination entries having wrong value in 'xdu' property for: 1)people under 18 (new rule in CR-352) and for 2)additio...
Pull request #194: [CR-359]: fix calculation of time until 18 in CprFormatBasedAgeCalculatorImplMerge in COM/covid-19-borgerstatus from fix/CR-358_invalid_period_calculation to develop
* commit 'f352a5da12646ac7c270e51719e9acca896f42e5':
[CR-359]: add tests for age calculations with invalid cpr
[CR-359]: fix calculation of time until 18 in CprFormatBasedAgeCalculatorImpl
[CR-357] Fix DKINFO vaccination entries having wrong value in 'xdu' property for:1)people under 18 (new rule in CR-352) and for
2)additional vaccination entries ([CR-341], including revaccination entries [CR-349])
Pull request #193: Release/1.6.0Merge in COM/covid-19-borgerstatus from release/1.6.0 to master
* commit 'a1e38d2e2a86712724769419076ac12ad9a4ecf4': (38 commits)
Set version 1.6.0
Update integrationtest assumptions to match actual DDV data on test1 for users with fixed test data
[CR-349]: Added tests
[CR-349]: Added RecoveryPassportEvaluator to CombinedPassportEvaluator + audit logging
[CR-349]: Updated tests
[CR...
Pull request #189: [CR-352]: add age differentiationMerge in COM/covid-19-borgerstatus from feature/CR-352 to develop
* commit '724bd440979d585ae5414c50e91aab6b2286b4fb':
[CR-352]: fix review comments
[CR-352]: calculate vaccination pass expiration based on date of 18th birthday for persons under 18
[CR-352]: add age differentiation
1)cbs-fetcher + cbs-datacache-invalidator: Use a @Configuration class with @ComponentScan instead of a 'basePackages' String when initializing the Spring application context: This helps IDEs (IntelliJ IDEA) to provide navigation between injection points and bean declarations (via gutter icons) which helps tremendously when navigating the source code.2)Fix tests (now that Mockito is strict per default)
1)cbs-service: Use a @Configuration class with @ComponentScan instead of a 'basePackages' String when initializing the Spring application context: This helps IDEs (IntelliJ IDEA) to provide navigation between injection points and bean declarations (via gutter icons) which helps tremendously when navigating the source code.2)Remove @SuppressWarnings("java:S1118") that seems to be no longer needed with newer version of SonarLint.
3)@CbsTest no longer configures Mockito to always being lenient (this means Mockito is now strict, per its own default, which helps catch bugs in test code).