Re: [commons-release-plugin] (Was: svn commit: r24003 - in /dev/commons/text: ./ binaries/ source/)

2018-01-03 Thread Rob Tompkins
I think that I’ve accommodated for that, but to be certain I’ll stage the lang3 snapshot in the dev dust area in the morning to be certain. -Rob > On Jan 3, 2018, at 10:46 PM, Gary Gregory wrote: > > Did you see my message about lang vs lang3, where the folder name

Re: [commons-release-plugin] (Was: svn commit: r24003 - in /dev/commons/text: ./ binaries/ source/)

2018-01-03 Thread Gary Gregory
Did you see my message about lang vs lang3, where the folder name does not match the artifact ID? Gary On Jan 3, 2018 19:07, "Rob Tompkins" wrote: > Hello all, > > So, now I have a plugin that detaches the distributions, zips the site, > and then commits the zipped site,

[commons-release-plugin] (Was: svn commit: r24003 - in /dev/commons/text: ./ binaries/ source/)

2018-01-03 Thread Rob Tompkins
Hello all, So, now I have a plugin that detaches the distributions, zips the site, and then commits the zipped site, RELEASE-NOTES.txt (from the root), and the distributions to the svn staging area. All from: mvn clean site deploy -Prelease -Duser.name=chtompki -Duser.password= Thoughts on

Re: [release-plugin/text] Going to stage snapshot artifacts and remove them

2018-01-03 Thread Rob Tompkins
Will do. Ran out of time yesterday debugging the svn authentication. > On Jan 3, 2018, at 2:27 PM, Jochen Wiedmann wrote: > > Go on. > > Jochen > > >> On Tue, Jan 2, 2018 at 9:17 PM, Rob Tompkins wrote: >> Just as a heads up. I’m getting to a

Re: Hello and possible addition

2018-01-03 Thread Otto Fowler
https://github.com/apache/commons-lang/pull/311 On January 3, 2018 at 09:05:37, Benedikt Ritter (brit...@apache.org) wrote: > Am 03.01.2018 um 15:02 schrieb Otto Fowler : > > Just to check, Java 7 is the required language level? Yes > > > On January 3, 2018 at

Re: [release-plugin/text] Going to stage snapshot artifacts and remove them

2018-01-03 Thread Jochen Wiedmann
Go on. Jochen On Tue, Jan 2, 2018 at 9:17 PM, Rob Tompkins wrote: > Just as a heads up. I’m getting to a place where I’m fiddling around with the > svn commit into the dev region of the dist svn repo. To effectively test that > my code works properly, I’m going to commit

[collections] code coverage too low?

2018-01-03 Thread Gary Gregory
Hi All: [INFO] --- jacoco-maven-plugin:0.7.9:check (check) @ commons-collections4 --- [INFO] Loading execution data file C:\vcs\git\apache\commons\commons-collections\target\jacoco.exec [INFO] Analyzed bundle 'commons-collections4' with 474 classes [WARNING] Rule violated for bundle

Re: [compress] AR docs confusion

2018-01-03 Thread Torsten Curdt
Thanks - that was quick :) On Wed, Jan 3, 2018 at 5:20 PM, Stefan Bodewig wrote: > On 2018-01-03, Torsten Curdt wrote: > > > I think I'd just add a little table. OK? > > I've gone ahead and added a table, just not regenerated the site, > > Stefan > >

Re: [compress] AR docs confusion

2018-01-03 Thread Stefan Bodewig
On 2018-01-03, Torsten Curdt wrote: > I think I'd just add a little table. OK? I've gone ahead and added a table, just not regenerated the site, Stefan - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For

Re: [beanutils] Moving to beanutils2

2018-01-03 Thread Gary Gregory
Since the old 2.0 branch is so... "sleepy" and I've not seen Simone here in a long time, I'd rather keep the train moving as it is and if someone really wants a breaking BC release, maybe that would be for a 3.0... or is this simple a case of changing BU APIs from returning [collections] concrete

Re: [collections] toward 4.2

2018-01-03 Thread Gary Gregory
I've asked for some feedback on some old tickets, so we'll see if that gets any attention. If nothing happens, I'll likely want to push out 4.2 RC1 after commons-parent 43 is out. Gary On Mon, Jan 1, 2018 at 8:08 AM, Benedikt Ritter wrote: > Hi, > > > Am 30.12.2017 um 20:07

Re: [compress] TarArchiveEntry and Windows drive letter

2018-01-03 Thread Gary Gregory
I do not see how skipping the drive letter on Windows is not normalizing, it is _moving_ sounds like a bug to me. Gary On Wed, Jan 3, 2018 at 8:46 AM, Torsten Curdt wrote: > I just found a new issue with compress. > > It's the "normalizeFileName" in TarArchiveEntry again.

Re: [VOTE][LAZY] Release Apache Commons Parent 43 based on RC1

2018-01-03 Thread Gary Gregory
Let's also see what Rob comes up with with his new plugin... On Wed, Jan 3, 2018 at 8:56 AM, Gary Gregory wrote: > OK, for the next go-around then. > > Gary > > On Wed, Jan 3, 2018 at 8:44 AM, Jörg Schaible > wrote: > >> >> Sorry, I've missed the

Re: [VOTE][LAZY] Release Apache Commons Parent 43 based on RC1

2018-01-03 Thread Gary Gregory
OK, for the next go-around then. Gary On Wed, Jan 3, 2018 at 8:44 AM, Jörg Schaible wrote: > > Sorry, I've missed the start of the vote, but I've changed the parent in > the meanwhile to build these artifacts > in the normal build. > > Am Tue, 02 Jan 2018 13:19:48 -0700

[compress] TarArchiveEntry and Windows drive letter

2018-01-03 Thread Torsten Curdt
I just found a new issue with compress. It's the "normalizeFileName" in TarArchiveEntry again. On Windows it just strips the drive letter https://github.com/apache/commons-compress/blob/master/src/ main/java/org/apache/commons/compress/archivers/tar/ TarArchiveEntry.java#L1337 which I think is

Re: [VOTE][LAZY] Release Apache Commons Parent 43 based on RC1

2018-01-03 Thread Jörg Schaible
Sorry, I've missed the start of the vote, but I've changed the parent in the meanwhile to build these artifacts in the normal build. Am Tue, 02 Jan 2018 13:19:48 -0700 schrieb Gary Gregory: > We have updated plugins and are now ready to use Java 9 to build sites, > so I would like to release

Re: [compress] AR docs confusion

2018-01-03 Thread sebb
On 3 January 2018 at 13:34, Torsten Curdt wrote: ... > I got one more thing... :) > I just found a new issue with compress. > It's the "normalizeFileName" in TarArchiveEntry again. On Windows it just > strips the drive letter > > >

Re: Hello and possible addition

2018-01-03 Thread Benedikt Ritter
> Am 03.01.2018 um 15:02 schrieb Otto Fowler : > > Just to check, Java 7 is the required language level? Yes > > > On January 3, 2018 at 07:12:03, Otto Fowler (ottobackwa...@gmail.com) wrote: > > While working on adding some timing functionality to a Metron

Re: Hello and possible addition

2018-01-03 Thread Otto Fowler
Just to check, Java 7 is the required language level? On January 3, 2018 at 07:12:03, Otto Fowler (ottobackwa...@gmail.com) wrote: While working on adding some timing functionality to a Metron feature, I came across the Stopwatch

Re: [compress] AR docs confusion

2018-01-03 Thread Torsten Curdt
> > https://github.com/tcurdt/jdeb/issues/241 > > [WRT to that issue, LONGFILE_POSIX should be the preferred option if it > works in debs. LONGFILE_GNU is considered deprecated even by GNU tar.] > Thanks! I will give that a try. > and I have to say I was a little confused about the docs on

Re: Hello and possible addition

2018-01-03 Thread Otto Fowler
Thanks, I will definitely do a PR and get a review. I am sure review will make it better. On January 3, 2018 at 02:06:37, Benedikt Ritter (brit...@apache.org) wrote: Hello Otto, > Am 02.01.2018 um 04:28 schrieb Otto Fowler : > > Hello Commons, > > My name is Otto

[GitHub] commons-collections pull request #25: COLLECTIONS-575: Add synchronized queu...

2018-01-03 Thread Xaerxess
Github user Xaerxess closed the pull request at: https://github.com/apache/commons-collections/pull/25 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail:

[GitHub] commons-collections pull request #25: COLLECTIONS-575: Add synchronized queu...

2018-01-03 Thread Xaerxess
Github user Xaerxess closed the pull request at: https://github.com/apache/commons-collections/pull/25 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail:

[GitHub] commons-collections issue #25: COLLECTIONS-575: Add synchronized queue wrapp...

2018-01-03 Thread Xaerxess
Github user Xaerxess commented on the issue: https://github.com/apache/commons-collections/pull/25 As per comment in