ppkarwasz commented on issue #3904:
URL: 
https://github.com/apache/logging-log4j2/issues/3904#issuecomment-3239901512

   Hi @jakub-id,
   
   Thanks for raising this. We’re aware of the dependency on 
`PropertyChangeEvent`. Since this class is part of the public API of 
`LoggerContext`, we couldn’t remove it in the 2.x line without introducing 
breaking changes.
   
   That’s why the dependency was removed in version 3.x, which now relies only 
on `java.base` (with an optional dependency on `java.xml`). We’re currently 
evaluating whether the 3.x line is ready for a stable `3.0.0` release, so it 
would be very helpful if you could try **`3.0.0-beta3`** and share your 
feedback. Most of the changes are related to the modularization of the logging 
implementation: see our [upgrade 
instructions](https://logging.apache.org/log4j/3.x/migrate-from-log4j2.html) 
for details.
   
   For context: `PropertyChangeEvent` was introduced into Log4j long before 
Java 9 and the module system were released.
   


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