generated from HIRO-MicroDataCenters-BV/template-web-service
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update custome processor matching NiFi1.12.1
- Loading branch information
Showing
102 changed files
with
592 additions
and
1,039 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
server/custom/jsonld-processor/nifi-jsonld-nar/target/META-INF/docs/extension-manifest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<extensionManifest><groupId>com.dell.glaciation</groupId><artifactId>nifi-jsonld-nar</artifactId><version>2.0.0-M2</version><parentNar><groupId>org.apache.nifi</groupId><artifactId>nifi-standard-services-api-nar</artifactId><version>2.0.0-M2</version></parentNar><systemApiVersion>2.0.0-M2</systemApiVersion><buildInfo><tag>nifi-2.0.0-M2-RC4</tag></buildInfo><extensions><extension><name>com.dell.glaciation.processors.jsonld.Semantification</name><type>PROCESSOR</type><description>Semantification and write to the Jena Fuseki</description><tags><tag>semantification</tag></tags><properties><property><name>DESTINATION</name><displayName>SPARQL endpoint destination</displayName><description>URL of the SPARQL endpoint destination with graph, e.g., ds</description><required>true</required><sensitive>false</sensitive><expressionLanguageSupported>false</expressionLanguageSupported><expressionLanguageScope>NONE</expressionLanguageScope><dynamicallyModifiesClasspath>false</dynamicallyModifiesClasspath><dynamic>false</dynamic></property><property><name>GSP_ENDPOINT</name><displayName>GSP endpoint</displayName><description>GSP endpoint of the SPARQL destination</description><required>true</required><sensitive>false</sensitive><expressionLanguageSupported>false</expressionLanguageSupported><expressionLanguageScope>NONE</expressionLanguageScope><dynamicallyModifiesClasspath>false</dynamicallyModifiesClasspath><dynamic>false</dynamic></property></properties><relationships><relationship><name>Failure</name><description>Example relationship</description><autoTerminated>false</autoTerminated></relationship><relationship><name>Success</name><description>Example relationship</description><autoTerminated>false</autoTerminated></relationship></relationships><readsAttributes><readsAttribute><name></name><description></description></readsAttribute></readsAttributes><writesAttributes><writesAttribute><name></name><description></description></writesAttribute></writesAttributes><seeAlso></seeAlso></extension></extensions></extensionManifest> | ||
<extensionManifest><systemApiVersion>1.12.1</systemApiVersion><extensions><extension><name>com.dell.glaciation.processors.jsonld.Semantification</name><type>PROCESSOR</type><deprecationNotice/><description>Semantification and write to the Jena Fuseki</description><tags><tag>semantification</tag></tags><properties><property><name>DESTINATION</name><displayName>SPARQL endpoint destination</displayName><description>URL of the SPARQL endpoint destination with graph, e.g., ds</description><defaultValue></defaultValue><allowableValues></allowableValues><required>true</required><sensitive>false</sensitive><expressionLanguageSupported>false</expressionLanguageSupported><expressionLanguageScope>NONE</expressionLanguageScope><dynamicallyModifiesClasspath>false</dynamicallyModifiesClasspath><dynamic>false</dynamic></property><property><name>GSP_ENDPOINT</name><displayName>GSP endpoint</displayName><description>GSP endpoint of the SPARQL destination</description><defaultValue></defaultValue><allowableValues></allowableValues><required>true</required><sensitive>false</sensitive><expressionLanguageSupported>false</expressionLanguageSupported><expressionLanguageScope>NONE</expressionLanguageScope><dynamicallyModifiesClasspath>false</dynamicallyModifiesClasspath><dynamic>false</dynamic></property></properties><dynamicProperties></dynamicProperties><relationships><relationship><name>Failure</name><description>Example relationship</description><autoTerminated>false</autoTerminated></relationship><relationship><name>Success</name><description>Example relationship</description><autoTerminated>false</autoTerminated></relationship></relationships><dynamicRelationship></dynamicRelationship><readsAttributes><readsAttribute><name></name><description></description></readsAttribute></readsAttributes><writesAttributes><writesAttribute><name></name><description></description></writesAttribute></writesAttributes><stateful></stateful><restricted></restricted><inputRequirement></inputRequirement><systemResourceConsiderations></systemResourceConsiderations><seeAlso></seeAlso></extension></extensions></extensionManifest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.