* ACS-2200: Java API for archive/archive-restore content + unit tests.
* Bump restapi from 1.64 to 1.65 (#795)
* Bump utility from 3.0.45 to 3.0.47 (#794)
* ACS-2200: Applying review comments.
* ACS-2200: Applying review comments.
* ACS-2200: Adding new unit test to suite.
* ACS-2200: Adding optional archive params to archive operation.
* ACS-2236: Archive + archive-restore operations and unit tests.
* ACS-2236: Addressing review comments. Small refactor in unit tests.
* Added configuration to use child association index on version creation - disabled by default
* Added unit test to verify both cenarios
* Included configuration in AGS
* MNT-22715 - Document Version Issue - Unexpected: current version does not appear to be 1st version in the list
* Set association index on new version creation
* Unit test to verify the child assoc index is set on versions
* Set association index on new version creation on AGS create record from version
* ACS-2200: Java API for archive/archive-restore content + unit tests.
* Bump restapi from 1.64 to 1.65 (#795)
* Bump utility from 3.0.45 to 3.0.47 (#794)
* ACS-2200: Applying review comments.
* ACS-2200: Applying review comments.
* ACS-2200: Adding new unit test to suite.
* ACS-2200: Adding optional archive params to archive operation.
* Bump restapi from 1.64 to 1.65 (#795)
* Bump utility from 3.0.45 to 3.0.47 (#794)
* ACS-2200: Applying review comments.
* ACS-2200: Java API for archive/archive-restore content + unit tests.
* PRODSEC-5780: ACS Repo DAU APIs to also use non-attach allow list
- moved existing pre-configured allow list from remote-api to repository layer
- ("nodes.nonAttachContentTypes" xml -> "content.nonAttach.mimetypes" prop)
- now also used by DAU (as well as existing V1 REST API and CMIS to get/download content)
Squashed some of the commit messages:
* ACS-2216: Resolving failing tests
* ACS-2216: Reformatting code
* ACS-2216: Adding David's suggestion
* ACS-2216: Set some methods to default as per David's comments
* ACS-2216: Added test for when propertyQName has no content
* ACS-2216: Replaced try catch with assertThrows
* ACS-2216: Added propertyQName to Auditable list
Co-authored-by: David Edwards <david.edwards@hyland.com>
* [MNT-21953] [MNT-22491] Clear rendition content data on content change. Prevent rendition from having contentHashCode without content
* [MNT-21953] [MNT-22491] Added tests
* [MNT-21953] [MNT-22491] Removed update content from test
* [MNT-21953] [MNT-22491] Improve log messages
* [MNT-21953] [MNT-22491] Changed Copyright year to 2021. Minor change in test comments.
* T-Engines config need to be combined in the same predefined order in the all-in-one transformer,
T-Router and the Content Repository with individual T-Engines.
`ArchivedIOException` and `ArchivedContentException` added to provide an appropriate response when attempting to access content that is archived, for example in GLACIER s3.
Discovered and fixed a bug, when producing an error during content streaming that caused clients to hang. Content Length now set to `-1` when any `ContentIOException` is thrown so that any clients are not expecting and waiting to received the content.
* Restored the ability to register dynamic messages on bootstrap
* Added unit tests on bootstrap to verify if the dynamic messages are registered on bootstrap
* Added unit tests for the Repo Admin Console regarding registering dynamic messages and classpath files
* ACS-2147: Adding missing ContentStore implementation, switching some logging
to trace.
* ACS-2147: Renaming getObjectStorageProperties to getStorageProperties
* [maven-release-plugin][skip ci] prepare release 14.20
* [maven-release-plugin][skip ci] prepare for next development iteration
* Fix/mnt 21506 sanitation create people (#756)
* MNT-21506: sanitize username on nodeBrowser Repo
* [maven-release-plugin][skip ci] prepare release 14.21
* [maven-release-plugin][skip ci] prepare for next development iteration
* ACS-2148: Adding get StorageObjectProps to ContentService (#773)
* ACS-2148: Adding get StorageObjectProps to ContentService and implementation.
* ACS-2148: Adding propertyQName param to get storage property method.
* ACS-2148: Security config for added method.
* ACS-2148: Renaming getObjectStorageProperties to getStorageProperties
* ACS-2148: Javadoc fix
* ACS-2148: Fixing security context after method renaming.
* ACS-2148: ContentService with new method names.
* ACS-2147: Adding missing ContentStore implementation, switching some logging
to trace.
* ACS-2147: Renaming getObjectStorageProperties to getStorageProperties
* ACS-2148: ContentService with new method names.
* ACS-2148: Small fixes after code review.
* ACS-2147: initial idea for adding storage properties to ContentStore.
* ACS-2147: adding implementations to ContentStore children + some static analysis cleanup.
* ACS-2147: adding javadoc and small fixes to ObjectStorageProps.
* License header update
Co-authored-by: David Edwards <david.edwards@alfresco.com>
* License header update
Co-authored-by: David Edwards <david.edwards@alfresco.com>
* ACS-2147: initial idea for adding storage properties to ContentStore.
* ACS-2147: adding implementations to ContentStore children + some static analysis cleanup.
* ACS-2147: adding javadoc and small fixes to ObjectStorageProps.
* License header update
Co-authored-by: David Edwards <david.edwards@alfresco.com>
* License header update
Co-authored-by: David Edwards <david.edwards@alfresco.com>
* ACS-2147: Adding unit tests and changes after first round of code review.
* ACS-2147: initial idea for adding storage properties to ContentStore.
* ACS-2147: adding implementations to ContentStore children + some static analysis cleanup.
* ACS-2147: adding javadoc and small fixes to ObjectStorageProps.
* License header update
Co-authored-by: David Edwards <david.edwards@alfresco.com>
* License header update
Co-authored-by: David Edwards <david.edwards@alfresco.com>
* ACS-2147: Adding unit tests and changes after first round of code review.
* ACS-2147: adding implementations to ContentStore children + some static analysis cleanup.
* License header update
Co-authored-by: David Edwards <david.edwards@alfresco.com>
* ACS-2147: Fixes after reverting some 'boy scout' refactor.
* ACS-2147: Rephrasing Alfresco-derived storage properties.
* ACS-2147: Reverting some 'boy scout' refactor.
* ACS-2147: Renaming enum values.
* ACS-2147: Removing wildcard import.
Co-authored-by: David Edwards <david.edwards@alfresco.com>
* ACS-2064 ContentStore.java to require mimetype
- Updates the ContentStore interface to also require a mimetype, deprecates old method signatures
- Original interface methods maintained so code should be backwards compatible
- Implementing classes updated to reflect changes
* Added alternative approach for DBQueryEngine to page through the entire query using "LIMIT" requests instead of result set streaming
* Use the alternative approach for MySql
Main change is the removal of code from CombinedConfig into alfresco-transform-model as CombinedTransformConfig.The Code within LocalCombinedConfig has now moved to CombinedConfig as there is only one type of config now.
* Bump alfresco-transform-model from 1.3.1.1 to 1.4.0
* Add logWarn method
* PRODSEC-4331 - Upgrade spring version from 5.3.3 to 5.3.9 -> new methods added to the interface ApplicationEventMulticaster in the 5.3.9 version (removeApplicationListeners and removeApplicationListenerBeans)