evasques
ddd0fac97e
MNT-23953 - PropTablesCleaner v3 Skip IDs ( #2181 )
...
* Configure v3 to skip ids per table. Added unit test
2023-09-06 17:13:36 +01:00
dependabot[bot]
08e67aa004
Bump org.aspectj:aspectjrt from 1.9.19 to 1.9.20.1 ( #2176 )
...
* Bump org.aspectj:aspectjrt from 1.9.19 to 1.9.20.1
Bumps [org.aspectj:aspectjrt](https://github.com/eclipse/org.aspectj ) from 1.9.19 to 1.9.20.1.
- [Release notes](https://github.com/eclipse/org.aspectj/releases )
- [Commits](https://github.com/eclipse/org.aspectj/commits )
---
updated-dependencies:
- dependency-name: org.aspectj:aspectjrt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Get rid of the aspectj warnings
* Switch to the maintained aspectj-maven-plugin
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pzurek <Piotr.Zurek@hyland.com >
2023-09-05 14:01:06 +02:00
Piyush Joshi
0800c0e42a
Merge pull request #2164 from Alfresco/MNT-23107_NullPointer_ScriptLocation
...
[MNT-23107] The scriptLocation property is not picked up when set in a bean definition
2023-09-01 15:46:49 +05:30
Krystian Dabrowski
9207fde808
ACS-5451: Toggle for direct Event sending ( #2156 )
...
* ACS-5451: Toggle for direct Event sending
- fixing failing tests in enterprise-repo
2023-08-31 12:27:33 +02:00
pjoshi31
03fe795fba
Added null check
2023-08-30 06:13:41 +05:30
pjoshi31
557292982a
Added null check
2023-08-29 18:46:00 +05:30
Piotr Żurek
b884580688
ACS-5770 Restore activmq Camel support ( #2159 )
2023-08-25 12:19:18 +02:00
Krystian Dabrowski
a483159269
ACS-5706: ES: Sorting by mimetype, size and modifier doesn't work ( #2146 )
...
* ACS-5706: ES: Sorting by cm:content.mimetype, cm:content.size and cm:modifier doesn't work
2023-08-24 18:04:28 +02:00
kcichonczyk
72ad6232f9
[ACS-5856] bump jakarta-transaction-api version, replace javax.transaction with jakarta.transaction imports
2023-08-24 09:06:53 +02:00
pardhukota-pk
468003d798
Feature/acs 4880 ( #2157 )
...
* update hazelcast merge-policy
* update hazelcast merge-policy
---------
Co-authored-by: Kota Pardhu <Kota.Pardhu@hyland.com >
2023-08-23 20:37:35 +05:30
pardhukota-pk
c7fc821b74
update hazelcast merge-policy ( #2151 )
...
Co-authored-by: Kota Pardhu <Kota.Pardhu@hyland.com >
2023-08-23 11:22:59 +05:30
Piyush Joshi
b700e7518b
Merge pull request #2138 from Alfresco/MNT-23476_UNZIP_FILENAME_ACCENT
...
MNT-23476 Unable to unzip files in Share if it contains a document with a filename containing an accent
2023-08-22 13:36:09 +05:30
Krystian Dabrowski
e8a27dd68d
ACS-5451: Toggle for direct Event sending ( #2082 )
...
* ACS-5451: Toggle for direct Event sending
- added new bean allowing direct event sending and a toggle (switch) property
- refactored EventGenerator logic related with creating and sending events
- refactored consolidators - renamed EventConsolidator -> NodeEventConsolidator, and moved common logic to new abstract EventConsolidator
- added integration tests
- added JavaDoc
- refactored events related tests
2023-08-22 08:30:05 +02:00
Kacper Magdziarz
d10cbc2ad8
[ACS-5805] Remove common switch form MTLS ( #2149 )
2023-08-21 10:30:04 +02:00
Kacper Magdziarz
6d33166e24
[ACS-5805] Split configuration for Transform and Shared File Store ( #2142 )
...
* [ACS-5805] Split configuration for Transform and Shared File Store and create common switch for MTLS.
* [ACS-5805] Add explicit error logging.
2023-08-17 14:08:23 +02:00
tiagosalvado10
27186a56b8
[MNT-23509] Add lock callback to refreshLock method ( #2030 )
...
* [MNT-23509] Add lock callback to refreshLock method
* [MNT-23509] Added unit test
* [MNT-23509] PMD scan improvements
2023-08-16 17:34:54 +01:00
pjoshi31
3a7dd08122
Changing accent character to english alphabet
2023-08-16 18:17:07 +05:30
pjoshi31
a3dffd36fe
Changing accent character to english alphabet
2023-08-16 18:03:36 +05:30
pjoshi31
cb6257bf88
unrecogonized characters patterns replaced with underscore
2023-08-16 17:12:35 +05:30
Piotr Żurek
af5738c7c2
ACS-5659 Jakarta Migration ( #1983 )
...
Co-authored-by: kcichonczyk <kamil.cichonczyk@hyland.com >
Co-authored-by: Sara Aspery <sara.aspery@alfresco.com >
Co-authored-by: kcichonczyk <88378534+kcichonczyk@users.noreply.github.com >
Co-authored-by: Kacper Magdziarz <95610011+kmagdziarz@users.noreply.github.com >
Co-authored-by: kmagdziarz <Kacper.Magdziarz@hyland.com >
Co-authored-by: Marcin Strankowski <74721865+mstrankowski@users.noreply.github.com >
2023-08-09 17:48:47 +02:00
canpan14
48e4b0b48f
Add file name to DirectAccessUrl ( #2081 )
...
* Add file name to DirectAccessUrl
This will cause it to be returned in the response
* Only set file name if direct url is enabled
* Fix bad mock and protect null pointer
* Update data-model/src/main/java/org/alfresco/service/cmr/repository/DirectAccessUrl.java
null safe comparison
Co-authored-by: Piotr Żurek <Piotr.Zurek@hyland.com >
---------
Co-authored-by: Piotr Żurek <Piotr.Zurek@hyland.com >
2023-08-09 14:58:45 +02:00
Marcin Strankowski
66ff28243f
Fix/mnt 23878 timeouting transforms fix ( #2126 )
...
* MNT-23878: By default there was no timeout set for HttpClients, we've wrongly directed ourselfes with the values of currently existing mTLS (Solr/Elasticsearch) for Transform that used default http clients with infinite timeouts
2023-08-08 14:21:13 +02:00
Oskar Rajzner
86189efc4a
ACS-5449 Code quality improvements to LockServiceImplTest & RuleServiceImplUnitTest ( #2087 )
2023-07-28 12:20:18 +02:00
Piotr Żurek
d7f5e72d2d
ACS-5720 Fix NPE while retrieving the RMI Registry ( #2095 )
2023-07-28 11:07:14 +02:00
Oskar Rajzner
8a75a48f99
ACS-5449 Bump commons-net from 3.8.0 to 3.9.0 ( #2080 )
2023-07-26 14:48:25 +02:00
Oskar Rajzner
4faeaff6b6
ACS-5449 Bump mockito-core from 4.9.0 to 5.4.0 ( #2071 )
2023-07-26 11:37:59 +02:00
Tom Page
b66f9f604b
Merge pull request #2065 from canpan14/feature/2064-request-direct-access-url-file-name-option
...
File name param for direct access url requests
2023-07-20 11:15:44 +01:00
Manish Kumar
22cc54cc03
[MNT-23666] Added fix to delete the link after document deletion ( #2045 )
...
* [MNT-23666] Added fix to delete the link after document deletion
* Resolved PMD scan warnings
* Revert "Resolved PMD scan warnings"
This reverts commit 5e0ea61a56
.
2023-07-19 13:31:13 +05:30
Oskar Rajzner
af26f07cf3
ACS-5449 Bump commons-io from 2.11.0 to 2.13.0 ( #2073 )
2023-07-19 09:57:06 +02:00
canpan14
3fd3b128be
Fix bad interfaces causing loop
2023-07-13 08:36:25 -04:00
canpan14
cb4dde6035
Update code based on feedback
2023-07-12 15:12:07 -04:00
canpan14
3215bc50c6
Add unit tests, ignore override if empty
2023-07-12 11:07:51 -04:00
canpan14
70430ea96c
File name param for direct acccess url requests
...
Adds optional file name parameter for all direct access url requests
https://github.com/Alfresco/alfresco-community-repo/issues/2064
2023-07-12 10:07:34 -04:00
pardhukota-pk
25e8f0c6f8
Adding dummy logs ( #2043 )
...
Co-authored-by: Kota Pardhu <Kota.Pardhu@hyland.com >
2023-07-06 14:21:53 +05:30
Kota Pardhu
6cfcc8b207
Replacing UTF-8 with Cp437 to resolve encoding issues with accent & other chars
2023-07-05 14:02:39 +05:30
tiagosalvado10
689e6a23fa
[MNT-23642] Add error messages ( #2019 )
2023-06-28 17:39:10 +01:00
kcichonczyk
f3190133c3
[ACS-5423] remove RmiRegistryFactoryBean extension from AlfrescoRmiRegistryFactoryBean, replace needed parameters and beans
2023-06-28 12:32:50 +02:00
rrajoria
1866e64d07
MNT-23724: Fix for Downloading a folder as zip with correct Name ( #1994 )
2023-06-15 16:07:26 +05:30
Sara
c3dcf8891e
ACS-5421 Remove RepoUrlConfigSource ( #1992 )
2023-06-15 09:36:44 +01:00
tiagosalvado10
07c7342032
[MNT-23665] Removed search controls count limit ( #1936 )
2023-05-30 13:42:32 +01:00
Piotr Żurek
7990991453
ACS-5298 Remove alfresco-messaging-repo dependency ( #1956 )
...
* ACS-5298 Remove alfresco-messaging-repo dependency
2023-05-26 08:35:10 +02:00
rrajoria
4c256ab546
Fix/MNT-23612 Fix to allow only valid task status. ( #1954 )
...
* Update WorkflowServiceImpl.java
* Update WorkflowServiceImpl.java
2023-05-24 14:16:04 +05:30
Maciej Pichura
a7e0491532
ACS-5265: Removing @Experimental flag + some import cleanup ( #1930 )
2023-05-18 11:03:59 +02:00
mstrankowski
817901e74e
Update Master branch to 23.1.0, forgotten updates
2023-05-08 13:52:16 +02:00
tiagosalvado10
f83328f7b0
[MNT-23550] Always disable behaviours to prevent unexpected modifier changes ( #1898 )
2023-05-03 20:34:37 +01:00
George Evangelopoulos
2c3845bf9d
ACS-4025: Throw 400 error when ordering by tag count without including tag count ( #1896 )
...
* ACS-4025: change exception to throw 400 and add test
2023-04-21 15:05:21 +01:00
Piotr Żurek
589e14a0b1
ACS-5100 Include authorization uri in the ClientRegistration ( #1897 )
2023-04-21 15:12:37 +02:00
George Evangelopoulos
d39401a7ec
ACS-4025: Support include count and orderBy count for GET /tags ( #1806 )
...
* ACS-4025: Support include count and orderBy count for GET /tags
* ACS-4025: add E2Es
2023-04-19 11:41:33 +01:00
Tom Page
b1466915af
ACS-4923 Add support for include=count on GET and PUT tag. ( #1880 )
2023-04-17 10:12:09 +01:00
Marcin Strankowski
ba197fcf70
Set property values of Tranform HttpClient to the ones being set for sharedFileStoreConnector ( #1875 )
...
* Set property values to the ones being set for sharedFileStoreConnector, since the only difference is the number of connections, which doesn't work in community-repo due to how the http clients are created per request of transform
* Missing property doesn't allow for providing value from JAVA_OPTS of docker image
2023-04-14 12:50:17 +02:00