Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package apache-commons-beanutils for openSUSE:Factory checked in at 2025-05-30 14:38:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache-commons-beanutils (Old) and /work/SRC/openSUSE:Factory/.apache-commons-beanutils.new.25440 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-beanutils" Fri May 30 14:38:14 2025 rev:19 rq:1281179 version:1.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/apache-commons-beanutils/apache-commons-beanutils.changes 2025-03-31 11:40:54.558514846 +0200 +++ /work/SRC/openSUSE:Factory/.apache-commons-beanutils.new.25440/apache-commons-beanutils.changes 2025-05-30 17:19:54.965733802 +0200 @@ -1,0 +2,34 @@ +Thu May 29 15:56:24 UTC 2025 - Fridrich Strba <fst...@suse.com> + +- Update to 1.11.0 + * Fixed Bugs: + + BeanComparator.compare(T, T) now throws + IllegalArgumentException instead of RuntimeException to wrap + all cases of ReflectiveOperationException. + + MappedMethodReference.get() now throws IllegalStateException + instead of RuntimeException to wrap cases of + NoSuchMethodException. + + ResultSetIterator.get(String) now throws + IllegalArgumentException instead of RuntimeException to wrap + cases of SQLException. + + ResultSetIterator.hasNext() now throws IllegalStateException + instead of RuntimeException to wrap cases of SQLException. + + ResultSetIterator.next() now throws IllegalStateException + instead of RuntimeException to wrap cases of SQLException. + + ResultSetIterator.set(String, Object) now throws + IllegalArgumentException instead of RuntimeException to wrap + cases of SQLException. + + ResultSetIterator.set(String, String, Object) now throws + IllegalArgumentException instead of RuntimeException to wrap + cases of SQLException. + * Changes: + + Add org.apache.commons.beanutils + .SuppressPropertiesBeanIntrospector.SUPPRESS_DECLARING_CLASS. + Fixes bsc#1243793, CVE-2025-48734 + + Bump org.apache.commons:commons-parent from 81 to 84. + + Bump commons-logging:commons-logging from 1.3.4 to 1.3.5. +- Modified patch: + * apache-commons-beanutils-fix-build-version.patch + + make more generic and pass the version from command-line + +------------------------------------------------------------------- Old: ---- commons-beanutils-1.10.1-src.tar.gz commons-beanutils-1.10.1-src.tar.gz.asc New: ---- commons-beanutils-1.11.0-src.tar.gz commons-beanutils-1.11.0-src.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache-commons-beanutils.spec ++++++ --- /var/tmp/diff_new_pack.kVBfFm/_old 2025-05-30 17:19:55.457754167 +0200 +++ /var/tmp/diff_new_pack.kVBfFm/_new 2025-05-30 17:19:55.457754167 +0200 @@ -19,7 +19,7 @@ %define base_name beanutils %define short_name commons-%{base_name} Name: apache-commons-beanutils -Version: 1.10.1 +Version: 1.11.0 Release: 0 Summary: Utility methods for accessing and modifying the properties of JavaBeans License: Apache-2.0 @@ -68,7 +68,7 @@ %build export CLASSPATH=%(build-classpath commons-collections commons-logging) -%{ant} -Dbuild.sysclasspath=first dist +ant -Dbuild.sysclasspath=first -Dcomponent.version=%{version} dist %install # jars ++++++ apache-commons-beanutils-fix-build-version.patch ++++++ --- /var/tmp/diff_new_pack.kVBfFm/_old 2025-05-30 17:19:55.485755325 +0200 +++ /var/tmp/diff_new_pack.kVBfFm/_new 2025-05-30 17:19:55.489755491 +0200 @@ -2,12 +2,11 @@ =================================================================== --- commons-beanutils-1.9.4-src.orig/build.xml +++ commons-beanutils-1.9.4-src/build.xml -@@ -43,7 +43,7 @@ +@@ -43,7 +43,6 @@ <property name="component.title" value="Bean Introspection Utilities"/> <!-- The current version number of this component --> - <property name="component.version" value="1.9.3-SNAPSHOT"/> -+ <property name="component.version" value="1.10.1"/> <!-- The base directory for compilation targets --> <property name="build.home" value="target"/> ++++++ commons-beanutils-1.10.1-src.tar.gz -> commons-beanutils-1.11.0-src.tar.gz ++++++ ++++ 4257 lines of diff (skipped)