mirror of https://github.com/apache/nifi.git
NIFI-12861 Documented that JASN1Reader requires the JDK
This closes #8469 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
7e594d58dc
commit
e96201ddd1
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue