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 6575e42c7b8d81eb8bf16114913fb2ec16b237ff Merge: 4118a413dc d5b4530c97 Author: Hans Van Akelyen <[email protected]> AuthorDate: Tue Mar 11 16:28:29 2025 +0100 Merge pull request #5002 from hansva/main fix some inconsistencies in logging assemblies/debug/pom.xml | 24 +++ core/src/main/java/org/apache/hop/core/Const.java | 3 +- .../org/apache/hop/core/logging/LogChannel.java | 20 +- .../org/apache/hop/core/logging/LoggingBuffer.java | 22 +-- .../apache/hop/core/logging/LoggingRegistry.java | 34 +--- .../modules/ROOT/pages/variables.adoc | 2 +- .../ui/hopgui/file/pipeline/HopGuiLogBrowser.java | 30 +-- .../hopgui/file/pipeline/HopGuiPipelineGraph.java | 191 ++---------------- .../delegates/HopGuiPipelineGridDelegate.java | 11 +- .../delegates/HopGuiPipelineLogDelegate.java | 55 ++---- .../delegates/HopGuiPipelineRunDelegate.java | 2 +- .../hopgui/file/workflow/HopGuiWorkflowGraph.java | 215 +++++---------------- .../delegates/HopGuiWorkflowGridDelegate.java | 16 ++ .../ui/hopgui/messages/messages_en_US.properties | 2 + 14 files changed, 166 insertions(+), 461 deletions(-)
