Details
-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
Description
Currently, conditional support (use of <if> in configuration) requires the inclusion of the Janino libraries. Certain security-sensitive industries do not allow such libraries present at runtime (see also LOGBACK-623).
Proposal: Use alternative JavaScript evalutation of conditions. This removes the need for the additional Janino library. This should be an "opt-in" feature, e.g. activated by a switch on the <configuration> element.