svn commit: r1535290 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/NormalDistribution.java

2013-10-23 Thread luc
Author: luc Date: Thu Oct 24 06:58:32 2013 New Revision: 1535290 URL: http://svn.apache.org/r1535290 Log: Removed tab. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/NormalDistribution.java Modified: commons/proper/math/trunk/src/main/java/org/apach

svn commit: r1535255 - /commons/proper/vfs/trunk/src/changes/changes.xml

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 01:14:49 2013 New Revision: 1535255 URL: http://svn.apache.org/r1535255 Log: [VFS-496] Resource translation issues. Apply patch for message typos from https://github.com/apache/commons-vfs/pull/4.diff. Modified: commons/proper/vfs/trunk/src/changes/changes.x

svn commit: r1535253 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/Resources.properties

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 01:10:43 2013 New Revision: 1535253 URL: http://svn.apache.org/r1535253 Log: Apply patch for message typos from https://github.com/apache/commons-vfs/pull/4.diff. Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/Resources.proper

svn commit: r1535250 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/xpm/XpmImageParser.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:51:06 2013 New Revision: 1535250 URL: http://svn.apache.org/r1535250 Log: - The static method createInterleavedRaster(int, int, int, int, Point) from the type Raster should be accessed directly. - The static method createPackedRaster(int, int, int, int[], Poin

svn commit: r1535249 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/xbm/XbmImageParser.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:50:11 2013 New Revision: 1535249 URL: http://svn.apache.org/r1535249 Log: The static method createPackedRaster(DataBuffer, int, int, int, Point) from the type Raster should be accessed directly. Modified: commons/proper/imaging/trunk/src/main/java/org/ap

svn commit: r1535248 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/wbmp/WbmpImageParser.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:49:26 2013 New Revision: 1535248 URL: http://svn.apache.org/r1535248 Log: The static method createPackedRaster(DataBuffer, int, int, int, Point) from the type Raster should be accessed directly. Modified: commons/proper/imaging/trunk/src/main/java/org/ap

svn commit: r1535247 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSShort.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:48:58 2013 New Revision: 1535247 URL: http://svn.apache.org/r1535247 Log: The declared exception ImageWriteException is not actually thrown by the method encodeValue(ByteOrder, short...) from type TagInfoSShort. Modified: commons/proper/imaging/trunk/src

svn commit: r1535243 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoFloat.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:36:21 2013 New Revision: 1535243 URL: http://svn.apache.org/r1535243 Log: The declared exception ImageWriteException is not actually thrown by the method encodeValue(ByteOrder, float...) from type TagInfoFloat. Modified: commons/proper/imaging/trunk/src/

svn commit: r1535244 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSLong.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:36:49 2013 New Revision: 1535244 URL: http://svn.apache.org/r1535244 Log: The declared exception ImageWriteException is not actually thrown by the method encodeValue(ByteOrder, int...) from type TagInfoSLong. Modified: commons/proper/imaging/trunk/src/ma

svn commit: r1535241 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoDouble.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:35:44 2013 New Revision: 1535241 URL: http://svn.apache.org/r1535241 Log: The declared exception ImageWriteException is not actually thrown by the method encodeValue(ByteOrder, double...) from type TagInfoDouble. Modified: commons/proper/imaging/trunk/sr

svn commit: r1535242 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoFloat.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:36:09 2013 New Revision: 1535242 URL: http://svn.apache.org/r1535242 Log: The declared exception ImageWriteException is not actually thrown by the method encodeValue(ByteOrder, float...) from type TagInfoFloat. Modified: commons/proper/imaging/trunk/src/

svn commit: r1535240 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfo.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:35:14 2013 New Revision: 1535240 URL: http://svn.apache.org/r1535240 Log: Inline unused lvar. Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfo.java Modified: commons/proper/imaging/trunk/src/m

svn commit: r1535239 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfo.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:34:51 2013 New Revision: 1535239 URL: http://svn.apache.org/r1535239 Log: Start Javadoc to note exception behavior. Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfo.java Modified: commons/prop

svn commit: r1535238 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/TiffImageParser.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:32:04 2013 New Revision: 1535238 URL: http://svn.apache.org/r1535238 Log: - The static field TiffEpTagConstants.EXIF_TAG_INTER_COLOR_PROFILE should be accessed directly. - The static field TiffTagConstants.TIFF_TAG_IMAGE_LENGTH should be accessed directly. M

svn commit: r1535237 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/TiffField.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:31:06 2013 New Revision: 1535237 URL: http://svn.apache.org/r1535237 Log: The declared exception ImageReadException is not actually thrown by the constructor TiffField(int, int, FieldType, long, long, byte[], ByteOrder, int). Modified: commons/proper/ima

svn commit: r1535236 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/TiffDirectory.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:30:29 2013 New Revision: 1535236 URL: http://svn.apache.org/r1535236 Log: - The static field TiffDirectoryConstants.DIRECTORY_TYPE_THUMBNAIL should be accessed directly. - The static field TiffDirectoryConstants.DIRECTORY_TYPE_EXIF should be accessed directly

svn commit: r1535234 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/png/transparencyfilters/TransparencyFilterGrayscale.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:28:23 2013 New Revision: 1535234 URL: http://svn.apache.org/r1535234 Log: The declared exception ImageReadException is not actually thrown by the constructor TransparencyFilterGrayscale(byte[]). Modified: commons/proper/imaging/trunk/src/main/java/org/ap

svn commit: r1535235 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/png/transparencyfilters/TransparencyFilterTrueColor.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:28:45 2013 New Revision: 1535235 URL: http://svn.apache.org/r1535235 Log: The declared exception ImageReadException is not actually thrown by the constructor TransparencyFilterTrueColor(byte[]). Modified: commons/proper/imaging/trunk/src/main/java/org/ap

svn commit: r1535233 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/pcx/PcxImageParser.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:27:43 2013 New Revision: 1535233 URL: http://svn.apache.org/r1535233 Log: - The static method createBandedRaster(DataBuffer, int, int, int, int[], int[], Point) from the type Raster should be accessed directly. - The static method createPackedRaster(DataBuffer

svn commit: r1535231 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/App2Segment.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:25:34 2013 New Revision: 1535231 URL: http://svn.apache.org/r1535231 Log: The static field JpegConstants.icc_profile_label should be accessed directly. Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/A

svn commit: r1535232 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/AppnSegment.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:26:02 2013 New Revision: 1535232 URL: http://svn.apache.org/r1535232 Log: The static field JpegConstants.JPEG_APP0_Marker should be accessed directly. Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/Ap

svn commit: r1535229 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/SofnSegment.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:24:36 2013 New Revision: 1535229 URL: http://svn.apache.org/r1535229 Log: The declared exception ImageReadException is not actually thrown by the constructor SofnSegment(int, byte[]). Modified: commons/proper/imaging/trunk/src/main/java/org/apache/common

svn commit: r1535230 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/SofnSegment.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:24:48 2013 New Revision: 1535230 URL: http://svn.apache.org/r1535230 Log: The declared exception ImageReadException is not actually thrown by the constructor SofnSegment(int, byte[]). Modified: commons/proper/imaging/trunk/src/main/java/org/apache/common

svn commit: r1535228 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/SofnSegment.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:24:04 2013 New Revision: 1535228 URL: http://svn.apache.org/r1535228 Log: The declared exception ImageReadException is not actually thrown by the constructor SofnSegment(int, int, InputStream). Modified: commons/proper/imaging/trunk/src/main/java/org/apa

svn commit: r1535227 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcBlock.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:23:39 2013 New Revision: 1535227 URL: http://svn.apache.org/r1535227 Log: The static field IptcConstants.IMAGE_RESOURCE_BLOCK_IPTC_DATA should be accessed directly. Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/j

svn commit: r1535225 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/decoder/JpegDecoder.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:22:35 2013 New Revision: 1535225 URL: http://svn.apache.org/r1535225 Log: The static method createPackedRaster(int, int, int, int[], Point) from the type Raster should be accessed directly. Modified: commons/proper/imaging/trunk/src/main/java/org/apache/

svn commit: r1535226 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcParser.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:23:15 2013 New Revision: 1535226 URL: http://svn.apache.org/r1535226 Log: The declared exception ImageReadException is not actually thrown by the method parseIPTCBlock(byte[], boolean) from type IptcParser. Modified: commons/proper/imaging/trunk/src/main

svn commit: r1535224 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/ico/IcoImageParser.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:21:31 2013 New Revision: 1535224 URL: http://svn.apache.org/r1535224 Log: The declared exception ImageReadException is not actually thrown by the method readIconInfo(InputStream) from type IcoImageParser. Modified: commons/proper/imaging/trunk/src/main/j

svn commit: r1535223 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/gif/GifImageParser.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:20:56 2013 New Revision: 1535223 URL: http://svn.apache.org/r1535223 Log: The declared exception ImageReadException is not actually thrown by the method readGraphicControlExtension(int, InputStream) from type GifImageParser. Modified: commons/proper/imag

svn commit: r1535222 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/common/RationalNumber.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:18:01 2013 New Revision: 1535222 URL: http://svn.apache.org/r1535222 Log: The static method getInstance() from the type NumberFormat should be accessed directly. Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/common/Ratio

svn commit: r1535221 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/common/RationalNumber.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:17:52 2013 New Revision: 1535221 URL: http://svn.apache.org/r1535221 Log: The static method getInstance() from the type NumberFormat should be accessed directly. Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/common/Ratio

svn commit: r1535219 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/util/IoUtils.java

2013-10-23 Thread ggregory
Author: ggregory Date: Thu Oct 24 00:09:05 2013 New Revision: 1535219 URL: http://svn.apache.org/r1535219 Log: Sort members in AB order. Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/util/IoUtils.java Modified: commons/proper/imaging/trunk/src/main/java/or

svn commit: r1535211 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/ComSegment.java

2013-10-23 Thread ggregory
Author: ggregory Date: Wed Oct 23 23:22:33 2013 New Revision: 1535211 URL: http://svn.apache.org/r1535211 Log: The declared exception IOException is not actually thrown by the constructor ComSegment(int, byte[]). Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imagin

svn commit: r1535210 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/SofnSegment.java

2013-10-23 Thread ggregory
Author: ggregory Date: Wed Oct 23 23:21:51 2013 New Revision: 1535210 URL: http://svn.apache.org/r1535210 Log: The static field JpegConstants.SOF0Marker should be accessed directly. Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/SofnSegm

svn commit: r1535209 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/SofnSegment.java

2013-10-23 Thread ggregory
Author: ggregory Date: Wed Oct 23 23:21:27 2013 New Revision: 1535209 URL: http://svn.apache.org/r1535209 Log: The static field JpegConstants.SOF0Marker should be accessed directly. Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/SofnSegm

svn commit: r1535203 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/ImageFormat.java

2013-10-23 Thread mbenson
Author: mbenson Date: Wed Oct 23 22:29:05 2013 New Revision: 1535203 URL: http://svn.apache.org/r1535203 Log: remove isActual() Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/ImageFormat.java Modified: commons/proper/imaging/trunk/src/main/java/org/apache/c

svn commit: r1535155 - in /commons/proper/beanutils/branches/java5/src: main/java/org/apache/commons/beanutils/converters/ClassConverter.java test/java/org/apache/commons/beanutils/converters/ClassCon

2013-10-23 Thread oheger
Author: oheger Date: Wed Oct 23 20:17:50 2013 New Revision: 1535155 URL: http://svn.apache.org/r1535155 Log: Generified ClassConverter. The converter now also checks whether it supports the passed in target type. Modified: commons/proper/beanutils/branches/java5/src/main/java/org/apache/com

svn commit: r1535154 - in /commons/proper/beanutils/branches/java5/src/main/java/org/apache/commons/beanutils/converters: AbstractConverter.java BooleanConverter.java CharacterConverter.java

2013-10-23 Thread oheger
Author: oheger Date: Wed Oct 23 20:17:12 2013 New Revision: 1535154 URL: http://svn.apache.org/r1535154 Log: Extracted a method for creating a standard conversion exception. This exception is thrown if a conversion of a value to a desired target type is not possible. It is used by multiple conver

svn commit: r1535153 - in /commons/proper/beanutils/branches/java5/src: main/java/org/apache/commons/beanutils/converters/CharacterConverter.java test/java/org/apache/commons/beanutils/converters/Char

2013-10-23 Thread oheger
Author: oheger Date: Wed Oct 23 20:16:37 2013 New Revision: 1535153 URL: http://svn.apache.org/r1535153 Log: Generified CharacterConverter. The converter now also checks whether it supports the passed in target type. Modified: commons/proper/beanutils/branches/java5/src/main/java/org/apache

svn commit: r1535151 - in /commons/proper/beanutils/branches/java5/src: main/java/org/apache/commons/beanutils/converters/ test/java/org/apache/commons/beanutils/converters/

2013-10-23 Thread oheger
Author: oheger Date: Wed Oct 23 20:15:55 2013 New Revision: 1535151 URL: http://svn.apache.org/r1535151 Log: Generified all date/time converters. Modified: commons/proper/beanutils/branches/java5/src/main/java/org/apache/commons/beanutils/converters/CalendarConverter.java commons/proper

svn commit: r1535148 - in /commons/proper/beanutils/branches/java5/src: main/java/org/apache/commons/beanutils/converters/ test/java/org/apache/commons/beanutils/converters/

2013-10-23 Thread oheger
Author: oheger Date: Wed Oct 23 20:14:47 2013 New Revision: 1535148 URL: http://svn.apache.org/r1535148 Log: Removed the generic parameter for default type from AbstractConverter. This parameter had little purpose as the default value can be set as Object anyway - it is converted if necessary. M

svn commit: r1535145 - in /commons/proper/beanutils/branches/java5/src: main/java/org/apache/commons/beanutils/converters/BooleanConverter.java test/java/org/apache/commons/beanutils/converters/Boolea

2013-10-23 Thread oheger
Author: oheger Date: Wed Oct 23 20:13:11 2013 New Revision: 1535145 URL: http://svn.apache.org/r1535145 Log: Generified BooleanConverter. The converter now only supports conversions to the target types String and Boolean. Modified: commons/proper/beanutils/branches/java5/src/main/java/org/a

svn commit: r1535132 - in /commons/proper/imaging/trunk/src: main/java/org/apache/commons/imaging/formats/bmp/ main/java/org/apache/commons/imaging/formats/dcx/ main/java/org/apache/commons/imaging/fo

2013-10-23 Thread damjan
Author: damjan Date: Wed Oct 23 19:40:39 2013 New Revision: 1535132 URL: http://svn.apache.org/r1535132 Log: Eliminate all mention of Sanselan in the source files. Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/bmp/BmpImageParser.java commons/pr

svn commit: r1535124 - /commons/proper/lang/trunk/findbugs-exclude-filter.xml

2013-10-23 Thread britter
Author: britter Date: Wed Oct 23 19:15:54 2013 New Revision: 1535124 URL: http://svn.apache.org/r1535124 Log: Add FindBugs exclusion for replacement of deprecated method Modified: commons/proper/lang/trunk/findbugs-exclude-filter.xml Modified: commons/proper/lang/trunk/findbugs-exclude-filte

svn commit: r1535123 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java

2013-10-23 Thread britter
Author: britter Date: Wed Oct 23 19:04:29 2013 New Revision: 1535123 URL: http://svn.apache.org/r1535123 Log: Add missing param tags Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java Modified: commons/proper/lang/trunk/src/main/java/org/apach

svn commit: r1535095 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/NotImplementedException.java

2013-10-23 Thread bayard
Author: bayard Date: Wed Oct 23 18:18:38 2013 New Revision: 1535095 URL: http://svn.apache.org/r1535095 Log: Removing the ASF @author Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/NotImplementedException.java Modified: commons/proper/lang/trunk/src/main/java/or

svn commit: r1535081 - in /commons/proper/imaging/trunk/src: changes/changes.xml main/java/org/apache/commons/imaging/formats/jpeg/decoder/JpegDecoder.java main/java/org/apache/commons/imaging/formats

2013-10-23 Thread damjan
Author: damjan Date: Wed Oct 23 17:38:06 2013 New Revision: 1535081 URL: http://svn.apache.org/r1535081 Log: Encapsulate DhtSegment's public mutable arrays. Jira issue key: IMAGING-115 Modified: commons/proper/imaging/trunk/src/changes/changes.xml commons/proper/imaging/trunk/src/main/

svn commit: r1535078 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/ArrayUtils.java test/java/org/apache/commons/lang3/ArrayUtilsTest.java

2013-10-23 Thread ggregory
Author: ggregory Date: Wed Oct 23 17:23:07 2013 New Revision: 1535078 URL: http://svn.apache.org/r1535078 Log: [LANG-926] Add ArrayUtils.reverse(array, from, to) methods. Modified: commons/proper/lang/trunk/src/changes/changes.xml commons/proper/lang/trunk/src/main/java/org/apache/common

svn commit: r1535071 - /commons/proper/lang/trunk/src/changes/changes.xml

2013-10-23 Thread ggregory
Author: ggregory Date: Wed Oct 23 17:00:05 2013 New Revision: 1535071 URL: http://svn.apache.org/r1535071 Log: Apache branding. Modified: commons/proper/lang/trunk/src/changes/changes.xml Modified: commons/proper/lang/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/p

svn commit: r1535068 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ArrayUtils.java

2013-10-23 Thread ggregory
Author: ggregory Date: Wed Oct 23 16:19:15 2013 New Revision: 1535068 URL: http://svn.apache.org/r1535068 Log: Javadoc: Add @see tags for subarray methods to point to Java 6 Arrays.copyOfRange(...) methods. The behavior is not exactly the same so no deprecation. Modified: commons/proper/la

svn commit: r1535032 - /commons/proper/jcs/trunk/pom.xml

2013-10-23 Thread tv
Author: tv Date: Wed Oct 23 13:52:57 2013 New Revision: 1535032 URL: http://svn.apache.org/r1535032 Log: Re-introduced explicit groupId Modified: commons/proper/jcs/trunk/pom.xml Modified: commons/proper/jcs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?re

svn commit: r1534984 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/sevenz/SevenZFileTest.java

2013-10-23 Thread bodewig
Author: bodewig Date: Wed Oct 23 11:03:21 2013 New Revision: 1534984 URL: http://svn.apache.org/r1534984 Log: Jörg's solution is a lot simpler Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/sevenz/SevenZFileTest.java Modified: commons/proper/com

svn commit: r1534983 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/sevenz/SevenZFileTest.java

2013-10-23 Thread bodewig
Author: bodewig Date: Wed Oct 23 10:57:31 2013 New Revision: 1534983 URL: http://svn.apache.org/r1534983 Log: don't try to decrypt in tests if no strong crypto is available Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/sevenz/SevenZFileTest.java