ppkarwasz commented on code in PR #2120:
URL: https://github.com/apache/logging-log4j2/pull/2120#discussion_r1434073255


##########
log4j-core/pom.xml:
##########
@@ -66,15 +66,16 @@
       <!-- Remove `transitive` from optional dependencies -->
       com.fasterxml.jackson.annotation;transitive=false,
       com.lmax.disruptor;transitive=false,
-      com.fasterxml.jackson.core;substitute="jackson-core";transitive=false,
-      
com.fasterxml.jackson.databind;substitute="jackson-databind";transitive=false,
-      
com.fasterxml.jackson.dataformat.xml;substitute="jackson-dataformat-xml";transitive=false,
-      
com.fasterxml.jackson.dataformat.yaml;substitute="jackson-dataformat-yaml";transitive=false,
+      com.fasterxml.jackson.core;transitive=false,
+      com.fasterxml.jackson.databind;transitive=false,
+      com.fasterxml.jackson.dataformat.xml;transitive=false,
+      com.fasterxml.jackson.dataformat.yaml;transitive=false,
       java.naming;transitive=false,
       org.apache.commons.csv;transitive=false,
       org.fusesource.jansi;transitive=false,
+      <!-- Newer versions have a module descriptor -->
+      
com.conversantmedia.disruptor;substitute="disruptor";transitive=false;static=true,

Review Comment:
   Good question!
   
   In `2.x` we are stuck with `com.conversant:disruptor:1.2.15`, which is the 
last version that runs on JRE 8. In the 1.2.16 **patch** release, Conversant:
   
    - bumped the required JRE version to 9,
    - added a JPMS module descriptor.
   
   Therefore I assume that all the users that use Conversant Media Disruptor 
and JPMS, will use version 1.2.16+.



-- 
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]

Reply via email to