This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
from 86acde2fe2 NIFI-10750 Move C2NiFiClientService to minifi-framework
add 19658df52b NIFI-10675 Corrected SSL support in Neo4j V4 Cypher Service
No new revisions were added by this update.
Summary of changes:
.../nifi-graph-processors/pom.xml | 4 +
.../nifi-neo4j-3-cypher-service/pom.xml | 8 +
.../apache/nifi/graph/ITNeo4JCypher3Executor.java | 27 ++-
.../nifi-neo4j-cypher-service/pom.xml | 23 ++-
.../nifi/graph/Neo4JCypherClientService.java | 68 ++++----
.../nifi/graph/ITNeo4JCypherClientServiceSSL.java | 183 +++++++++++++++++++++
...ecutor.java => ITNeo4JCypherExecutorNoSSL.java} | 20 ++-
pom.xml | 12 ++
8 files changed, 298 insertions(+), 47 deletions(-)
create mode 100644
nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/src/test/java/org/apache/nifi/graph/ITNeo4JCypherClientServiceSSL.java
rename
nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/src/test/java/org/apache/nifi/graph/{ITNeo4JCypherExecutor.java
=> ITNeo4JCypherExecutorNoSSL.java} (88%)