Apache Hop version?
2.18
Java version?
21
Operating system
Windows
What happened?
The following functions are marked with @deprecated(since = "2.10.0", forRemoval = false) :
BaseTransformMeta:: String getXml() throws HopException
BaseTransformMeta:: void loadXml(Node transformNode, IHopMetadataProvider metadataProvider) throws HopXmlException
In the latest 2.18 SNAPSHOT this function are not called anymore.
We have 15-20 tranforms plugins where XML serializing do not work anymore.
Will support for manuall XML serializing be removed in 2.18 ?
The getXml() and loadXml( ..) functions are called when using copy/paste, but not when Pipelines are loaded and saved.
Issue Priority
Priority: 3
Issue Component
Component: Transforms
Apache Hop version?
2.18
Java version?
21
Operating system
Windows
What happened?
The following functions are marked with @deprecated(since = "2.10.0", forRemoval = false) :
BaseTransformMeta:: String getXml() throws HopException
BaseTransformMeta:: void loadXml(Node transformNode, IHopMetadataProvider metadataProvider) throws HopXmlException
In the latest 2.18 SNAPSHOT this function are not called anymore.
We have 15-20 tranforms plugins where XML serializing do not work anymore.
Will support for manuall XML serializing be removed in 2.18 ?
The getXml() and loadXml( ..) functions are called when using copy/paste, but not when Pipelines are loaded and saved.
Issue Priority
Priority: 3
Issue Component
Component: Transforms