This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new e96201ddd1 NIFI-12861 Documented that JASN1Reader requires the JDK
e96201ddd1 is described below

commit e96201ddd1911b5bbfa45ae3fd56336e170a9a80
Author: kapkiai <[email protected]>
AuthorDate: Mon Mar 4 18:35:56 2024 +0300

    NIFI-12861 Documented that JASN1Reader requires the JDK
    
    This closes #8469
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../src/main/java/org/apache/nifi/jasn1/JASN1Reader.java               | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/src/main/java/org/apache/nifi/jasn1/JASN1Reader.java
 
b/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/src/main/java/org/apache/nifi/jasn1/JASN1Reader.java
index 3abc06089a..a577dc3c6b 100644
--- 
a/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/src/main/java/org/apache/nifi/jasn1/JASN1Reader.java
+++ 
b/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/src/main/java/org/apache/nifi/jasn1/JASN1Reader.java
@@ -71,7 +71,8 @@ import java.util.concurrent.atomic.AtomicBoolean;
 import java.util.stream.Collectors;
 
 @Tags({"asn", "ans1", "jasn.1", "jasn1", "record", "reader", "parser"})
-@CapabilityDescription("Reads ASN.1 content and creates NiFi records.")
+@CapabilityDescription("Reads ASN.1 content and creates NiFi records. " +
+        "NOTE: ASN.1 schema preparation requires the JDK at runtime for model 
compilation.")
 public class JASN1Reader extends AbstractConfigurableComponent implements 
RecordReaderFactory {
 
     private static final PropertyDescriptor ROOT_MODEL_NAME = new 
PropertyDescriptor.Builder()

Reply via email to