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 fa423f649e Merge pull request #4804 from nadment/ZZZZ
add 5f9c56b0eb Implementing issue #3978 (Caching File Execution
Information Location)
new 68fb9f3d90 Merge pull request #4798 from mattcasters/hop-3978
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:
.../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 +++++++++++++++++++++
.../messages/messages_en_US.properties | 9 +-
8 files changed, 906 insertions(+), 694 deletions(-)
create mode 100644
engine/src/main/java/org/apache/hop/execution/caching/CacheEntry.java
create mode 100644
engine/src/main/java/org/apache/hop/execution/caching/CachingFileExecutionInfoLocation.java
copy engine/src/main/resources/org/apache/hop/execution/{local =>
caching}/messages/messages_en_US.properties (54%)