You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2023/02/22 13:53:17 UTC

[nifi] branch support/nifi-1.x updated: Revert "NIFI-11200 - Upgrade aspectj to 1.9.19"

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

exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new eece11944c Revert "NIFI-11200 - Upgrade aspectj to 1.9.19"
eece11944c is described below

commit eece11944c2fa708a5376dde8f5dc1c3e660c13d
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Wed Feb 22 07:51:58 2023 -0600

    Revert "NIFI-11200 - Upgrade aspectj to 1.9.19"
    
    AspectJ 1.9.19 is not compatible with Java 8
    
    This reverts commit 88813081e427b2ad7230c48f7ded55209f72fe14.
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ce9abb9b2d..689c736cf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
         <hadoop.version>3.3.4</hadoop.version>
         <ozone.version>1.2.1</ozone.version>
         <gcs.version>2.1.5</gcs.version>
-        <aspectj.version>1.9.19</aspectj.version>
+        <aspectj.version>1.9.6</aspectj.version>
         <jersey.bom.version>2.36</jersey.bom.version>
         <log4j2.version>2.18.0</log4j2.version>
         <logback.version>1.3.5</logback.version>