joewitt commented on code in PR #8104:
URL: https://github.com/apache/nifi/pull/8104#discussion_r1414400437
##########
nifi-assembly/pom.xml:
##########
@@ -906,11 +918,6 @@ language governing permissions and limitations under the
License. -->
<version>2.0.0-SNAPSHOT</version>
<type>nar</type>
</dependency>
- <!-- AspectJ library needed by the Java Agent used for native library
loading (see bootstrap.conf) -->
Review Comment:
@exceptionfactory I think we need to keep the aspectj references here and
all others below as that is how our native lib loading mechanism works and that
is a powerful/key feature for any nars that might need to load native libs and
still benefit from classloader isolation even in the event of native libs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]