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 3cb2bf2334 Merge pull request #5359 from nadment/5358
add f487117789 Simplify @GuiWidgetElement for metadata #5278
new 79046e80f0 Merge pull request #5327 from nadment/5278
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:
.../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(-)
delete mode 100644
core/src/main/java/org/apache/hop/core/gui/plugin/ITypeMetadata.java
delete mode 100644
core/src/main/java/org/apache/hop/core/gui/plugin/toolbar/EmptyTypeMetadata.java
delete mode 100644
engine/src/main/java/org/apache/hop/execution/ExecutionInfoLocationTypeMetadata.java
delete mode 100644
engine/src/main/java/org/apache/hop/pipeline/engines/remote/HopServerTypeMetadata.java
delete mode 100644
engine/src/main/java/org/apache/hop/pipeline/engines/remote/PipelineRunConfigurationTypeMetadata.java
delete mode 100644
engine/src/main/java/org/apache/hop/workflow/engines/remote/HopServerTypeMetadata.java
delete mode 100644
engine/src/main/java/org/apache/hop/workflow/engines/remote/WorkflowRunConfigurationTypeMetadata.java
delete mode 100644
plugins/tech/neo4j/src/main/java/org/apache/hop/neo4j/shared/NeoConnectionTypeMetadata.java