Release notes
3.0.0-beta1
- Release date
-
2024-09-17
This release constitutes a major rework of the initial release.
Since the Tomcat Log4j Core lookup and Tomcat Classloader need to be in different classloaders, the log4j-tomcat
is split in two parts:
-
the Tomcat Lookup is left in the
log4j-tomcat
artifact. -
the Tomcat classloaders are moved to a new
tomcat-log4j
artifact.
Added
-
Add parallel version of
Log4jWebappClassLoader
. (#46)
Changed
-
Add Tomcat JULI implementation in a new
tomcat-juli-to-log4j
artifact. (#101) -
Add a context data provider to fill the "engine.name", "host.name" and "context.name" context entries. (#103)
-
Add context selector based on Tomcat’s thread context classloaders. (#105)
-
Split Tomcat classloaders into a new
tomcat-log4j
artifact. (#80)