Commit Graph

56 Commits

Author SHA1 Message Date
Travis CI User
b610aa7fae [maven-release-plugin][skip ci] prepare for next development iteration 2021-05-17 07:50:08 +00:00
Travis CI User
d4dc58512b [maven-release-plugin][skip ci] prepare release 7.321 2021-05-17 07:50:02 +00:00
Travis CI User
4b5420d5db [maven-release-plugin][skip ci] prepare for next development iteration 2021-05-13 15:58:04 +00:00
Travis CI User
6bdd2810e5 [maven-release-plugin][skip ci] prepare release 7.320 2021-05-13 15:57:58 +00:00
Travis CI User
d5ab879639 [maven-release-plugin][skip ci] prepare for next development iteration 2021-04-26 12:27:55 +00:00
Travis CI User
05399e6e4c [maven-release-plugin][skip ci] prepare release 7.319 2021-04-26 12:27:49 +00:00
Travis CI User
7c1ad1fc0c [maven-release-plugin][skip ci] prepare for next development iteration 2021-03-26 17:57:17 +00:00
Travis CI User
359d474c9a [maven-release-plugin][skip ci] prepare release 7.318 2021-03-26 17:57:12 +00:00
Travis CI User
c4a3266447 [maven-release-plugin][skip ci] prepare for next development iteration 2021-03-16 17:36:52 +00:00
Travis CI User
35fc9c328a [maven-release-plugin][skip ci] prepare release 7.317 2021-03-16 17:36:47 +00:00
Travis CI User
3fe2d8281d [maven-release-plugin][skip ci] prepare for next development iteration 2021-03-05 12:35:15 +00:00
Travis CI User
95a0348efa [maven-release-plugin][skip ci] prepare release 7.316 2021-03-05 12:35:11 +00:00
Travis CI User
e5c8f47a25 [maven-release-plugin][skip ci] prepare for next development iteration 2021-03-05 09:31:20 +00:00
Travis CI User
982cbdc103 [maven-release-plugin][skip ci] prepare release 7.315 2021-03-05 09:31:15 +00:00
Travis CI User
772b7f9e6b [maven-release-plugin][skip ci] prepare for next development iteration 2021-02-24 08:38:52 +00:00
Travis CI User
0f9b159ced [maven-release-plugin][skip ci] prepare release 7.314 2021-02-24 08:38:46 +00:00
Travis CI User
9e0fcec0ea [maven-release-plugin][skip ci] prepare for next development iteration 2021-02-10 23:29:00 +00:00
Travis CI User
022119d242 [maven-release-plugin][skip ci] prepare release 7.313 2021-02-10 23:28:53 +00:00
Travis CI User
5ec81fcdcd [maven-release-plugin][skip ci] prepare for next development iteration 2021-02-10 07:37:35 +00:00
Travis CI User
c77a236f09 [maven-release-plugin][skip ci] prepare release 7.312 2021-02-10 07:37:28 +00:00
Travis CI User
11bb691442 [maven-release-plugin][skip ci] prepare for next development iteration 2021-01-29 23:28:52 +00:00
Travis CI User
6867cbf2b5 [maven-release-plugin][skip ci] prepare release 7.311 2021-01-29 23:28:45 +00:00
alandavis
237da5a166 Cherry pick from master
REPO-5549 Fix: Local transformer names must exist and be unique doclib Read from ... when overriding a Local transform.

* Problem was that there were two conflicting pieces of code in play in the LocalTransformRegistry.register method. One that checked for duplicate T-Engine names and the other that allowed transforms to be overridden if they had the same name.
* The code checking for duplicate names needed an extra clause to only look at T-Engines (they have a T-Engine url associated with them).
* The code that overrode transforms then worked, but still had issues as the supported source to target mimetypes, priorities and max sizes were not cleared.
* It turned out to be simpler to split the original LocalTransformRegistry.register method into two. Extracting a new method into CombinedConfig.removeOverriddenOrInvalidTransformers that discarded invalid or overridden config before the list of supported source to target mimetypes was created rather than try to fix them up later. This is why there appear to be quite a few changes.
* More extensive unit tests were also added.
2021-01-29 21:33:35 +00:00
Travis CI User
3f697b5887 [maven-release-plugin][skip ci] prepare for next development iteration 2021-01-27 18:05:58 +00:00
Travis CI User
d4c26dda90 [maven-release-plugin][skip ci] prepare release 7.310 2021-01-27 18:05:51 +00:00
Travis CI User
19f27a9b1a [maven-release-plugin][skip ci] prepare for next development iteration 2021-01-12 08:27:24 +00:00
Travis CI User
0096ce60b9 [maven-release-plugin][skip ci] prepare release 7.309 2021-01-12 08:27:16 +00:00
Travis CI User
56a15feef9 [maven-release-plugin][skip ci] prepare for next development iteration 2021-01-11 12:36:21 +00:00
Travis CI User
c3b241499e [maven-release-plugin][skip ci] prepare release 7.308 2021-01-11 12:36:14 +00:00
Travis CI User
eaebbd58c6 [maven-release-plugin][skip ci] prepare for next development iteration 2020-12-16 20:24:17 +00:00
Travis CI User
61e9b0254b [maven-release-plugin][skip ci] prepare release 7.307 2020-12-16 20:24:09 +00:00
Travis CI User
b22211aaac [maven-release-plugin][skip ci] prepare for next development iteration 2020-11-20 15:39:24 +00:00
Travis CI User
b6e272117b [maven-release-plugin][skip ci] prepare release 7.306 2020-11-20 15:39:17 +00:00
Travis CI User
1720c35f57 [maven-release-plugin][skip ci] prepare for next development iteration 2020-11-17 15:10:32 +00:00
Travis CI User
4883ede8f6 [maven-release-plugin][skip ci] prepare release 7.305 2020-11-17 15:10:25 +00:00
Travis CI User
5caea3920f [maven-release-plugin][skip ci] prepare for next development iteration 2020-11-16 19:08:42 +00:00
Travis CI User
ff437701cc [maven-release-plugin][skip ci] prepare release 7.304 2020-11-16 19:08:35 +00:00
Travis CI User
2ee17c46f4 [maven-release-plugin][skip ci] prepare for next development iteration 2020-11-12 12:20:26 +00:00
Travis CI User
5c537f2a69 [maven-release-plugin][skip ci] prepare release 7.303 2020-11-12 12:20:19 +00:00
Travis CI User
9e1e1ed748 [maven-release-plugin][skip ci] prepare for next development iteration 2020-11-06 13:23:59 +00:00
Travis CI User
64483cdf29 [maven-release-plugin][skip ci] prepare release 7.302 2020-11-06 13:23:51 +00:00
Travis CI User
e722ec080b [maven-release-plugin][skip ci] prepare for next development iteration 2020-10-15 12:04:47 +00:00
Travis CI User
d44dc63519 [maven-release-plugin][skip ci] prepare release 7.301 2020-10-15 12:04:40 +00:00
Travis CI User
82ae1d8a8f [maven-release-plugin][skip ci] prepare for next development iteration 2020-10-14 08:34:33 +00:00
Travis CI User
d61efd18b4 [maven-release-plugin][skip ci] prepare release 7.300 2020-10-14 08:34:26 +00:00
Alan Davis
e6b2101197 Removed -TEST[0-9]* from the pom version 2020-10-14 08:48:13 +01:00
Travis CI User
76dfa8e445 [maven-release-plugin][skip ci] prepare for next development iteration 2020-10-09 13:00:17 +00:00
Travis CI User
72aa1b0a84 [maven-release-plugin][skip ci] prepare release 7.300-TEST3 2020-10-09 13:00:10 +00:00
Alan Davis
c1a56ee22f Merge changes on 6.2.N (6.2.3-A1) projects since 15/7/2020 16:22 to release/6.2.N (#29)
* Changes originally made to acs-packaging

* Changes originally made to acs-packaging

* MNT-21702 : Kerberos SSO fallback mechanism for WebDAV (#766)

Reinstated 'part' of the reverted code change originally made in MNT-16931 to handle fallback correctly for WebDAV in a kerberos environment.

(cherry picked from commit 91e6af0974bbc9255d5053237abdd10104420042)
[MNT-21758] Cannot map an AOS / WebDAV drive with Kerberos SSO enabled (#785)

- Add multi catch for Illegal Argument and Not Found when findWebScript is called.

(cherry picked from commit 7c135ae8c990f65cf7901d6d6f72dc6c70e44c13)
SEARCH-2363: Escape special characters when serializing ChildAssociationRefs and AssociationRefs objects
Cherry Picked from f941a6e

(cherry picked from commit 3a8ac4417370ec3dad5e9283c3d41e2fd3dd91ce)

* SEARCH-2273: Add detailed message when ignoring nodes in SOLR without type or with types not registered in Dictionary Service.
Cherry-picked from f4bdc8c

(cherry picked from commit a01c6ddf816fed57c28a5bd873da5e4835d90488)
SEARCH-800: Get values in DBResultSetRow in the same way they are recovered in SolrJSONResultSetRow.
Cherry-picked from 695113f

(cherry picked from commit 1c98d6f29c5b9fd8081af76d63add762af833dc1)
MNT-21317 Move on Update Folder Rule triggers unexpectedly for MOVED content. (#1115)

* MNT-21317_fix folder rule trigger

* MNT-21317_folder rule test case added

* Update .travis.yml

* Update OnPropertyUpdateRuleTrigger.java

* MNT-21317 updated test

cherry picked from commit 33ca87046019416875fd23b72293e84b912f4cd9 master to 6.2.N

(cherry picked from commit 1d4e7002543f6425da9e9f26047b8d42c84b2bd3)
Bump gytheio-messaging-camel from 0.11.3 to 0.11.6 (#1095)

Bumps gytheio-messaging-camel from 0.11.3 to 0.11.6.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
(cherry picked from commit 16179db5fc4524c339097f1f3a9a6409dd895b11)

(cherry picked from commit af0080e336b7f5505f47d72b9b063c9ce5caedd0)
REPO-5235: Use unforked tika (#1081)

* REPO-5235: Use latst unforked tika version from the updated alfresco-data-model
* Recognise new Exif properties and use a previous workaround to set correct tiff:ImageLength and tiff:ImageWidth

(cherry picked from commit 7f576b1d32)

(cherry picked from commit ab91ec354a14e8c20c4a2deb0a73149362d5155b)
support/SP/7.N: Updated T-engines to 2.3.3 (Cherry-picked from master)

(cherry picked from commit ca4e978e6874869de0bb5a56843f9caf8d8874ac)
MNT-21614: LDAP sync communication error leads to group members deletion (#1149)

* Catch reported exceptions to filter ldap sync aborts

(cherry picked from commit 4d0a1966297db0cc4e219d9693236b879b5f12c7)
support/SP/7.N: Updated T-engines to 2.3.4 (Cherry-picked from master)

(cherry picked from commit 8078e1ce7e81a5bee15f15d7bfa156427ebcccbc)
SEARCH-2289: Restore the support for SOLR 4 in ACS 6.2+ deployments.
Cherry pick from e8bba3c

(cherry picked from commit f4b653ba5577629fae0ba8e193b151dd7bbdb7be)
[MNT-21847] - Aync permissions fail when new nodes are created (#1188) (#1195)

Fix:
*Changed method setFixedAcls on class ADMAccessControlListDAO to continue to propagate through children to apply the correct acl not only when the current child acl matches the shared acl to replace but also when the current child acl matches the new shared acl
Unit Test:
*Refactored the unit test FixedAclUpdaterTest to be able to add in a new test without repeating code: separating the operations that set the permissions from the one that triggers the job into separate methods
*As it was if one test failed, leaving aspects to be processed, the test would run indefinitely (it was programmed to keep running the job while there where nodes with the aspect). Added a verification to stop triggering the job if the number of nodes with the pendingFixAcl did not change between executions.
*Also, if one test failed, it would leave nodes with pendingFixAcl aspect in the database, and the other tests that ran after would also fail, not completing the goal of processing all nodes with the aspect. If a test fails, the folder structure it ran is now deleted so no nodes with the aspect from that structure are processed by the other tests.
*Added a test to find the first folder in a tree where permissions where set async that has the pendingFixAcl aspect and that creates a new node in it to verify the issue

(cherry picked from commit 443e5e226430a2760492fb82214ad520e7e1cb75)

(cherry picked from commit 65a48f3c36a6fc3567c5b0edafb949629f705d8a)
ATS-825 : Updated T-engines to 2.3.5 (#1224)

(cherry picked from commit 6dcf985acc4f238ae8c9af22e84a61ad9b476429)
SEARCH-2450 Don't expose properties from solr endpoint if the model says not to index them. (#1228) (#1229)

(cherry picked from commit 2fea6c9484def402e2bfd7c3717071ff8df69c01)

(cherry picked from commit 8db009c9505c5d01ba08d2427f549e54ea13fbc6)
Fix/MNT-21800 CMIS Web Service Check Out returns error (#1232) (#1233)

* MNT-21800 : CMIS Web Service Check Out returns error
   Integrate path into codebase.

(cherry picked from commit 51a7793668ba1c969c5de37603190244e3839cd0)

(cherry picked from commit 0cd801a6c12d7ac7e1ff7f05b8b8acfaacdb58e4)

* SOLR Test class should be under repository/src/test and not repository/src/main [skip ci]

* Test build

* Undo README dummy change. [skip ci]

* Remove READMEs that have been moved to the top level.

* Same jars as in 6.2.3-A1

- needed to correct tika and poi.

* Fix location of keystore
Only copy win64 and linux pdf-renderer to dist zip
Sort out what get included in dist jar and zip

(cherry picked from commit 779f8af717)

* aos-module had the wrong version
2020-10-09 13:25:44 +01:00
Travis CI User
106476287d [maven-release-plugin][skip ci] prepare for next development iteration 2020-10-02 14:11:08 +00:00