1087 Commits

Author SHA1 Message Date
Corina Olariu
e42ecad4e4 Pull request #518: RED-4988 Check jacoco version in poms and update to a current compatible version
Merge in RED/redaction-service from RED-4988-cisa to master

* commit 'a73373ba42e6098e093fcd58a458902d4ca428fe':
  RED-4988 Check jacoco version in poms and update to a current compatible version - add -DknownExploitedEnabled=false for dependency-check:aggregate
3.226.0
2023-03-08 12:08:03 +01:00
devplant
a73373ba42 RED-4988 Check jacoco version in poms and update to a current compatible version
- add -DknownExploitedEnabled=false for dependency-check:aggregate
RED-4988-cisa_3
2023-03-08 12:56:09 +02:00
Viktor Seifert
cab54f6cec Pull request #517: RED-6264
Merge in RED/redaction-service from RED-6264 to master

* commit 'f9d61a57c1813d34219c6442108af34b411094f7':
  RED-6264: Corrected metric name and added clarifying comment
  RED-6264: Implemented metric to show analyze time correlated with pages
3.225.0 RED-4988-cisa_2
2023-03-03 09:47:51 +01:00
Viktor Seifert
f9d61a57c1 RED-6264: Corrected metric name and added clarifying comment RED-6264_4 2023-03-02 14:42:14 +01:00
Viktor Seifert
c6837d41af RED-6264: Implemented metric to show analyze time correlated with pages RED-6264-1 RED-6264_2 2023-03-01 16:39:22 +01:00
Viktor Seifert
8ce093090e Pull request #516: RED-6204
Merge in RED/redaction-service from RED-6204 to master

* commit '6e73cac99c99fc333b9ec29b4a16aad48ffba149':
  RED-6204: Added annotation to suppress a false-positive warning in SonarQube
  RED-6204: Corrected typo in comment
  RED-6204: Simplified conversion of File to Path
  RED-6204: Corrected temp file deletion in PdfSegmentationService.
  RED-6204: Upgraded to newest platform-dependency and migrated tests to Junit5
3.224.0
2023-02-24 17:29:43 +01:00
Viktor Seifert
6e73cac99c RED-6204: Added annotation to suppress a false-positive warning in SonarQube RED-6204_15 2023-02-24 17:19:52 +01:00
Viktor Seifert
dcf040b000 RED-6204: Corrected typo in comment RED-6204_14 2023-02-24 15:18:00 +01:00
Viktor Seifert
196cd5934b RED-6204: Simplified conversion of File to Path RED-6204_13 2023-02-24 14:01:57 +01:00
Viktor Seifert
9931b56b92 Merge branch 'master' into RED-6204 RED-6204_12 2023-02-24 13:55:19 +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.
RED-6204_11
2023-02-24 13:32:27 +01:00
Viktor Seifert
4b21418163 RED-6204: Upgraded to newest platform-dependency and migrated tests to Junit5 RED-6204_10 2023-02-24 12:13:43 +01:00
Viktor Seifert
f7ec180710 Pull request #515: RED-6204
Merge in RED/redaction-service from RED-6204 to master

* commit '3fad6381ce71f36083d6f545e1b9c47cecda3ef1':
  RED-6204: Removed redundant parenthesis
  RED-6204: Removed redundant variable assignment (sonar issue) & simplified code
  RED-6204: Remove unused import (sonar issue)
  RED-6204: Moved code to its own class for metrics.
  RED-6204: Moved code to its own class for metrics.
  RED-6204: Remove AspectJ mode setting, since it would require a couple of AspectJ dependencies for a very limited use case
  RED-6204: Switched to AspectJ to enable proxies on private methods
3.223.0
2023-02-24 10:00:01 +01:00
Viktor Seifert
3fad6381ce RED-6204: Removed redundant parenthesis RED-6204_9 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) RED-6204_7 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.
RED-6204-1
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.
RED-6204_4
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 RED-6204_3 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
Dominique Eiflaender
04343334d8 Pull request #514: RED-6164: Fixed calculation of image is ocr on scanned pages with cv analysis found tables
Merge in RED/redaction-service from RED-6164 to master

* commit '0cf867b97c2a240f2bbdca479ebdc36f64ed3bbb':
  RED-6164: Fixed calculation of image is ocr on scanned pages with cv analysis found tables
3.222.0
2023-02-17 14:36:09 +01:00
deiflaender
0cf867b97c RED-6164: Fixed calculation of image is ocr on scanned pages with cv analysis found tables OcrCVTableFix 2023-02-17 12:13:39 +01:00
Dominique Eiflaender
f8a0a911bc Pull request #513: RED-5664: Enabled to redact words that start or end with seperator, needed for japan documents
Merge in RED/redaction-service from RED-5664 to master

* commit '1fca62f5782a7b2512092389c13195415bd5df9c':
  RED-5664: Enabled to redact words that start or end with seperator, needed for japan documents
3.221.0
2023-02-13 10:38:19 +01:00
deiflaender
1fca62f578 RED-5664: Enabled to redact words that start or end with seperator, needed for japan documents RED-5664_2 2023-02-13 10:33:22 +01:00
Timo Bejan
0e925f2f24 Pull request #512: RED-4609 - adjusted some metrics, added tests for metrics
Merge in RED/redaction-service from RED-4609 to master

* commit 'e23432096cb0ed486a294ed210646bbd8682350e':
  RED-4609 - adjusted some metrics, added tests for metrics
3.220.0
2023-02-09 09:54:19 +01:00
Timo Bejan
e23432096c RED-4609 - adjusted some metrics, added tests for metrics RED-4609_2 2023-02-08 19:12:47 +02:00
Dominique Eiflaender
c1e2b8da29 Pull request #511: RED-5276: Fixed strange behavior of text parsing for tables example document
Merge in RED/redaction-service from RED-5276-1 to master

* commit '16b04b5918a3c8cac0070125d0e984bcd55b9b70':
  RED-5276: Fixed strange behavior of text parsing for tables example document
3.219.0
2023-01-31 11:16:07 +01:00
deiflaender
16b04b5918 RED-5276: Fixed strange behavior of text parsing for tables example document RED-5276-1-dom 2023-01-31 11:03:55 +01:00
Philipp Schramm
c16b6d41d5 Pull request #510: RED-5248: Fix handling of temp files
Merge in RED/redaction-service from RED-5248 to master

* commit 'b839c4e3aea67c94fa29d476f63673fc232dcdab':
  RED-5248: Fix handling of temp files
3.218.0
2023-01-30 12:24:54 +01:00
Philipp Schramm
b839c4e3ae RED-5248: Fix handling of temp files RED-5248_3 2023-01-30 11:51:14 +01:00
Philipp Schramm
6fd6caa8ad Pull request #509: RED-5917: Wrong value set for Signature and Logo after Resize
Merge in RED/redaction-service from RED-5917 to master

* commit '41282c0edd1cbc98357ba04e33731d5b079064b8':
  RED-5917: Wrong value set for Signature and Logo after Resize
3.217.0 RED-5248_2
2023-01-19 13:00:30 +01:00
Philipp Schramm
41282c0edd RED-5917: Wrong value set for Signature and Logo after Resize RED-5917_3 2023-01-19 11:25:26 +01:00
Timo Bejan
3c79e65345 Pull request #508: RED-5981 remove from dictionary pending analhysis
Merge in RED/redaction-service from RED-5981 to master

* commit 'd2eeaa91a6857b779996e5f5e9254bd4a460ac63':
  RED-5981 remove from dictionary pending analhysis
3.216.0 RED-5917_2
2023-01-15 09:15:54 +01:00
Timo Bejan
d2eeaa91a6 RED-5981 remove from dictionary pending analhysis RED-5981_2 2023-01-15 16:05:21 +08:00
Dominique Eiflaender
53a375b832 Pull request #507: RED-5276: Imporved table calculation, support spanned rows and colmns
Merge in RED/redaction-service from RED-5276-1 to master

* commit 'd233c18d335d17d3c79590dd3a295eaa89881de2':
  RED-5276: Imporved table calculation, support spanned rows and colmns
3.215.0
2022-12-23 11:25:43 +01:00
deiflaender
d233c18d33 RED-5276: Imporved table calculation, support spanned rows and colmns RED-5276-1_2 2022-12-23 11:20:05 +01:00
Philipp Schramm
b74673ae63 Pull request #506: RED-5249: Marked utils classes with @UtilityClass
Merge in RED/redaction-service from RED-5249 to master

* commit 'faa702d3f499b89dfd9a7dedf8c16af89128c77d':
  RED-5249: Marked utils classes with @UtilityClass
3.214.0
2022-12-15 09:49:06 +01:00
Philipp Schramm
faa702d3f4 RED-5249: Marked utils classes with @UtilityClass RED-5249_3 2022-12-14 15:27:23 +01:00
Corina Olariu
05bf95d62b Pull request #505: RED-5748 - Redaction Service Error after helm upgrade
Merge in RED/redaction-service from RED-5748 to master

* commit '776de8392a78f7b26e864e37f4be607d1ff7e48e':
  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
3.213.0 RED-5249_2
2022-12-14 11:04:10 +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
RED-5748_3
2022-12-13 16:39:23 +02:00
Viktor Seifert
660abb318f Pull request #504: RED-5670: Update platform version to include security fixes from spring-boot
Merge in RED/redaction-service from RED-5670 to master

* commit '8b74142d319718cc448c9ddbbb40fa1b30c29b18':
  RED-5670: Update platform version to include security fixes from spring-boot
3.212.0 RED-5748_2
2022-11-25 16:24:54 +01:00
Viktor Seifert
8b74142d31 RED-5670: Update platform version to include security fixes from spring-boot RED-5670_2 2022-11-25 16:14:34 +01:00
Corina Olariu
467a242a3d Pull request #503: RED-5469 - Rename CVSERVICEENABLED to CVTABLEPARSINGENABLED
Merge in RED/redaction-service from RED-5469 to master

* commit '87b11842a6606cd24155b8e9b0a82932267512bb':
  RED-5469 - Rename CVSERVICEENABLED to CVTABLEPARSINGENABLED - renamed from cvServiceEnabled to cvTableParsingEnabled
3.211.0
2022-11-18 11:25:10 +01:00
devplant
87b11842a6 RED-5469 - Rename CVSERVICEENABLED to CVTABLEPARSINGENABLED
- renamed from cvServiceEnabled to cvTableParsingEnabled
RED-5469_3
2022-11-17 14:23:06 +02:00
Timo Bejan
8f56d50322 Pull request #501: RED-5562 more symbols
Merge in RED/redaction-service from RED-5562-mst to master

* commit '38ce801f2d9e8d2cc83fea4e3ca56d73738f7bb1':
  RED-5562 more symbols
3.210.0 RED-5469_2
2022-11-15 11:10:01 +01:00
Timo Bejan
38ce801f2d RED-5562 more symbols RED-5562-mst_6 2022-11-15 11:29:17 +02:00
Timo Bejan
91e227248d Pull request #498: RED-5562 japanse space characters
Merge in RED/redaction-service from RED-5562-mst to master

* commit '623b8df5e6136d2ae6649e5016933abdc40454cc':
  RED-5562 improved pattern compile
  RED-5562 japanse space characters - fixed PMD
  RED-5562 japanse space characters
3.209.0
2022-11-15 10:05:33 +01:00
Timo Bejan
623b8df5e6 RED-5562 improved pattern compile RED-5562-mst_4 2022-11-15 01:38:33 +02:00
Timo Bejan
20ab65afd2 RED-5562 japanse space characters - fixed PMD RED-5562-mst_3 2022-11-15 00:57:54 +02:00
Timo Bejan
1ce47b7fbc RED-5562 japanse space characters 2022-11-14 23:31:31 +02:00