Skip to content

3.0.0-beta1

Latest
Compare
Choose a tag to compare
@ppkarwasz ppkarwasz released this 17 Sep 19:16
· 7 commits to main since this release
f824d46

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:

New components

The set of tools to integrate Log4j and Tomcat is expanded to include:

Added

  • Add parallel version of Log4jWebappClassLoader. (#46)

Changed

  • Add Tomcat JULI implementation in artifact tomcat-juli-to-log4j. (#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)