Re: [VOTE][RESULT] Migrate commons-pool to git

2017-03-08 Thread Gary Gregory
Done. It may take up to an hour for the request to be completed. Gary On Wed, Mar 8, 2017 at 6:06 PM, Matt Sicker wrote: > Looks like I need a PMC to create a repository via here: > https://reporeq.apache.org/ > > Then I can run svn2git locally apparently and just sync it up myself. > > On 8 Ma

Re: [VOTE][RESULT] Migrate commons-pool to git

2017-03-08 Thread Matt Sicker
Looks like I need a PMC to create a repository via here: https://reporeq.apache.org/ Then I can run svn2git locally apparently and just sync it up myself. On 8 March 2017 at 19:19, Matt Sicker wrote: > https://issues.apache.org/jira/browse/INFRA-13630 > > On 8 March 2017 at 19:13, Matt Sicker

Re: [VOTE][RESULT] Migrate commons-pool to git

2017-03-08 Thread Matt Sicker
https://issues.apache.org/jira/browse/INFRA-13630 On 8 March 2017 at 19:13, Matt Sicker wrote: > The vote passes by lazy approval with two +1 votes from Gary Gregory and > myself and no -1 votes. > > I'll make an infra ticket to get us migrated. Please don't commit anything > to commons-pool for

[VOTE][RESULT] Migrate commons-pool to git

2017-03-08 Thread Matt Sicker
The vote passes by lazy approval with two +1 votes from Gary Gregory and myself and no -1 votes. I'll make an infra ticket to get us migrated. Please don't commit anything to commons-pool for a little while so that nothing gets out of sync during the migration. -- Matt Sicker

Re: [VOTE][LAZY] Migrate Commons Pool to Git

2017-03-08 Thread Matt Sicker
Forgot to mention +1 from me of course. On 5 March 2017 at 11:51, Gary Gregory wrote: > +1 > > Gary > > > On Mar 5, 2017 6:22 PM, "Matt Sicker" wrote: > > This is a vote by lazy consensus to migrate the commons-pool subversion > repository into git. We have been slowly migrating projects in Com

Build failed in Jenkins: Commons-configuration #49

2017-03-08 Thread Apache Jenkins Server
See Changes: [oheger] Added Vincent Maurin to contributors section. -- [...truncated 36.21 KB...] AUsrc/main/java/org/apache/commons/configuration2/tree/TreeUti

Re: [VOTE] Release Commons Text 1.0 based on RC1

2017-03-08 Thread Jörg Schaible
+1 Builds fine with my compiler zoo incl. Java 9. Rob Tompkins wrote: > Hello all, > > This is a [VOTE] for releasing Apache Commons Text 1.0 (from RC1). > > Tag name: >commons-text-1.0-RC1 (signature can be checked from git using 'git tag > -v') > > Tag URL: >https://git-wip-us.apach

Re: [ALL][Math] git pull requests: how?

2017-03-08 Thread Matt Sicker
The "write to a PR branch" was something I mentioned in a different email. If you want a single command to merge a PR into master, assuming you've already set up "github" as your github remote: git pull github pull/42 git push Something like that should work. Since you're not running the git com

Re: [ALL][Math] git pull requests: how?

2017-03-08 Thread Gilles
Hi. On Tue, 7 Mar 2017 22:06:11 -0600, Matt Sicker wrote: Found this link while trying to remember how to do this: https://help.github.com/articles/checking-out-pull-requests-locally/ Same docs as above, just from the source. It sounds like you can't write to a PR branch even if the author al

Re: [lang] JUnit imports (closes #247)

2017-03-08 Thread Allon Mureinik
thanks On Wed, Mar 8, 2017 at 10:22 AM, Benedikt Ritter wrote: > Nice catch! > > > Am 28.02.2017 um 23:34 schrieb pascalschumac...@apache.org: > > > > Repository: commons-lang > > Updated Branches: > > refs/heads/master 98fa164cd -> c79e6fb8f > > > > > > JUnit imports (closes #247) > > > > The

[CLI] Next release

2017-03-08 Thread Benedikt Ritter
Hello, the Maven team has asked us to provide a new release of [CLI], so I’m going to prepare RC1 very soonish. If you need to add something, please do it now. Thank you! Benedikt - To unsubscribe, e-mail: dev-unsubscr...@common

Re: [lang] Question with the StringEscapeUtils.(un)escapeEcmaScript

2017-03-08 Thread Benedikt Ritter
Hello Yasser, Sorry for the late reply! I have been on vacation and needed some time to go through all the mails that have piled up :-) > Am 27.02.2017 um 15:38 schrieb Yasser Zamani : > > Hi there, > > I just wonder why `StringEscapeUtils.escapeEcmaScript` also includes > `JavaUnicodeEscaper

Re: [lang] JUnit imports (closes #247)

2017-03-08 Thread Benedikt Ritter
Nice catch! > Am 28.02.2017 um 23:34 schrieb pascalschumac...@apache.org: > > Repository: commons-lang > Updated Branches: > refs/heads/master 98fa164cd -> c79e6fb8f > > > JUnit imports (closes #247) > > The junit.framework package has been deprecated, and should no longer > be used. > > Thi

Re: [lang][crypto] LANG-1145 evaluate JVM architecture

2017-03-08 Thread Benedikt Ritter
Hi, > Am 07.03.2017 um 22:17 schrieb Bruno P. Kinoshita > : > > Hi all, > > We have a pull request [1][2] for adding code that detects the JVM > architecture. The user has a valid use case for his code, and we have similar > code in Apache Spark [3] and Apache Commons Crypto [4]. > > As this