Skip to content

Fix two log4j conflicts to restore functionality of apache module

Levi Remington requested to merge local-log4j-fix-lr into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [YES/NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [YES/NO]

What is the current behavior?

Apache module fails to run. Throws message: Logging system failed to initialize using configuration from 'null'

What is the new/expected behavior?

Fix two log4j conflicts to restore functionality of apache module

  • Conflicting logback and log4j in classpath
  • ClassNotFound for 2.17* log4j versions from spring boot 3.2.2

Have you added/updated Unit Tests and Integration Tests?

Any other useful information

Merge request reports