svn commit: r1632963 - /commons/sandbox/beanutils2/trunk/pom.xml

2014-10-19 Thread britter
Author: britter Date: Sun Oct 19 18:07:49 2014 New Revision: 1632963 URL: http://svn.apache.org/r1632963 Log: Update to latest commons parent pom Modified: commons/sandbox/beanutils2/trunk/pom.xml Modified: commons/sandbox/beanutils2/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/s

svn commit: r1632962 - in /commons/sandbox/beanutils2/trunk/src: main/java/org/apache/commons/beanutils2/DefaultIndexedPropertyGetterAccessor.java test/java/org/apache/commons/beanutils2/GetIndexedPro

2014-10-19 Thread britter
Author: britter Date: Sun Oct 19 18:02:20 2014 New Revision: 1632962 URL: http://svn.apache.org/r1632962 Log: Use NullObject pattern when indexed properties return null Modified: commons/sandbox/beanutils2/trunk/src/main/java/org/apache/commons/beanutils2/DefaultIndexedPropertyGetterAccessor

svn commit: r1632960 - in /commons/sandbox/beanutils2/trunk/src: changes/ main/java/org/apache/commons/beanutils2/ test/java/org/apache/commons/beanutils2/

2014-10-19 Thread britter
Author: britter Date: Sun Oct 19 17:50:51 2014 New Revision: 1632960 URL: http://svn.apache.org/r1632960 Log: SANDBOX-475: BeanUtils and Maps Added: commons/sandbox/beanutils2/trunk/src/main/java/org/apache/commons/beanutils2/BeanAccessorFactory.java (with props) commons/sandbox/bean

svn commit: r1632904 - in /commons/proper/collections/trunk/src: changes/changes.xml main/java/org/apache/commons/collections4/bag/CollectionBag.java

2014-10-19 Thread tn
Author: tn Date: Sun Oct 19 12:44:34 2014 New Revision: 1632904 URL: http://svn.apache.org/r1632904 Log: [COLLECTIONS-534] Added clarifiying comment about performance to CollectionBag.retainAll. Thanks to Oswaldo Olivo. Modified: commons/proper/collections/trunk/src/changes/changes.xml

svn commit: r1632886 - in /commons/proper/collections/trunk/src: changes/changes.xml main/java/org/apache/commons/collections4/keyvalue/MultiKey.java

2014-10-19 Thread britter
Author: britter Date: Sun Oct 19 10:10:45 2014 New Revision: 1632886 URL: http://svn.apache.org/r1632886 Log: COLLECTIONS-535: Clarify JavaDoc of MultiKey getKey() and size(). This closes #4 from github. Thanks to Alexander Kjäll Modified: commons/proper/collections/trunk/src/changes/changes

svn commit: r1632879 - in /commons/proper/imaging/trunk/src: changes/changes.xml main/java/org/apache/commons/imaging/formats/tiff/constants/ExifTagConstants.java

2014-10-19 Thread damjan
Author: damjan Date: Sun Oct 19 07:22:09 2014 New Revision: 1632879 URL: http://svn.apache.org/r1632879 Log: Fix lengths for some EXIF tags, to allow setting EXIF_TAG_EXIF_VERSION properly. Jira issue key: IMAGING-137 Modified: commons/proper/imaging/trunk/src/changes/changes.xml commo

svn commit: r1632877 - in /commons/proper/imaging/trunk: pom.xml src/changes/changes.xml src/main/java/org/apache/commons/imaging/formats/jpeg/exif/ExifRewriter.java

2014-10-19 Thread damjan
Author: damjan Date: Sun Oct 19 07:03:08 2014 New Revision: 1632877 URL: http://svn.apache.org/r1632877 Log: Fixed "ExifReWriter always writes EXIF segment before JFIF segment." Jira issue key: IMAGING-140 Submitted by: Gavin Shiels Modified: commons/proper/imaging/trunk/pom.xml common