Commit Graph

25043 Commits

Author SHA1 Message Date
Travis CI User
d2b87f31c4 [maven-release-plugin][skip ci] prepare release 8.384 8.384 2021-02-05 10:26:00 +00:00
dhrn
0211392ff6 Aspect and Type api implementation (#261)
* initial commit

* * added match filters

* api completed

* * removed unwanted changes

* fixed test

* * fix consistant naming of class

* fixed comments

* * fixed comments

* * aspects fixed

* * types added

* * fixed tes and minor improvemment

* * fixed comments
2021-02-05 09:55:22 +00:00
Travis CI User
cc3c518940 [maven-release-plugin][skip ci] prepare for next development iteration 2021-02-04 23:10:36 +00:00
Travis CI User
465a1cec4d [maven-release-plugin][skip ci] prepare release 8.383 8.383 2021-02-04 23:10:30 +00:00
dependabot-preview[bot]
9858324d92 Bump utility from 3.0.41 to 3.0.42 (#273) 2021-02-04 22:40:37 +00:00
Travis CI User
727847b17e [maven-release-plugin][skip ci] prepare for next development iteration 2021-02-04 14:40:03 +00:00
Travis CI User
2979082767 [maven-release-plugin][skip ci] prepare release 8.382 8.382 2021-02-04 14:39:56 +00:00
Nana Insaidoo
a84a68cb9a Bugfix/APPS-766 classification children job not picking rm types (#272)
* Now handling System reading

* Address changes requested in PR #272
2021-02-04 13:00:18 +00:00
Nicolas Barithel
5cdade38a8 Fix MNT-21991 customizable personLookupProperties for REST API (#191)
* Fix MNT-21991 custom personLookupProperties

* Fix MNT-21991 test case for cm:owner
2021-02-02 10:36:52 -07:00
Travis CI User
072faf603e [maven-release-plugin][skip ci] prepare for next development iteration 2021-02-02 17:00:12 +00:00
Travis CI User
438dfa9d12 [maven-release-plugin][skip ci] prepare release 8.381 8.381 2021-02-02 17:00:04 +00:00
dependabot-preview[bot]
72be8daf01 Bump restapi from 1.51 to 1.52 (#267) 2021-02-02 16:24:45 +00:00
Travis CI User
ba9ae7071a [maven-release-plugin][skip ci] prepare for next development iteration 2021-02-01 15:56:01 +00:00
Travis CI User
48ec102598 [maven-release-plugin][skip ci] prepare release 8.380 8.380 2021-02-01 15:55:54 +00:00
montgolfiere
e8e2ded02a MNT-14308: CMIS - optionally request rendition(s) when uploading docs (#263)
* MNT-14308: CMIS - optionally request rendition(s) when uploading docs

- add new configurable option to request set of renditions when uploading via CMIS (none by default)
- note: in the event a client *relied* on previous behaviour (rather than dynamic requests) the property can be overridden & set to "doclib"

- add info message to show new property when initialising CMIS, ie. set of requested renditions set (empty by default)
- note: set following log4j.properties: log4j.logger.org.alfresco.opencmis=info
2021-02-01 10:43:37 +00:00
dependabot-preview[bot]
503b50738a Bump dependency.transform.model.version from 1.0.2.11 to 1.0.2.12 (#266) 2021-01-29 22:45:10 +00:00
dependabot-preview[bot]
8e90612619 Bump mariadb-java-client from 2.7.1 to 2.7.2 (#265) 2021-01-29 22:40:14 +00:00
Travis CI User
134ca108e9 [maven-release-plugin][skip ci] prepare for next development iteration 2021-01-29 21:24:36 +00:00
Travis CI User
af5c5133f6 [maven-release-plugin][skip ci] prepare release 8.379 8.379 2021-01-29 21:24:28 +00:00
Alan Davis
a903d9ec44 REPO-5549 Fix: Local transformer names must exist and be unique docli… (#264)
* 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 20:04:55 +00:00
Travis CI User
2b1f63e07f [maven-release-plugin][skip ci] prepare for next development iteration 2021-01-28 08:51:32 +00:00
Travis CI User
1c1b956ad1 [maven-release-plugin][skip ci] prepare release 8.378 8.378 2021-01-28 08:51:25 +00:00
Alexandru-Eusebiu Epure
14ca5bb726 MNT-20775 : deleted-nodes with maxitems parameter take longer (#255)
* MNT-20775 : rest api /deleted-nodes with maxitems parameter take longer when there are more items in the trash can
  Based on offset and limit, returns only the required results from database
  Added count query for ArchivedNodes
2021-01-27 17:15:34 +02:00
Travis CI User
3d0099d742 [maven-release-plugin][skip ci] prepare for next development iteration 2021-01-26 13:14:54 +00:00
Travis CI User
fd491d83fe [maven-release-plugin][skip ci] prepare release 8.377 8.377 2021-01-26 13:14:47 +00:00
CezarLeahu
6ef30c46e9 ACS-1146 Replace *javax* dependencies with *jakarta* libraries (#254)
- group jakarta dependencies in the POMs
- define explicit version properties for the various jakarta APIs
- replace all *javax* libraries with their *jakarta* equivalent
- exclude all *javax* libraries brought in by our dependencies (they can't be handled through _dependencyManagement_ due to the different jar names)
- upgrade the *jakarta* libraries to the latest versions that still use the _javax_ package namespace
2021-01-26 13:33:35 +02:00
Travis CI User
2b9ecf1ece [maven-release-plugin][skip ci] prepare for next development iteration 2021-01-25 19:42:15 +00:00
Travis CI User
930b312cd1 [maven-release-plugin][skip ci] prepare release 8.376 8.376 2021-01-25 19:42:07 +00:00
alandavis
64122bf31b Add automated DB tests for ACS 7:
ACS-1180 MySQL 8 - commented out - schema ref test failure - see ACS-1180
ACS-1183 PostgreSQL 12.4, 13.1
ACS-1184 MariaDB 10.4, 10.5

Does not include Oracle or MS SQL Server which require new images.
Order of DB test changed to to be the same as alfresco-enterprise-repo.
2021-01-25 19:09:48 +00:00
alandavis
10efd50add MySql 8: One failing test to do with the schema reference files. ACS-1180 2021-01-25 19:04:32 +00:00
alandavis
3879e28590 Add automated DB tests for ACS 7:
ACS-1180 MySQL 8
ACS-1183 PostgreSQL 12.4, 13.1
ACS-1184 MariaDB 10.4, 10.5

Does not include Oracle or MS SQL Server which require new images.
Order of DB test changed to to be the same as alfresco-enterprise-repo.
2021-01-25 13:52:27 +00:00
alandavis
471492c8e0 Remove Whitesource [skip ci] 2021-01-25 07:46:22 +00:00
Travis CI User
ae26d9c1c4 [maven-release-plugin][skip ci] prepare for next development iteration 2021-01-24 09:06:56 +00:00
Travis CI User
c2733b9da7 [maven-release-plugin][skip ci] prepare release 8.375 8.375 2021-01-24 09:06:50 +00:00
alandavis
65a93c31f5 Revert "Bump dependency.camel.version from 3.7.0 to 3.7.1 (#252)"
Reverted because it causes the 3 REST API TAS test jobs to fail to compile in alfresco-enterprise-repo.

This reverts commit b1ea30fc74.
2021-01-24 08:34:46 +00:00
Travis CI User
58e7c41bbb [maven-release-plugin][skip ci] prepare for next development iteration 2021-01-22 12:03:50 +00:00
Travis CI User
8cfc05758d [maven-release-plugin][skip ci] prepare release 8.374 8.374 2021-01-22 12:03:42 +00:00
dependabot-preview[bot]
b1ea30fc74 Bump dependency.camel.version from 3.7.0 to 3.7.1 (#252) 2021-01-22 10:29:12 +00:00
Travis CI User
f6021faef8 [maven-release-plugin][skip ci] prepare for next development iteration 2021-01-20 23:16:29 +00:00
Travis CI User
da3220864e [maven-release-plugin][skip ci] prepare release 8.373 8.373 2021-01-20 23:16:22 +00:00
dependabot-preview[bot]
631e2f100a Bump dependency.activemq.version from 5.16.0 to 5.16.1 (#251) 2021-01-20 22:42:52 +00:00
Travis CI User
15a68ee177 [maven-release-plugin][skip ci] prepare for next development iteration 2021-01-20 16:06:34 +00:00
Travis CI User
f9af668d8d [maven-release-plugin][skip ci] prepare release 8.372 8.372 2021-01-20 16:06:27 +00:00
Nana Insaidoo
358bd704df [ACS-1160] Handle null Authority (#249) 2021-01-20 14:57:17 +00:00
Ancuta Morarasu
0543a800f7 Revert keycloak to 11.0.0-alfresco-001 (upgraded by dependabot by mistake) 2021-01-20 16:34:56 +02:00
Denis Ungureanu
b4b591b8af ACS-1170 : Release Gytheio 0.12 - ACS 7.0 compatible (#250)
- upgrade Gytheio
   - move jms bean to messaging-context.xml
2021-01-20 16:26:02 +02:00
Travis CI User
d3860738da [maven-release-plugin][skip ci] prepare for next development iteration 2021-01-19 23:18:34 +00:00
Travis CI User
d5bff09158 [maven-release-plugin][skip ci] prepare release 8.371 8.371 2021-01-19 23:18:24 +00:00
dependabot-preview[bot]
16eebe4681 Bump dependency.keycloak.version from 12.0.1 to 12.0.2 (#248) 2021-01-19 22:46:26 +00:00
Travis CI User
7d99fb235b [maven-release-plugin][skip ci] prepare for next development iteration 2021-01-18 23:36:14 +00:00