-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java 21 error with LMAX #1962
Comments
Might be related to #1829. |
This might show up elsewhere in Log4j, actually, so it's not entirely solved by an LMAX upgrade here. This issue can be expanded to any other Update: only other place is in |
hi @jvz , app is quite simple: package reproduce;
and this is the config file.
this throws Caused by: java.lang.ClassNotFoundException: com.lmax.disruptor.EventHandler but does not seem to be the same problem. |
The trigger for this particular issue is that somewhere in LMAX, it uses |
Version 4.0.0 should run without problems (once we add support for 4.x). |
Description
While using amazon correto 21 and running the following line:
final static Logger logger = LogManager.getLogger();
I guess it is related to LMAX...
Configuration
Version: 2.21
Operating system: Linux
JDK: correto 21
Logs
The text was updated successfully, but these errors were encountered: