NIFI-12861 Documented that JASN1Reader requires the JDK

This closes #8469

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
kapkiai 2024-03-04 18:35:56 +03:00 committed by exceptionfactory
parent 7e594d58dc
commit e96201ddd1
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -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()