ACS-1778 Common transform routing code for Repo and t-router (#648)

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
This commit is contained in:
Alan Davis
2021-08-20 15:49:10 +01:00
committed by GitHub
parent 42d1176ccf
commit b84e1f8100
11 changed files with 210 additions and 986 deletions

View File

@@ -235,7 +235,6 @@ import org.junit.runners.Suite;
org.alfresco.repo.events.ClientUtilTest.class,
org.alfresco.repo.rendition2.RenditionService2Test.class,
org.alfresco.repo.rendition2.TransformationOptionsConverterTest.class,
org.alfresco.transform.client.registry.TransformServiceRegistryConfigTest.class,
org.alfresco.repo.event2.RepoEvent2UnitSuite.class,