logging-log4j2
logging-log4j2 copied to clipboard
Apache Log4j 2 is a versatile, feature-rich, efficient logging API and backend for Java.
Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.9.3 to 4.9.4. Release notes Sourced from com.github.spotbugs:spotbugs-annotations's releases. SpotBugs 4.9.4 CHANGELOG Changed AnnotationMatcher can now ignore bugs if annotation is also applied on methods or fields....
Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.14.0 to 1.14.1. Changelog Sourced from org.apache.commons:commons-csv's changelog. Apache Commons CSV 1.14.1 Release Notes The Apache Commons CSV team is pleased to announce the release of Apache...
Bumps [org.eclipse.platform:org.eclipse.osgi](https://github.com/eclipse-equinox/equinox) from 3.23.100 to 3.23.200. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
Bumps [org.jmdns:jmdns](https://github.com/jmdns/jmdns) from 3.6.1 to 3.6.2. Release notes Sourced from org.jmdns:jmdns's releases. v3.6.2 What's Changed Check for null in JmmDNS.Factory.close by @ZacharyPeltzer-Zoetis in jmdns/jmdns#340 fix checking of unicast or multicast...
Bumps org.eclipse.jetty:jetty-util from 9.4.57.v20241219 to 9.4.58.v20250814. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps [org.mockito:mockito-bom](https://github.com/mockito/mockito) from 5.18.0 to 5.19.0. Release notes Sourced from org.mockito:mockito-bom's releases. v5.19.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.19.0 2025-08-15 - 37 commit(s) by Adrian-Kim, Tim van der...
Problem ConfigurationScheduler.scheduleWithCron created a CronRunnable, scheduled it, and only afterwards assigned its CronScheduledFuture. Under fast-firing cron expressions the runnable could execute before its future was set, causing a NullPointerException when...
## Description The `ThrowableStackTraceRenderer` class in Log4j 2.25.1 throws `ArrayIndexOutOfBoundsException` when rendering exception chains containing multiple exceptions with custom `equals()` methods that compare by message content rather than object identity....
Bumps org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
- Introduced `TlsConfiguration` interface - Defaulted `verifyHostname` to `true` - Repurposed `Http.verifyHostname` as a toggle for backward compatibility Related to #2792