jakub-id opened a new issue, #3904:
URL: https://github.com/apache/logging-log4j2/issues/3904

   When using log4j2 2.50.0 in a backend vert.x application running on a custom 
JRE created via `jlink` it's necessary to include the `java.desktop` module 
otherwise the following exception is thrown during log4j initialization:
   
   ```
   Exception in thread "main" java.lang.NoClassDefFoundError: 
java/beans/PropertyChangeEvent
   ```
   
   Please consider making dependency on java.beans (part of java.desktop) 
optional or allow exclusion via maven. java.desktop is the second biggest 
standard module after java.base and it should not be required to include it in 
backend applications.


-- 
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: notifications-unsubscr...@logging.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to