[release] 0.0.2-HXP-SNAPSHOT

Make it simpler for t-engines based on the deprecated base

* Move TransformException back to its original location
* Provide an ExtensionService in its original location
* Provide a Mimetype class in its original location

* Fix the build failure in CombinedTransformConfigTest
This commit is contained in:
alandavis
2022-09-12 17:09:11 +01:00
parent 7ca8a483ad
commit 7f2e76e33c
42 changed files with 116 additions and 45 deletions

View File

@@ -27,7 +27,7 @@
package org.alfresco.transform.imagemagick;
import com.google.common.collect.ImmutableList;
import org.alfresco.transform.common.TransformException;
import org.alfresco.transform.exceptions.TransformException;
import java.util.List;
import java.util.StringJoiner;

View File

@@ -30,7 +30,7 @@ import org.alfresco.transform.base.TransformManager;
import org.alfresco.transform.base.executors.AbstractCommandExecutor;
import org.alfresco.transform.base.executors.RuntimeExec;
import org.alfresco.transform.base.util.CustomTransformerFileAdaptor;
import org.alfresco.transform.common.TransformException;
import org.alfresco.transform.exceptions.TransformException;
import org.alfresco.transform.imagemagick.ImageMagickOptionsBuilder;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;