Commit Graph

16 Commits

Author SHA256 Message Date
Fridrich Strba
4423d5354e OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=31 2024-02-22 07:14:58 +00:00
Fridrich Strba
1f1ac7984f Accepting request 1147771 from home:dimstar:rpm4.20:a
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1147771
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=29
2024-02-20 11:53:41 +00:00
Fridrich Strba
b41a172016 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=27 2023-10-31 08:36:59 +00:00
Fridrich Strba
df8ca2d3c1 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=24 2019-10-07 07:24:22 +00:00
Fridrich Strba
71b5304dcf OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=22 2019-10-03 08:54:56 +00:00
Fridrich Strba
be3a89a195 Accepting request 725107 from home:pmonrealgonzalez:branches:Java:packages
- Update to 1.9.4
  * BEANUTILS-520: BeanUtils mitigate CVE-2014-0114
- Security fix: [bsc#1146657, CVE-2019-10086]
  * PropertyUtilsBean (and consequently BeanUtilsBean) now disallows class
    level property access by default, thus protecting against CVE-2014-0114.
- Fix build version in build.xml
  * Added apache-commons-beanutils-fix-build-version.patch

OBS-URL: https://build.opensuse.org/request/show/725107
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=20
2019-08-22 06:45:06 +00:00
Fridrich Strba
05a1bc446b OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=18 2018-10-23 17:31:05 +00:00
Tomáš Chvátal
a1804991bd - Fix the Source URLs to use mirrors properly
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=15
2018-09-21 07:44:37 +00:00
Tomáš Chvátal
86c2b555c6 Accepting request 636902 from home:pmonrealgonzalez:branches:Java:packages
- Updated to 1.9.3 
  * This is a bug fix release, which also improves the tests for
    building on Java 8.
  * Note that Java 8 and later no longer support indexed bean
    properties on java.util.List, only on arrays like String[].	
    (BEANUTILS-492). This affects PropertyUtils.getPropertyType()
    and PropertyUtils.getPropertyDescriptor(); their javadoc have
    therefore been updated to reflect this change in the JDK.
  * Changes in this version include:
    - Fixed Bugs: 
      * BEANUTILS-477: Changed log level in FluentPropertyBeanIntrospector
      * BEANUTILS-492: Fixed exception when setting indexed properties
          on DynaBeans.
      * BEANUTILS-470: Precision lost when converting BigDecimal.
      * BEANUTILS-465: Indexed List Setters fixed.
    - Changes:
      * 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-474: FluentPropertyBeanIntrospector does not use the
      	same naming algorithm as DefaultBeanIntrospector.
      * BEANUTILS-490: Update Java requirement from Java 5 to 6. 
      * BEANUTILS-482: Update commons-collections from 3.2.1 to 3.2.2
        (CVE-2015-4852).
      * BEANUTILS-490: Update java requirement to Java 6.
      * BEANUTILS-492: IndexedPropertyDescriptor tests now pass on Java 8. 
      * BEANUTILS-495: DateConverterTestBase fails on M/d/yy in Java 9.
      * BEANUTILS-496: testGetDescriptorInvalidBoolean fails on Java 9.
    - Historical list of changes:
      http://commons.apache.org/proper/commons-beanutils/changes-report.html
- Refreshed patch jdk9.patch for this version update

OBS-URL: https://build.opensuse.org/request/show/636902
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=14
2018-09-20 15:20:33 +00:00
Fridrich Strba
f1a09a03c2 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=12 2018-05-17 19:56:51 +00:00
Fridrich Strba
05cd986334 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=11 2018-05-15 06:06:42 +00:00
Fridrich Strba
f44840f00a Fix build with java9
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=9
2017-09-14 09:26:17 +00:00
Tomáš Chvátal
5c0009b970 Accepting request 264081 from home:posophe:branches:Java:packages
Remove java-devel dependency

OBS-URL: https://build.opensuse.org/request/show/264081
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=7
2014-12-05 07:52:49 +00:00
Tomáš Chvátal
ca3da81218 - Cleanup bit with spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=5
2014-07-08 11:36:09 +00:00
Duncan Mac-Vicar
3f178490f6 - update to 1.9.2
- CVE-2014-3540:
  'class' property is exposed, potentially leading to RCE (bnc#885963)
- for full changelog, see
  * http://commons.apache.org/proper/commons-beanutils/javadocs/v1.9.0/RELEASE-NOTES.txt
  * http://commons.apache.org/proper/commons-beanutils/javadocs/v1.9.1/RELEASE-NOTES.txt
  * http://commons.apache.org/proper/commons-beanutils/javadocs/v1.9.2/RELEASE-NOTES.txt

OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=4
2014-07-07 15:02:20 +00:00
Michal Vyskocil
41c3bfb7eb - update to 1.8.3 and rename to apache- to follow the upstream
- fixes in this release
  * memory leak in jdk5/jdk6 BEANUTILS-291, BEANUTILS-366
  * BEANUTILS-373 MethodUtils is not thread safe because WeakFastHashMap which
    uses WeakHashMap is not thread-safe
  * [BEANUTILS-371] Add constructors which have useColumnLabel parameter to
    ResultSetDynaClass and RowSetDynaClass
  * and a lot of other like NPE in BeanUtilsBean.setProperty()

- don't use icecream
- use source="1.4" and target="1.4" for build with java 1.5

- converted neededforbuild to BuildRequires

- Adjustments in the spec file.

- Current version 1.7.0 from JPackage.org

- update to version 1.7.0
- don't use icecream

- Fix prerequires of javadoc subpackage

- Initial package created with version 1.6.1 (JPackage 1.5)

OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=1
2012-04-02 13:27:15 +00:00