changes.xml (apache-log4j-2.12.3-src) | : | changes.xml (apache-log4j-2.12.4-src) | ||
---|---|---|---|---|
skipping to change at line 32 | skipping to change at line 32 | |||
<title>Changes</title> | <title>Changes</title> | |||
</properties> | </properties> | |||
<body> | <body> | |||
<!-- NOTE: the text node in an action element is interpreted as Markdown in the release notes! --> | <!-- NOTE: the text node in an action element is interpreted as Markdown in the release notes! --> | |||
<!-- The "type" attribute can have the following values: | <!-- The "type" attribute can have the following values: | |||
- "add" - New Feature | - "add" - New Feature | |||
- "fix" - Fixed Bug | - "fix" - Fixed Bug | |||
- "update" - Change | - "update" - Change | |||
- "remove" - Removed | - "remove" - Removed | |||
--> | --> | |||
<release version="2.12.4" date="2021-12-28" description="GA Release 2.12.4"> | ||||
<action issue="LOG4J2-3293" dev="ggregory" type="fix"> | ||||
JdbcAppender now uses JndiManager to access JNDI resources. JNDI is only | ||||
enabled when system property | ||||
log4j2.enableJndiJdbc is set to true. | ||||
</action> | ||||
</release> | ||||
<release version="2.12.3" date="2021-12-dd" description="GA Release 2.12.3"> | <release version="2.12.3" date="2021-12-dd" description="GA Release 2.12.3"> | |||
<action issue="LOG4J2-3230" dev="ckozak" type="fix"> | <action issue="LOG4J2-3230" dev="ckozak" type="fix"> | |||
Fix string substitution recursion. | Fix string substitution recursion. | |||
</action> | </action> | |||
<action issue="LOG4J2-2819" dev="mattsicker" type="update"> | <action issue="LOG4J2-2819" dev="mattsicker" type="update"> | |||
Add support for specifying an SSL configuration for SmtpAppender. | Add support for specifying an SSL configuration for SmtpAppender. | |||
</action> | </action> | |||
<action issue="LOG4J2-3242" dev="ggregory" type="update"> | <action issue="LOG4J2-3242" dev="ggregory" type="update"> | |||
Rename JNDI enablement property from 'log4j2.enableJndi' | Rename JNDI enablement property from 'log4j2.enableJndi' | |||
to 'log4j2.enableJndiLookup', 'log4j2.enableJndiJms', and | to 'log4j2.enableJndiLookup', 'log4j2.enableJndiJms', and | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 7 lines changed or added |