79186498

Date: 2024-11-13 20:13:45
Score: 2
Natty:
Report link

I actually found the fix for it.

It seems to be a known issue in Janino's dependency end.

In order to make this work, it is need to adjust the MANIFEST.MF in both janino and commons-compiler adding the following line:

DynamicImport-Package: ch.qos.logback.*,org.slf4j

References:

https://github.com/qos-ch/logback-contrib/pull/29/files

https://github.com/qos-ch/logback-contrib/issues/28

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: skrenato