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 8b71166337017de403b137a0df020ffc01284c03 Merge: e2cb516a90 041d1666a4 Author: Hans Van Akelyen <[email protected]> AuthorDate: Mon May 5 22:53:39 2025 +0200 Merge pull request #5243 from mattcasters/main assemblies/plugins/pom.xml | 6 + .../metadata-types/elastic-location-type.adoc | 33 ++ .../execution-information-location.adoc | 4 + .../modules/ROOT/pages/metadata-types/index.adoc | 2 +- .../hop/execution/IExecutionInfoLocation.java | 8 + ....java => BaseCachingExecutionInfoLocation.java} | 280 +++-------- .../apache/hop/execution/caching/CacheEntry.java | 15 + .../caching/CachingFileExecutionInfoLocation.java | 499 +------------------ .../org/apache/hop/execution/caching/DatedId.java | 55 +++ .../apache/hop/execution/caching/EntrySummary.java | 65 +++ .../execution/local/FileExecutionInfoLocation.java | 5 + .../remote/RemoteExecutionInfoLocation.java | 7 + .../caching/messages/messages_en_US.properties | 1 + plugins/engines/beam/pom.xml | 37 ++ plugins/tech/{ => elastic}/pom.xml | 20 +- plugins/tech/elastic/src/assembly/assembly.xml | 49 ++ .../elastic/ElasticExecutionInfoLocation.java | 542 +++++++++++++++++++++ .../elastic/messages/messages_en_US.properties | 28 ++ .../src/main/resources/version.xml} | 25 +- .../neo4j/execution/NeoExecutionInfoLocation.java | 5 + plugins/tech/pom.xml | 1 + .../hop/ui/core/gui/GuiCompositeWidgets.java | 74 +-- .../gui/IGuiPluginCompositeButtonsListener.java | 27 + .../ui/execution/ExecutionInfoLocationEditor.java | 4 + .../execution/PipelineExecutionViewer.java | 4 + .../execution/WorkflowExecutionViewer.java | 4 + 26 files changed, 1025 insertions(+), 775 deletions(-)
