This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
from 6e08e48fb0 Merge pull request #5153 from nadment/GS
add 527f723bb9 do not fail on missing metadata objects, some cleanup,
fixes #5148
new f4975efeb5 Merge pull request #5149 from hansva/5148
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../hop/core/plugins/BasePluginTypeExposer.java | 2 -
.../hop/core/plugins/SupplementalPlugin.java | 6 +-
.../hop/core/row/value/ValueMetaConverter.java | 2 -
.../serializer/json/JsonMetadataParser.java | 23 ++-----
.../serializer/json/JsonMetadataSerializer.java | 12 +---
.../metadata/SerializableMetadataProvider.java | 46 +++++++++----
.../apache/hop/vfs/s3/vfs/S3FileNameParserIT.java | 1 -
.../org/apache/hop/vfs/s3/vfs/S3FileNameTest.java | 1 -
.../apache/hop/vfs/s3/vfs/S3FileObjectTest.java | 1 -
.../org/apache/hop/vfs/s3/vfs/S3NFileNameTest.java | 1 -
.../apache/hop/vfs/s3/vfs/S3NFileObjectTest.java | 1 -
.../perspective/metadata/MetadataPerspective.java | 75 +++++++++++++---------
12 files changed, 86 insertions(+), 85 deletions(-)