Skip to content

[Bug]: Transform meta classes (subclass of BaseTransformMeta) no longer support "String getXml()" and "void loadXml(...)" for xml serializing #6972

@fskorgen

Description

@fskorgen

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

Metadata

Metadata

Assignees

Labels

Type

No fields configured for Bug.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions