This is an automated email from the ASF dual-hosted git repository.
markap14 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from b90a6e8 NIFI-7906 This closes #4701. Updated test case to fix a
windows-centric bug. NIFI-7906 Removed unused test code.
new 8ac8a2b NIFI-8060 Added minimal VolatileProvenanceRepository to
nifi-stateless-engine and remove dependency on nifi-volatile-provenance-repo
module
new 2b1359a NIFI-8060 Addressed review feedback
The 2 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:
.../nifi-stateless-engine/pom.xml | 9 -
.../flow/StandardStatelessDataflowFactory.java | 4 +-
.../repository/StatelessProvenanceRepository.java | 376 +++++++++++++++++++++
.../nifi-stateless-nar/pom.xml | 9 -
4 files changed, 378 insertions(+), 20 deletions(-)
create mode 100644
nifi-nar-bundles/nifi-framework-bundle/nifi-stateless-bundle/nifi-stateless-engine/src/main/java/org/apache/nifi/stateless/repository/StatelessProvenanceRepository.java