Github user ottobackwards commented on the issue:
https://github.com/apache/metron/pull/530
```bash
.
âââ java
â  âââ org
â  âââ apache
â  âââ metron
â  âââ bundles
â  â  âââ AbstractFoo.java -> CREATED ->
replaces Nifi abstract class AbstractProcessor
â  â  âââ
BundleThreadContextClassLoaderTest.java -> MOVED from
/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils/src/test/java/org/apache/nifi/nar/NarThreadContextClassLoaderTest.java
â  â  âââ BundleUnpackerTest.java ->MOVED from
/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils/src/test/java/org/apache/nifi/nar/NarUnpackerTest.java
â  â  âââ BundleUtilTest.java -> RENAMED
NarBundleUtilTest.java
â  â  âââ ExtensionClassInitializerTest.java ->
CREATED
â  â  âââ integration
â  â  â  âââ
BundleUnpackerIntegrationTest.java -> CREATED -> version of Unpacker test, but
against HDFS
â  â  âââ util
â  â  âââ TestUtil.java -> CREATED
â  âââ parsers
â  âââ interfaces
â  âââ MessageParser.java -> CREATED, for
matching classes in test bundles
âââ resources
âââ BundleUnpacker -> Properties and bundles to validate loading
and mapping
â  âââ conf
â  â  âââ bundle.properties
â  âââ lib
â  â  âââ metron-parser-bar-bundle-0.4.1.bundle
â  âââ lib2
â  âââ metron-parser-foo-bundle-0.4.1.bundle
âââ META-INF
â  âââ services
â  âââ org.apache.metron.bundles.AbstractFoo
âââ bundle.properties
âââ utils-bundles -> MANIFESTS to test reading and parsing
âââ bundle-with-versioning
â  âââ META-INF
â  âââ MANIFEST.MF
âââ bundle-without-dependency
â  âââ META-INF
â  âââ MANIFEST.MF
âââ bundle-without-versioning
âââ META-INF
âââ MANIFEST.MF
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---