This is an automated email from the ASF dual-hosted git repository. hansva pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/hop.git
commit 79046e80f068b9aadfe1089edb5cd78ffab568ee Merge: 3cb2bf2334 f487117789 Author: Hans Van Akelyen <[email protected]> AuthorDate: Thu Jun 12 15:08:38 2025 +0200 Merge pull request #5327 from nadment/5278 Proposal to simplify @GuiWidgetElement for metadata #5278 .../apache/hop/core/gui/plugin/GuiElements.java | 20 ++++++------- .../hop/core/gui/plugin/GuiWidgetElement.java | 6 ++-- .../apache/hop/core/gui/plugin/ITypeMetadata.java | 30 -------------------- .../core/gui/plugin/toolbar/EmptyTypeMetadata.java | 33 ---------------------- .../ExecutionInfoLocationTypeMetadata.java | 29 ------------------- .../remote/RemoteExecutionInfoLocation.java | 6 ++-- .../engines/remote/HopServerTypeMetadata.java | 29 ------------------- .../PipelineRunConfigurationTypeMetadata.java | 29 ------------------- .../remote/RemotePipelineRunConfiguration.java | 5 ++-- .../engines/remote/HopServerTypeMetadata.java | 29 ------------------- .../remote/RemoteWorkflowRunConfiguration.java | 5 ++-- .../WorkflowRunConfigurationTypeMetadata.java | 29 ------------------- .../pipeline/VariableResolverPipeline.java | 3 +- .../neo4j/execution/NeoExecutionInfoLocation.java | 3 +- .../neo4j/shared/NeoConnectionTypeMetadata.java | 28 ------------------ .../hop/ui/core/gui/GuiCompositeWidgets.java | 26 +---------------- .../resolver/messages/messages_en_US.properties | 2 +- 17 files changed, 25 insertions(+), 287 deletions(-)
