807 Commits

Author SHA1 Message Date
Timo Bejan
1eb0485dca Pull request #375: RED-3800 java-18 support
Merge in RED/redaction-service from JAVA-18-support to master

* commit 'be15d38065fc6915f815a586d468235b38362e93':
  RED-3800 java-18 support
3.104.0
2022-04-14 10:52:02 +02:00
Timo Bejan
be15d38065 RED-3800 java-18 support JAVA-18-support_2 2022-04-14 11:44:47 +03:00
deiflaender
f154065824 RED-3877: Fixed missing images after migration 3.103.0 2022-04-14 10:38:30 +02:00
Dominique Eiflaender
d4b0de9184 Pull request #374: RED-3616: Fixed removing not redaction images that intersects imported redactions
Merge in RED/redaction-service from RED-3616-11 to master

* commit 'fbd9bc71a80ba7788992c6213fd88ce649e127e2':
  RED-3616: Fixed removing not redaction images that intersects imported redactions
3.102.0
2022-04-12 11:18:53 +02:00
deiflaender
fbd9bc71a8 RED-3616: Fixed removing not redaction images that intersects imported redactions dom-test-images5 2022-04-12 11:09:25 +02:00
Dominique Eiflaender
c963c7ac32 Pull request #373: RED-3666: Added rule function Section containsRegEx
Merge in RED/redaction-service from RED-3666 to master

* commit '404fd25be0e8ee20528c1f9491f85d8b695a2433':
  RED-3666: Added rule function Section containsRegEx
3.101.0
2022-04-11 13:02:02 +02:00
deiflaender
404fd25be0 RED-3666: Added rule function Section containsRegEx RED-3666_3 2022-04-11 12:57:57 +02:00
Kresnadi Budisantoso
efd53066c4 Pull request #371: RED-3761 Fix expandByRegEx and expandByPrefixRegEx
Merge in RED/redaction-service from kbudisantoso/RED-3761-fix-filter-expanded to master

* commit '5b5d898b933c3ae79fb7cb07a6105b15d2952f8e':
  RED-3761 Fix expandByRegEx and expandByPrefixRegEx
3.100.0
2022-04-11 12:51:57 +02:00
Kresnadi Budisantoso
5b5d898b93 RED-3761 Fix expandByRegEx and expandByPrefixRegEx
Adjusted the overlap test to ignore if the compared entities are subsets
of each other (start or end position is equal). The `removeEntitiesContainedInLarger`
instruction will remove the subset entity.
kbudisantoso/RED-3761-fix-filter-expanded_6
2022-04-11 11:54:30 +02:00
Dominique Eiflaender
cf75ac56cc Pull request #372: RED-3802: Fixed prefer redactions over recommendations
Merge in RED/redaction-service from RED-3802 to master

* commit '1a6a1a008f76897f01f10dd40ea0307c2c84175c':
  RED-3802: Fixed prefer redactions over recommendations
3.99.0
2022-04-11 11:04:55 +02:00
deiflaender
1a6a1a008f RED-3802: Fixed prefer redactions over recommendations RED-3802_2 2022-04-11 11:00:07 +02:00
Ali Oezyetimoglu
e19b4573bb Pull request #370: RED-3809: Upgrade to latest spring version
Merge in RED/redaction-service from RED-3809-rs1 to master

* commit '150ee92c1e63de2145a1a093e6c6fe7820b7256d':
  RED-3809: Upgrade to latest spring version
3.98.0
2022-04-08 11:40:40 +02:00
aoezyetimoglu
150ee92c1e RED-3809: Upgrade to latest spring version RED-3809-rs1_2 2022-04-08 11:19:53 +02:00
Kresnadi Budisantoso
7988a8de66 Pull request #369: RED-3761 prevent compiledPrefixPattern to be nullable by testing prefixPattern parameter
Merge in RED/redaction-service from kbudisantoso/RED-3761-prevent-nullable to master

* commit '0014d7725ab3f82d2fba4f0677c3966324504876':
  RED-3761 prevent compiledPrefixPattern to be nullable by testing prefixPattern parameter
3.97.0
2022-04-06 12:52:24 +02:00
Kresnadi Budisantoso
0014d7725a RED-3761 prevent compiledPrefixPattern to be nullable by testing prefixPattern parameter kbudisantoso/RED-3761-prevent-nullable_2 2022-04-06 11:38:20 +02:00
Christoph Schabert
55f608cf99 Pull request #368: verify version finding
Merge in RED/redaction-service from autoRelease to master

* commit '52e5c58d6e2a30744b3c9b5220edb102b457c8b0':
  verify version finding
3.96.0
2022-04-06 11:03:54 +02:00
cschabert
f3ad0749b8 add build version output 3.94.0 3.95.0 2022-04-05 11:15:37 +02:00
Dominique Eiflaender
0f0aee9480 Pull request #367: RED-3616: Do not remove annotation that intersects with skipped imported redactions
Merge in RED/redaction-service from RED-3616 to master

* commit '941448492bfe294634a8c3c309f237034245e842':
  RED-3616: Do not remove annotation that intersects with skipped imported redactions
2022-04-05 10:22:08 +02:00
cschabert
ff22dd1a49 verify version check 3.93.0 2022-04-05 09:26:05 +02:00
cschabert
52e5c58d6e verify version finding autoRelease_6 2022-04-05 09:22:31 +02:00
deiflaender
941448492b RED-3616: Do not remove annotation that intersects with skipped imported redactions RED-3616_11 dom-test4 2022-04-05 08:59:18 +02:00
Christoph Schabert
49d47a0682 Pull request #365: Change Major Version to 3.x
Merge in RED/redaction-service from cschabert/pomxml-1649055501527 to master

* commit '9bab1205b711d94888a6b3364a41a89d07d310b6':
  Change Major Version to 3.x
3.92.0
2022-04-04 09:21:17 +02:00
Christoph Schabert
9bab1205b7 Change Major Version to 3.x cschabert/pomxml-1649055501527_2 2022-04-04 08:58:35 +02:00
Kresnadi Budisantoso
7963c57552 Pull request #364: RED-3761 add possibility to expand dictionary match with a prefix regex pattern
Merge in RED/redaction-service from kbudisantoso/RED-3761-expandByPrefixRegEx to master

* commit '1427087d8fa29a218b8b378f83c345c497a26b77':
  RED-3761 add possibility to expand dictionary match with a prefix regex pattern
1.7.0
2022-04-01 15:35:45 +02:00
Kresnadi Budisantoso
1427087d8f RED-3761 add possibility to expand dictionary match with a prefix regex pattern kbudisantoso/RED-3761-expandByPrefixRegEx_2 2022-04-01 14:21:47 +02:00
Christoph Schabert
b83400ffa3 Pull request #362: automate releases
Merge in RED/redaction-service from autoRelease to master

* commit 'f05f2b21a46b8a4f15bd933570d5a107351aa7b7':
  automate releases
2022-04-01 14:12:09 +02:00
cschabert
f05f2b21a4 automate releases autoRelease_4 2022-04-01 13:47:26 +02:00
Philipp Schramm
02d9ebc24c Pull request #360: RED-3568: Do not ignore textblocks if only rotated pages are in the document
Merge in RED/redaction-service from RED-3568 to master

* commit 'ae3e4570c15dbc2c46373ce68d55cec760e7da6b':
  RED-3568: Do not ignore textblocks if only rotated pages are in the document
3.91.0 imageTest_2 master_75
2022-03-29 14:00:20 +02:00
deiflaender
ae3e4570c1 RED-3568: Do not ignore textblocks if only rotated pages are in the document RED-3568_2 2022-03-29 13:54:23 +02:00
Dominique Eiflaender
a975596446 Pull request #359: RED-3699 master
Merge in RED/redaction-service from RED-3699-master to master

* commit 'a5b96f148950e28618028daef1e91aecdadc89e3':
  Fixed unknown type for manual type
  Fixed bug in getColors
  RED-3699:  Do not call updateDictionary on merge RedactionLog
3.90.0
2022-03-25 09:20:52 +01:00
deiflaender
a5b96f1489 Fixed unknown type for manual type RED-3699-master_2 2022-03-25 09:12:32 +01:00
deiflaender
4814ce3650 Fixed bug in getColors 2022-03-25 09:12:21 +01:00
deiflaender
7fccdb32c5 RED-3699: Do not call updateDictionary on merge RedactionLog 2022-03-25 09:12:00 +01:00
Timo Bejan
1d389b78fd Pull request #357: processed date fix
Merge in RED/redaction-service from processed-date-fix-3.3.x to master

* commit 'b4916b65b661c80f0924c163b8795205b9c8e6c3':
  processed date fix
3.89.0
2022-03-24 11:52:29 +01:00
Timo Bejan
b4916b65b6 processed date fix processed-date-fix-3.3.x_2 2022-03-24 10:16:49 +02:00
Dominique Eiflaender
e1db383463 Pull request #356: RED-2836: Fixed calculating dictionary increments with false_positive and false_recommendation
Merge in RED/redaction-service from RED-2836-3 to master

* commit '4d2a7d454d916e7eee65f7cc155323924c2cb229':
  RED-2836: Fixed calculating dictionary increments with false_positive and false_recommendation
3.88.0
2022-03-22 10:31:05 +01:00
deiflaender
4d2a7d454d RED-2836: Fixed calculating dictionary increments with false_positive and false_recommendation RED-2836-3_2 2022-03-22 10:24:26 +01:00
Dominique Eiflaender
3758720683 Pull request #355: Renamed result field in research services to data
Merge in RED/redaction-service from ResearchRename to master

* commit '22bb0b44db7a22f8088512570d4b2be6e742a887':
  Renamed result field in research services to data
3.87.0
2022-03-21 16:02:45 +01:00
deiflaender
22bb0b44db Renamed result field in research services to data ResearchRename_2 2022-03-21 15:54:37 +01:00
Dominique Eiflaender
e93f5d147f Pull request #354: RED-2836: Enabled false positives per dictionary
Merge in RED/redaction-service from RED-2836 to master

* commit '88e6ac3d2291ced8bb2229c3e7daeb8d78d6da93':
  RED-2836: Enabled false positives per dictionary
3.86.0
2022-03-21 12:54:48 +01:00
deiflaender
88e6ac3d22 RED-2836: Enabled false positives per dictionary RED-2836_2 2022-03-21 12:47:27 +01:00
Timo Bejan
17b885d901 Pull request #353: pending add to dict
Merge in RED/redaction-service from pending-master-fix to master

* commit '50d9f4fec22768310232988ee01f9e9aa3ba9dc8':
  pending add to dict
3.85.0
2022-03-21 11:49:16 +01:00
Timo Bejan
50d9f4fec2 pending add to dict pending-master-fix_2 2022-03-21 11:19:26 +02:00
Philipp Schramm
1bcf0a3f07 Pull request #351: RED-3553 If image overlaps entity and the entity will be removed
Merge in RED/redaction-service from RED-3553 to master

* commit '1f6a9aa14deb7ec65fee03e28758f8e3157dbd5f':
  RED-3553 If image overlaps entity and the entity will be removed
3.84.0
2022-03-17 14:17:16 +01:00
Philipp Schramm
1f6a9aa14d RED-3553 If image overlaps entity and the entity will be removed RED-3553_5 2022-03-17 14:04:59 +01:00
Dominique Eiflaender
c8cf0078eb Pull request #352: PortsFrom3.2.x
Merge in RED/redaction-service from portsFrom3.2.x to master

* commit 'b13a695c64280a97ece198a18605c0f1b5cf753f':
  RED-3611: Added priority mode that only listens to priority queue
  RED-3620: Fixed remove from dictionary
3.83.0
2022-03-17 11:16:03 +01:00
deiflaender
b13a695c64 RED-3611: Added priority mode that only listens to priority queue portsFrom3.2.x_2 2022-03-17 10:50:48 +01:00
deiflaender
32a907f697 RED-3620: Fixed remove from dictionary 2022-03-17 10:49:01 +01:00
Timo Bejan
1d1de6caba Pull request #350: Removed processed date filter for add to dictionary entries
Merge in RED/redaction-service from RED-3538 to master

* commit '7b2295393c1c2dcbcecbb11c64929517cb13a6de':
  Removed processed date filter for add to dictionary entries
3.82.0 RED-3553_2
2022-03-16 15:46:13 +01:00
Timo Bejan
7b2295393c Removed processed date filter for add to dictionary entries RED-3538_2 2022-03-16 16:29:30 +02:00