UnarchiverProcess Deprecated Inheritance Feature
Hi, we have a class that inherits from UnarchiverProcess:
public class htmlAssetProcessD extends UnarchiverProcess {
And we've started seeing these warnings:
[WARNING] C:\Users\mknight\Documents\izotope-frontpage-aem\core\src\main\java\com\izotope\core\workflow\htmlAssetProcess.java [1:1]: Component com.izotope.core.workflow.htmlAssetProcess is using the deprecated inheritance feature and inherits from com.day.cq.dam.core.process.UnarchiverProcess. This feature will be removed in future versions.
[WARNING] C:\Users\mknight\Documents\izotope-frontpage-aem\core\src\main\java\com\izotope\core\workflow\htmlAssetProcess.java [1:1]: Component com.izotope.core.workflow.htmlAssetProcess is using the deprecated inheritance feature and inherits from com.day.cq.dam.core.process.UnarchiverProcess. This feature will be removed in future versions.
If someone could let me know how this feature should be implemented instead now, I'd really appreciate it. Thanks.