Re: [imaging] IMAGING-154 remove Debug class

2018-08-15 Thread Bruno P. Kinoshita
Hi, Remko's suggestion sounded good, and the KISS principle resounded well with this issue. I think we are using very little of what's provided by a complete logging framework, so JUL should do the trick for now. Also decided to have a crack at it before weekend. Pull request updated, where

[ANNOUNCEMENT] Apache Commons RNG 1.1 Released

2018-08-15 Thread Rob Tompkins
The Apache Commons Team is pleased to announce the release of Apache Commons RNG 1.1. The Apache Commons RNG open source software library provides a collection of implementations of random numbers generators. Source and binary distributions are available for download from the Apache Commons down

Re: [vfs] new http4 provider, not replace http?

2018-08-15 Thread Woonsan Ko
Hi Bernd / Experts, I've submitted a PR for VFS-360. Find my summary in the comment as well. - https://github.com/apache/commons-vfs/pull/38 Could you please review the changes? Thanks in advance, Woonsan On Wed, Aug 8, 2018 at 6:09 PM, Woonsan Ko wrote: > Hi Bernd, > > Thanks for your remar

Re: [ANNOUNCEMENT] Apache Commons RNG 1.1 Released

2018-08-15 Thread Gary Gregory
Thank you Rob for your diligence and patience RM'ing this release through so many RCs! :-) Gary On Wed, Aug 15, 2018 at 7:06 AM Rob Tompkins wrote: > The Apache Commons Team is pleased to announce the release of > Apache Commons RNG 1.1. > > > The Apache Commons RNG open source software library

[GitHub] commons-imaging pull request #35: IMAGING-154 Removed Debug class

2018-08-15 Thread garydgregory
Github user garydgregory commented on a diff in the pull request: https://github.com/apache/commons-imaging/pull/35#discussion_r210286324 --- Diff: src/main/java/org/apache/commons/imaging/formats/bmp/BmpImageParser.java --- @@ -327,7 +331,7 @@ private BmpImageContents readImageCon

[GitHub] commons-imaging pull request #35: IMAGING-154 Removed Debug class

2018-08-15 Thread garydgregory
Github user garydgregory commented on a diff in the pull request: https://github.com/apache/commons-imaging/pull/35#discussion_r210286764 --- Diff: src/main/java/org/apache/commons/imaging/formats/png/chunks/PngChunkText.java --- @@ -42,9 +47,9 @@ public PngChunkText(final int len

[GitHub] commons-imaging pull request #35: IMAGING-154 Removed Debug class

2018-08-15 Thread garydgregory
Github user garydgregory commented on a diff in the pull request: https://github.com/apache/commons-imaging/pull/35#discussion_r210287038 --- Diff: src/main/java/org/apache/commons/imaging/formats/psd/PsdHeaderInfo.java --- @@ -45,9 +50,14 @@ public PsdHeaderInfo(final int version,

Re: [ANNOUNCEMENT] Apache Commons RNG 1.1 Released

2018-08-15 Thread Rob Tompkins
Not a problem. Will try to cut the 3.8 [lang] RC1 tonight. > On Aug 15, 2018, at 10:08 AM, Gary Gregory wrote: > > Thank you Rob for your diligence and patience RM'ing this release through > so many RCs! :-) > > Gary > > On Wed, Aug 15, 2018 at 7:06 AM Rob Tompkins wrote: > >> The Apache Com

[GitHub] commons-imaging pull request #35: IMAGING-154 Removed Debug class

2018-08-15 Thread garydgregory
Github user garydgregory commented on a diff in the pull request: https://github.com/apache/commons-imaging/pull/35#discussion_r210287176 --- Diff: src/main/java/org/apache/commons/imaging/formats/psd/PsdImageContents.java --- @@ -40,9 +45,14 @@ public PsdImageContents(final PsdHea

[GitHub] commons-imaging pull request #35: IMAGING-154 Removed Debug class

2018-08-15 Thread garydgregory
Github user garydgregory commented on a diff in the pull request: https://github.com/apache/commons-imaging/pull/35#discussion_r210287298 --- Diff: src/main/java/org/apache/commons/imaging/formats/tiff/TiffField.java --- @@ -355,9 +360,14 @@ private String getValueDescription(final

[GitHub] commons-imaging pull request #35: IMAGING-154 Removed Debug class

2018-08-15 Thread garydgregory
Github user garydgregory commented on a diff in the pull request: https://github.com/apache/commons-imaging/pull/35#discussion_r210287591 --- Diff: src/main/java/org/apache/commons/imaging/icc/IccTag.java --- @@ -73,11 +76,12 @@ private IccTagDataType getIccTagDataType(final int qu

[GitHub] commons-imaging pull request #35: IMAGING-154 Removed Debug class

2018-08-15 Thread garydgregory
Github user garydgregory commented on a diff in the pull request: https://github.com/apache/commons-imaging/pull/35#discussion_r210287763 --- Diff: src/test/java/org/apache/commons/imaging/formats/jpeg/exif/WriteExifMetadataExampleTest.java --- @@ -27,7 +27,7 @@ import org.ap

Re: [ANNOUNCEMENT] Apache Commons RNG 1.1 Released

2018-08-15 Thread thc202
Hi. On 15/08/18 14:06, Rob Tompkins wrote: > The Apache Commons Team is pleased to announce the release of > Apache Commons RNG 1.1. > > > The Apache Commons RNG open source software library provides a collection of > implementations of random numbers generators. > > Source and binary distribut

[pool][dbcp] releases soon

2018-08-15 Thread Gary Gregory
Hi All: I am thinking of releasing [pool] and then [dbcp] to pick up the few changes since the last release. Gary

[GitHub] commons-imaging pull request #35: IMAGING-154 Removed Debug class

2018-08-15 Thread sebbASF
Github user sebbASF commented on a diff in the pull request: https://github.com/apache/commons-imaging/pull/35#discussion_r210327438 --- Diff: src/main/java/org/apache/commons/imaging/formats/bmp/BmpImageParser.java --- @@ -327,7 +331,7 @@ private BmpImageContents readImageContents

Re: [ANNOUNCEMENT] Apache Commons RNG 1.1 Released

2018-08-15 Thread Gilles
Hello. On Wed, 15 Aug 2018 15:46:14 +0100, thc...@gmail.com wrote: Hi. On 15/08/18 14:06, Rob Tompkins wrote: [...] The release notes can be reviewed at: http://www.apache.org/dist/commons/rng/RELEASE-NOTES.txt "the *commons-rng-parent-1.1* release!" should be changed to "Apache Commons

[RNG] Build failure on "master"

2018-08-15 Thread Gilles
Hi. Build on "master" fails after the batch of commits post-release. See console output excerpt below. ---CUT--- [INFO] Generating "JDepend" report --- jdepend-maven-plugin:2.0:generate-no-fork Unknown constant: 19 [INFO] Generating "japicmp" report --- japicmp-mave

Re: [RNG] Build failure on "master"

2018-08-15 Thread Rob Tompkins
I’ll look into this after I finish up with the [lang] RC. > On Aug 15, 2018, at 6:41 PM, Gilles wrote: > > Hi. > > Build on "master" fails after the batch of commits post-release. > See console output excerpt below. > > ---CUT--- > [INFO] Generating "JDepend" report --- > jdepend

Re: [commons-lang] Git Push Summary

2018-08-15 Thread Rob Tompkins
Pardon, I didn’t include RELEASE-NOTES-3.8.txt in the site in that tag. > On Aug 15, 2018, at 9:31 PM, chtom...@apache.org wrote: > > Repository: commons-lang > Updated Tags: refs/tags/LANG_3_8_RC1 [deleted] 7cd151ee6 - To uns

[VOTE] Release Apache Commons Lang 3.8 based on RC1

2018-08-15 Thread Rob Tompkins
We have fixed quite a few bugs and added some significant enhancements since Apache Commons Lang 3.7 was released, so I would like to release Apache Commons Lang 3.8. Apache Commons Lang 3.8 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/lang/3.8-RC1 (revisi