Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package log4j for openSUSE:Factory checked in at 2026-07-23 23:15:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/log4j (Old) and /work/SRC/openSUSE:Factory/.log4j.new.2004 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "log4j" Thu Jul 23 23:15:49 2026 rev:48 rq:1367455 version:2.26.1 Changes: -------- --- /work/SRC/openSUSE:Factory/log4j/log4j.changes 2026-06-17 16:19:23.029735862 +0200 +++ /work/SRC/openSUSE:Factory/.log4j.new.2004/log4j.changes 2026-07-23 23:18:27.185407084 +0200 @@ -1,0 +2,26 @@ +Thu Jul 23 11:56:59 UTC 2026 - Fridrich Strba <[email protected]> + +- Upgrade to 2.26.1 + * Changed + + Improve logging for LinkageError scenarios involving the LMAX + Disruptor library + * Fixed + + Fix the createOnDemand behavior of RollingFileAppender to + correctly defer file and directory creation until the first + log event, while preserving eager creation when disabled + + Improve documentation for locale handling in the Pattern + Layout date pattern converter + + Fix handling of non-finite numbers while encoding MapMessage + to JSON + + Fix encoding of MSGID and SD-ID fields of + StructuredDataMessage to XML + + Fix stack trace rendering for exceptions with identity + malfunction (e.g., colliding equals() and/or hashCode() + implementations) + + Fix resource leaks in ConfigurationSource when loading + configuration via URL fails + + Fix KafkaAppender reporting error to error handler even after + a successful retry +- Generate META-INF/services files using bnd-maven-plugin + +------------------------------------------------------------------- Old: ---- apache-log4j-2.26.0-src.zip apache-log4j-2.26.0-src.zip.asc New: ---- apache-log4j-2.26.1-src.zip apache-log4j-2.26.1-src.zip.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ log4j.spec ++++++ --- /var/tmp/diff_new_pack.IAjRWu/_old 2026-07-23 23:18:28.029437263 +0200 +++ /var/tmp/diff_new_pack.IAjRWu/_new 2026-07-23 23:18:28.029437263 +0200 @@ -21,7 +21,7 @@ %define __requires_exclude java-headless %bcond_without extra_modules Name: log4j -Version: 2.26.0 +Version: 2.26.1 Release: 0 Summary: Java logging package License: Apache-2.0 @@ -34,6 +34,7 @@ BuildRequires: maven-local BuildRequires: unzip BuildRequires: mvn(biz.aQute.bnd:biz.aQute.bnd.annotation) +BuildRequires: mvn(biz.aQute.bnd:bnd-maven-plugin) BuildRequires: mvn(com.fasterxml.jackson.core:jackson-annotations) BuildRequires: mvn(com.fasterxml.jackson.dataformat:jackson-dataformat-xml) BuildRequires: mvn(com.lmax:disruptor) @@ -227,6 +228,21 @@ %pom_remove_dep org.eclipse.angus:angus-activation log4j-jakarta-smtp %pom_remove_dep org.eclipse.angus:jakarta.mail log4j-jakarta-smtp +%pom_add_plugin biz.aQute.bnd:bnd-maven-plugin:6.4.1 log4j-parent ' + <executions> + <execution> + <goals> + <goal>bnd-process</goal> + </goals> + </execution> + </executions> + <configuration> + <bnd><![CDATA[ + # Enable automatic META-INF/services generation from SPI annotations + -serviceloader: * + ]]></bnd> + </configuration>' + %if %{?pkg_vcmp:%pkg_vcmp slf4j >= 2}%{!?pkg_vcmp:0} %pom_disable_module %{name}-slf4j-impl %{mvn_alias} :%{name}-slf4j2-impl :%{name}-slf4j-impl ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.IAjRWu/_old 2026-07-23 23:18:28.069438693 +0200 +++ /var/tmp/diff_new_pack.IAjRWu/_new 2026-07-23 23:18:28.073438836 +0200 @@ -1,6 +1,6 @@ -mtime: 1781621999 -commit: 2d54d4bef3b5ac43bfc2979e1c352c5943df8bb1a699de60c4a44c3f8572f515 +mtime: 1784809721 +commit: 784fdfd063737ebd3de5a911a319ecca3399b580be8ce70ceb7cd8eeec5aa679 url: https://src.opensuse.org/java-packages/log4j -revision: 2d54d4bef3b5ac43bfc2979e1c352c5943df8bb1a699de60c4a44c3f8572f515 +revision: 784fdfd063737ebd3de5a911a319ecca3399b580be8ce70ceb7cd8eeec5aa679 projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj ++++++ apache-log4j-2.26.0-src.zip -> apache-log4j-2.26.1-src.zip ++++++ /work/SRC/openSUSE:Factory/log4j/apache-log4j-2.26.0-src.zip /work/SRC/openSUSE:Factory/.log4j.new.2004/apache-log4j-2.26.1-src.zip differ: char 11, line 1 ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-07-23 14:28:41.000000000 +0200 @@ -0,0 +1 @@ +.osc
