Commit Graph

4 Commits

Author SHA1 Message Date
Alan Davis
e7549e5906 Reverting LocalTransformer work for the moment
Revert "Feature/repo 4331 encoding (#472)"
This reverts commit 0e5de8e774.
Revert "REPO-4319 Local Transformers (#313)"
This reverts commit 436ba847f6.
2019-06-06 06:57:38 +01:00
alandavis
436ba847f6 REPO-4319 Local Transformers (#313)
Creation of local transformers that don't depend on any of the legacy transformer code deprecated in ACS 6.1.  The previous local transformers are now referred to as legacy transformers.

The localTransformClient and localTransformServiceRegistry now are switches between these two classes of transform.
2019-05-31 22:06:47 +01:00
alandavis
67b8bb3dd5 REPO-4082 Transformers should have unique option names (#291)
* REPO-4082 Transformers should have unique option names

In addition to making the transform options, the following tidy up activities were performed:

* Rendition 2 Definitions beans have been simplified so there is just one common parent,
   as this makes it clearer what the transform options are even if some of them are shared.
* Removal of "required": "false" from transform-service-config.json as this is the default.
   Test added to make sure it really is the default for option values and option groups.
*  Refactored some of the code in RenditionTest and a sub classes (in
    alfresco-enterprise-repository) now that the Transform Service is more stable.
    They are now able to share static finals.
2018-12-06 09:35:33 +00:00
alandavis
2b6c77b4c3 REPO-3944 Renditions: Disabling the local transform switch should not disable the transform server (#236)
Problems found in caches in the ThumbnailService caused this to take place. TransformerDebug has also been improved to include Transform Service requests and responses.
2018-10-26 11:57:23 +01:00