This is an automated email from the ASF dual-hosted git repository.
shl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
from f23d375827 Merge pull request #5246 from shlxue/main
add 45abddfcb0 Add ExecutorUtil.cleanup method for thread resources of
timer
add 795de3cb8d Fixed #5248 Release thread resources of timer
add ee1b73036f Append imports
new 7b060a4a4a Merge pull request #5249 from shlxue/main
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:
.../org/apache/hop/core/logging/HopLogStore.java | 5 ++--
.../org/apache/hop/core/util/ExecutorUtil.java | 30 ++++++++++++++++++++++
.../caching/CachingFileExecutionInfoLocation.java | 3 ++-
.../java/org/apache/hop/pipeline/Pipeline.java | 3 ++-
.../engines/local/LocalPipelineEngine.java | 4 +--
.../engines/remote/RemotePipelineEngine.java | 3 ++-
.../engines/local/LocalWorkflowEngine.java | 5 ++--
.../org/apache/hop/www/HopServerSingleton.java | 2 ++
.../core/transform/TransformBatchTransform.java | 9 +++----
.../hop/beam/engines/BeamPipelineEngine.java | 11 ++++----
...PeriodicPipelineStatusUpdateExtensionPoint.java | 3 ++-
.../pipeline/xp/PipelineStartLoggingXp.java | 5 ++--
.../workflow/xp/WorkflowStartLoggingXp.java | 3 ++-
.../transforms/eventhubs/listen/AzureListener.java | 2 ++
.../ui/hopgui/file/pipeline/HopGuiLogBrowser.java | 7 ++---
.../hopgui/file/pipeline/HopGuiPipelineGraph.java | 8 +++---
.../delegates/HopGuiPipelineGridDelegate.java | 19 +++-----------
.../delegates/HopGuiWorkflowGridDelegate.java | 8 ++----
18 files changed, 71 insertions(+), 59 deletions(-)