Merge in RED/redaction-service from RED-6744 to master
* commit '809349f65d7aa4af9ac5ca2fa75d80548d2f475b':
RED-6744 - Merge dossier and template dictionaries in redaction-service - reformat - add junit test
RED-6744 - Merge dossier and template dictionaries in redaction-service - remove unnecessary annotations
RED-6744 - erge dossier and template dictionaries in redaction-service - extend DictionaryEntry from persistence to use it in merging dictionaries and to override the hascode and equals - use this DictionaryEntryModel instead of DictionaryEntry
- extend DictionaryEntry from persistence to use it in merging dictionaries and to override the hascode and equals
- use this DictionaryEntryModel instead of DictionaryEntry
Merge in RED/redaction-service from RED-6619_5 to master
* commit 'f574b414c471cb6f349a5fd44a1ad337c77521ac':
RED-6619 - change pom to fforesight again
RED-6619 - revert changes in pom
RED-6619 - change from iqser to knecon
RED-6619 - change nexus-url from iqser to knecon
Merge in RED/redaction-service from RED-6619_1 to master
* commit 'aff7074b4012627a4e8b64b2f4a779b18feed50a':
RED-6619 - renamed variables
RED-6619 - reformat code
RED-6619 - delete unnecessary import
RED-6619 - moved not the logic to a boolean, but the 1 into a constant
RED-6619 - fix integration-tests by adding versions and move the hasMinimumSize-logic into own boolea
RED-6619 - added missing ' (typo)
RED-6619 - add logic to ignore found table-cells with height or width < 1. Also: Fix the tests and add new segmentation-tests and 1 redaction-integration-test. Renamed the latter to fit maven regexp
RED-6619 - add tests for table-extraction
Merge in RED/redaction-service from RED-5694-storage to master
* commit '9a933e9563769dbbc38756151ef7d33fde859194':
RED-5694 - Upgrade spring-boot to 3.0 - import storageAutoConfiguration to Application
Merge in RED/redaction-service from RED-5694 to master
* commit '7d4b3f40d3a09493459d6f71e53275fc1da7adad':
RED-5694 - Upgrade spring-boot to 3.0 - exclude storageAutoConfiguration with @ComponentScan
RED-5694 - Upgrade spring-boot to 3.0 - remove comment code
RED-5694 - Upgrade spring-boot to 3.0 - remove comment code
RED-5694 - Upgrade spring-boot to 3.0 - update exclusion of StorageAutoConfiguration
RED-5694 - Upgrade spring-boot to 3.0 - update after the merge of master
RED-5694 - Upgrade spring-boot to 3.0 - update platfrom-dependency and other dependencies with latest versions - remove dslplatform dependency
RED-5694: Imported new version of platform-dependency and fixed a couple of issues.
Merge in RED/redaction-service from RED-6411_4.5.0_1 to master
* commit '2a56187294c125931d4b998ee1f812ea426e2b58':
RED-6411 - optimize code
RED-6411 - optimize method
RED-6411 - rename testclass because of regexp
RED-6411 - fix import of configuration
RED-6411 - add test for this case (with the current rules-file) and move/abstract logic from the RedactionIntegrationTest into AbstractRedactionIntegrationTest
RED-6411 - extend logic when replacing entities with higher rank
RED-6411 - remove false positives before calling EntitySearchUtils.addOrAddEngine()
* Updated imports for some javax.* packages.
* Added improved config for annotation processors (not dependent on implementation details).
* Updated SectionText class to not use wildcard imports, since the cause problems for lombok + dsl-json.
Merge in RED/redaction-service from RED-6224 to master
* commit '339833e2d6f4f85757f7fdb84c2006f17d766f38':
RED-6224: Fixed pr findings
RED-6224: Made dictionary cache multitenancy ready
Merge in RED/redaction-service from RED-6250 to master
* commit 'fe5121b1edf784d5cc57abd9cd8e27f70dea0f4a':
RED-6250: Switched to new metrics-commons version to not have to instantiate a factory (reduces code duplication)
RED-6250: Changed function-timer metric to use code from metric commons