5 Commits

3 changed files with 13 additions and 38 deletions

View File

@@ -1,17 +1,3 @@
-------------------------------------------------------------------
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>
@@ -142,7 +128,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
@@ -151,22 +137,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:
@@ -215,7 +201,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,7 +16,6 @@
# #
%{?!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
@@ -33,11 +32,8 @@ BuildRequires: ant
BuildRequires: commons-collections BuildRequires: commons-collections
BuildRequires: commons-logging BuildRequires: commons-logging
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local >= 6
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,6 +1,8 @@
--- commons-beanutils-1.11.0-src/build.xml 2025-07-03 17:15:28.898719156 +0200 Index: commons-beanutils-1.9.3-src/build.xml
+++ commons-beanutils-1.11.0-src/build.xml 2025-07-03 17:19:33.455675526 +0200 ===================================================================
@@ -61,10 +61,10 @@ --- commons-beanutils-1.9.3-src.orig/build.xml
+++ commons-beanutils-1.9.3-src/build.xml
@@ -62,10 +62,10 @@
<!-- Compiler source JDK version --> <!-- Compiler source JDK version -->
@@ -13,12 +15,3 @@
<!-- 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"/>