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 68fb9f3d908539068533cce4545830b4257039cc
Merge: fa423f649e 5f9c56b0eb
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Jan 23 17:38:31 2025 +0100

    Merge pull request #4798 from mattcasters/hop-3978
    
    Implementing issue #3978 (Caching File Execution Information Location)

 .../execution-information-location.adoc            |  16 +
 .../java/org/apache/hop/execution/Execution.java   | 277 +--------
 .../org/apache/hop/execution/ExecutionBuilder.java |   9 +-
 .../org/apache/hop/execution/ExecutionData.java    | 148 +----
 .../org/apache/hop/execution/ExecutionState.java   | 274 +--------
 .../apache/hop/execution/caching/CacheEntry.java   | 210 +++++++
 .../caching/CachingFileExecutionInfoLocation.java  | 657 +++++++++++++++++++++
 .../caching/messages/messages_en_US.properties     |  23 +
 8 files changed, 923 insertions(+), 691 deletions(-)

Reply via email to