devplant
077677e02d
RED-5694 - Upgrade spring-boot to 3.0
...
- update exclusion of StorageAutoConfiguration
2023-04-05 13:22:17 +03:00
devplant
09de0dc2c6
RED-5694 - Upgrade spring-boot to 3.0
...
- update after the merge of master
2023-04-05 12:06:12 +03:00
devplant
c3b29e4ebc
Merge branch 'master' of https://git.iqser.com/scm/red/redaction-service into RED-5694
...
# Conflicts:
# redaction-service-v1/redaction-service-server-v1/src/test/java/com/iqser/red/service/redaction/v1/server/RedactionIntegrationTest.java
2023-04-05 11:37:33 +03:00
devplant
adcf17c5f0
RED-5694 - Upgrade spring-boot to 3.0
...
- update platfrom-dependency and other dependencies with latest versions
- remove dslplatform dependency
2023-04-05 10:58:18 +03:00
Thomas Beyer
49860ab95d
Pull request #528 : RED-6411 4.5.0 1
...
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()
2023-03-29 15:03:13 +02:00
Thomas Beyer
2a56187294
RED-6411 - optimize code
2023-03-29 09:35:55 +02:00
Thomas Beyer
710747d00b
RED-6411 - optimize method
2023-03-28 11:28:43 +02:00
Thomas Beyer
4e76c007b8
RED-6411 - rename testclass because of regexp
2023-03-28 10:41:37 +02:00
Thomas Beyer
6e5b64ca94
RED-6411 - fix import of configuration
2023-03-28 10:35:27 +02:00
Thomas Beyer
157b20a1de
RED-6411 - add test for this case (with the current rules-file) and move/abstract logic from the RedactionIntegrationTest into AbstractRedactionIntegrationTest
2023-03-28 10:16:17 +02:00
Thomas Beyer
7644afc3aa
RED-6411 - extend logic when replacing entities with higher rank
2023-03-27 12:49:33 +02:00
deiflaender
f03523ca8f
RED-6224: Multitenancy for rules cache
2023-03-27 09:37:48 +02:00
Thomas Beyer
459af9e33b
RED-6411 - remove false positives before calling EntitySearchUtils.addOrAddEngine()
2023-03-27 09:05:13 +02:00
Viktor Seifert
3626dbd0a9
RED-5694: Imported new version of platform-dependency and fixed a couple of issues.
...
* 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.
2023-03-20 18:06:32 +01:00
deiflaender
339833e2d6
RED-6224: Fixed pr findings
2023-03-17 16:07:20 +01:00
deiflaender
ec0de5b6a2
RED-6224: Made dictionary cache multitenancy ready
2023-03-17 13:54:22 +01:00
Viktor Seifert
fe5121b1ed
RED-6250: Switched to new metrics-commons version to not have to instantiate a factory (reduces code duplication)
2023-03-15 18:16:53 +01:00
Viktor Seifert
519bb9cb52
RED-6250: Changed function-timer metric to use code from metric commons
2023-03-15 16:40:04 +01:00
Timo Bejan
6c0886e2c4
Pull request #522 : RED-6162 - bumped version
...
Merge in RED/redaction-service from RED-6162 to master
* commit '9f396cccdf4b6762904c12923c6ba278398869ca':
RED-6162 - bumped version
2023-03-10 21:44:17 +01:00
deiflaender
c13d148ae7
RED-4645: Multitenancy for storage
2023-03-10 16:21:54 +01:00
Timo Bejan
9f396cccdf
RED-6162 - bumped version
2023-03-10 15:58:29 +02:00
Timo Bejan
56f98549e4
RED-6182 - version bump
2023-03-10 08:46:34 +02:00
Timo Bejan
5ca2e5af23
RED-6182 - version bump
2023-03-10 08:46:34 +02:00
Timo Bejan
99b25a4ccb
RED-6162 - persistence update - reverse dependency cleanup
2023-03-10 08:46:34 +02:00
Timo Bejan
4c153fc5f8
RED-6162 - persistence update
2023-03-10 08:46:34 +02:00
Viktor Seifert
f9d61a57c1
RED-6264: Corrected metric name and added clarifying comment
2023-03-02 14:42:14 +01:00
Viktor Seifert
c6837d41af
RED-6264: Implemented metric to show analyze time correlated with pages
2023-03-01 16:39:22 +01:00
Viktor Seifert
6e73cac99c
RED-6204: Added annotation to suppress a false-positive warning in SonarQube
2023-02-24 17:19:52 +01:00
Viktor Seifert
dcf040b000
RED-6204: Corrected typo in comment
2023-02-24 15:18:00 +01:00
Viktor Seifert
196cd5934b
RED-6204: Simplified conversion of File to Path
2023-02-24 14:01:57 +01:00
Viktor Seifert
6ae4d16bb7
RED-6204: Corrected temp file deletion in PdfSegmentationService.
...
Previously files were not deleted correctly, because the code tried to delete the file while a file-stream was still open.
2023-02-24 13:32:27 +01:00
Viktor Seifert
4b21418163
RED-6204: Upgraded to newest platform-dependency and migrated tests to Junit5
2023-02-24 12:13:43 +01:00
Viktor Seifert
3fad6381ce
RED-6204: Removed redundant parenthesis
2023-02-23 16:57:58 +01:00
Viktor Seifert
3804acf3c1
RED-6204: Removed redundant variable assignment (sonar issue) & simplified code
2023-02-23 16:49:21 +01:00
Viktor Seifert
8ed976b0f7
RED-6204: Remove unused import (sonar issue)
2023-02-23 16:36:17 +01:00
Viktor Seifert
8fac22b8ab
RED-6204: Moved code to its own class for metrics.
...
Moved a private method to find sections to its own class, so that it can produce a separate metric value.
2023-02-23 11:57:36 +01:00
Viktor Seifert
00ef0eb677
RED-6204: Moved code to its own class for metrics.
...
Moved a private method to find entities to its own class, so that it can produce a separate metric value.
2023-02-22 17:45:30 +01:00
Viktor Seifert
f9b7ad4e3e
RED-6204: Remove AspectJ mode setting, since it would require a couple of AspectJ dependencies for a very limited use case
2023-02-22 16:33:04 +01:00
Viktor Seifert
d65ff273a6
RED-6204: Switched to AspectJ to enable proxies on private methods
2023-02-22 12:39:47 +01:00
deiflaender
0cf867b97c
RED-6164: Fixed calculation of image is ocr on scanned pages with cv analysis found tables
2023-02-17 12:13:39 +01:00
deiflaender
1fca62f578
RED-5664: Enabled to redact words that start or end with seperator, needed for japan documents
2023-02-13 10:33:22 +01:00
Timo Bejan
e23432096c
RED-4609 - adjusted some metrics, added tests for metrics
2023-02-08 19:12:47 +02:00
deiflaender
16b04b5918
RED-5276: Fixed strange behavior of text parsing for tables example document
2023-01-31 11:03:55 +01:00
Philipp Schramm
b839c4e3ae
RED-5248: Fix handling of temp files
2023-01-30 11:51:14 +01:00
Philipp Schramm
41282c0edd
RED-5917: Wrong value set for Signature and Logo after Resize
2023-01-19 11:25:26 +01:00
Timo Bejan
d2eeaa91a6
RED-5981 remove from dictionary pending analhysis
2023-01-15 16:05:21 +08:00
deiflaender
d233c18d33
RED-5276: Imporved table calculation, support spanned rows and colmns
2022-12-23 11:20:05 +01:00
Philipp Schramm
faa702d3f4
RED-5249: Marked utils classes with @UtilityClass
2022-12-14 15:27:23 +01:00
devplant
776de8392a
RED-5748 - Redaction Service Error after helm upgrade
...
- in case of deleted types throw a NotFoundException providing the info about the type not found instead of NullPointerException
2022-12-13 16:39:23 +02:00
Viktor Seifert
8b74142d31
RED-5670: Update platform version to include security fixes from spring-boot
2022-11-25 16:14:34 +01:00