8
0

11 Commits

Author SHA256 Message Date
316d66b44d Accepting request 1290526 from Java:packages
make modular

OBS-URL: https://build.opensuse.org/request/show/1290526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-beanutils?expand=0&rev=21
2025-07-06 15:13:09 +00:00
de96a6f2c1 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=42 2025-07-03 15:28:01 +00:00
cc68fb8d2e OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=41 2025-07-03 15:25:04 +00:00
6bc53247aa Accepting request 1282983 from Java:packages
sync with sle

OBS-URL: https://build.opensuse.org/request/show/1282983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-beanutils?expand=0&rev=20
2025-06-05 18:34:12 +00:00
e47ab23ea5 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=39 2025-06-05 06:41:55 +00:00
e93980f42b OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=38 2025-06-05 06:24:07 +00:00
acab2ae7d4 Accepting request 1281179 from Java:packages
bsc#1243793, CVE-2025-48734

OBS-URL: https://build.opensuse.org/request/show/1281179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-beanutils?expand=0&rev=19
2025-05-30 12:38:14 +00:00
d48b1c4ed1 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=36 2025-05-29 16:06:46 +00:00
ece037d2f7 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=35 2025-05-29 16:03:04 +00:00
261f88fcbe Accepting request 1265174 from Java:packages
Update to 1.10.1

OBS-URL: https://build.opensuse.org/request/show/1265174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-beanutils?expand=0&rev=18
2025-03-31 09:39:59 +00:00
0f05df4683 Upgrade to 1.10.1
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=33
2025-03-28 10:59:12 +00:00
3 changed files with 38 additions and 13 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jul 3 15:21:54 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Modified patch:
* jdk9.patch
+ Add Automatic-Module-Name commons.beanutils to be found
by modular artifacts
-------------------------------------------------------------------
Thu Jun 5 06:22:08 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Adapt the spec file, so that it can be used for building on
SLE12SP1 and Factory alike.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 29 15:56:24 UTC 2025 - Fridrich Strba <fstrba@suse.com> Thu May 29 15:56:24 UTC 2025 - Fridrich Strba <fstrba@suse.com>
@@ -128,7 +142,7 @@ Fri Sep 21 07:44:23 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 20 10:45:41 UTC 2018 - pmonrealgonzalez@suse.com Thu Sep 20 10:45:41 UTC 2018 - pmonrealgonzalez@suse.com
- Updated to 1.9.3 - Updated to 1.9.3
* This is a bug fix release, which also improves the tests for * This is a bug fix release, which also improves the tests for
building on Java 8. building on Java 8.
* Note that Java 8 and later no longer support indexed bean * Note that Java 8 and later no longer support indexed bean
@@ -137,22 +151,22 @@ Thu Sep 20 10:45:41 UTC 2018 - pmonrealgonzalez@suse.com
and PropertyUtils.getPropertyDescriptor(); their javadoc have and PropertyUtils.getPropertyDescriptor(); their javadoc have
therefore been updated to reflect this change in the JDK. therefore been updated to reflect this change in the JDK.
* Changes in this version include: * Changes in this version include:
- Fixed Bugs: - Fixed Bugs:
* BEANUTILS-477: Changed log level in FluentPropertyBeanIntrospector * BEANUTILS-477: Changed log level in FluentPropertyBeanIntrospector
* BEANUTILS-492: Fixed exception when setting indexed properties * BEANUTILS-492: Fixed exception when setting indexed properties
on DynaBeans. on DynaBeans.
* BEANUTILS-470: Precision lost when converting BigDecimal. * BEANUTILS-470: Precision lost when converting BigDecimal.
* BEANUTILS-465: Indexed List Setters fixed. * BEANUTILS-465: Indexed List Setters fixed.
- Changes: - Changes:
* BEANUTILS-433: Update dependency from JUnit 3.8.1 to 4.12. * BEANUTILS-433: Update dependency from JUnit 3.8.1 to 4.12.
* BEANUTILS-469: Update commons-logging from 1.1.1 to 1.2. * BEANUTILS-469: Update commons-logging from 1.1.1 to 1.2.
* BEANUTILS-474: FluentPropertyBeanIntrospector does not use the * BEANUTILS-474: FluentPropertyBeanIntrospector does not use the
same naming algorithm as DefaultBeanIntrospector. same naming algorithm as DefaultBeanIntrospector.
* BEANUTILS-490: Update Java requirement from Java 5 to 6. * BEANUTILS-490: Update Java requirement from Java 5 to 6.
* BEANUTILS-482: Update commons-collections from 3.2.1 to 3.2.2 * BEANUTILS-482: Update commons-collections from 3.2.1 to 3.2.2
(CVE-2015-4852). (CVE-2015-4852).
* BEANUTILS-490: Update java requirement to Java 6. * BEANUTILS-490: Update java requirement to Java 6.
* BEANUTILS-492: IndexedPropertyDescriptor tests now pass on Java 8. * BEANUTILS-492: IndexedPropertyDescriptor tests now pass on Java 8.
* BEANUTILS-495: DateConverterTestBase fails on M/d/yy in Java 9. * BEANUTILS-495: DateConverterTestBase fails on M/d/yy in Java 9.
* BEANUTILS-496: testGetDescriptorInvalidBoolean fails on Java 9. * BEANUTILS-496: testGetDescriptorInvalidBoolean fails on Java 9.
- Historical list of changes: - Historical list of changes:
@@ -201,7 +215,7 @@ Mon Jul 7 08:04:04 UTC 2014 - dmacvicar@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 2 13:23:15 UTC 2012 - mvyskocil@suse.cz Mon Apr 2 13:23:15 UTC 2012 - mvyskocil@suse.cz
- update to 1.8.3 and rename to apache- to follow the upstream - update to 1.8.3 and rename to apache- to follow the upstream
- fixes in this release - fixes in this release
* memory leak in jdk5/jdk6 BEANUTILS-291, BEANUTILS-366 * memory leak in jdk5/jdk6 BEANUTILS-291, BEANUTILS-366
* BEANUTILS-373 MethodUtils is not thread safe because WeakFastHashMap which * BEANUTILS-373 MethodUtils is not thread safe because WeakFastHashMap which

View File

@@ -16,6 +16,7 @@
# #
%{?!mvn_install_pom:%global mvn_install_pom install -pm 0644}
%define base_name beanutils %define base_name beanutils
%define short_name commons-%{base_name} %define short_name commons-%{base_name}
Name: apache-commons-beanutils Name: apache-commons-beanutils
@@ -32,8 +33,11 @@ BuildRequires: ant
BuildRequires: commons-collections BuildRequires: commons-collections
BuildRequires: commons-logging BuildRequires: commons-logging
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: javapackages-local >= 6 BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-local
BuildRequires: xml-commons-apis BuildRequires: xml-commons-apis
Requires: commons-collections >= 2.0
Requires: commons-logging >= 1.0
Provides: %{short_name} = %{version}-%{release} Provides: %{short_name} = %{version}-%{release}
Obsoletes: %{short_name} < %{version}-%{release} Obsoletes: %{short_name} < %{version}-%{release}
Provides: jakarta-%{short_name} = %{version}-%{release} Provides: jakarta-%{short_name} = %{version}-%{release}

View File

@@ -1,8 +1,6 @@
Index: commons-beanutils-1.9.3-src/build.xml --- commons-beanutils-1.11.0-src/build.xml 2025-07-03 17:15:28.898719156 +0200
=================================================================== +++ commons-beanutils-1.11.0-src/build.xml 2025-07-03 17:19:33.455675526 +0200
--- commons-beanutils-1.9.3-src.orig/build.xml @@ -61,10 +61,10 @@
+++ commons-beanutils-1.9.3-src/build.xml
@@ -62,10 +62,10 @@
<!-- Compiler source JDK version --> <!-- Compiler source JDK version -->
@@ -15,3 +13,12 @@ Index: commons-beanutils-1.9.3-src/build.xml
<!-- Should Java compilations set the 'debug' compiler option? --> <!-- Should Java compilations set the 'debug' compiler option? -->
<property name="compile.debug" value="true"/> <property name="compile.debug" value="true"/>
@@ -228,7 +228,7 @@
<jar jarfile="${dist.home}/commons-beanutils-${component.version}.jar">
<manifest>
- <attribute name="Built-By" value="${user.name}"/>
+ <attribute name="Automatic-Module-Name" value="commons.beanutils"/>
<attribute name="Specification-Title" value="Commons BeanUtils"/>
<attribute name="Specification-Version" value="${component.version}"/>
<attribute name="Specification-Vendor" value="The Apache Software Foundation"/>