Re: New git mirror created: commons-pool.git

2017-03-12 Thread Matt Sicker
By the way, a link to this guide in the wiki could be useful for future reference: https://git-scm.com/book/en/v2/Git-and-Other-Systems-Migrating-to-Git On 12 March 2017 at 14:54, Matt Sicker wrote: > I've imported the repo into git and pushed here: > >

Re: New git mirror created: commons-pool.git

2017-03-12 Thread Matt Sicker
I've imported the repo into git and pushed here: https://git-wip-us.apache.org/repos/asf/commons-pool.git Web interface: https://git-wip-us.apache.org/repos/asf?p=commons-pool.git The remaining steps here still need to be done by a PMC (moving old svn repo into the _moved_to_git directory and

Re: [lang] - deprecated classes moved to text and release?

2017-03-12 Thread Pascal Schumacher
Am 12.03.2017 um 14:36 schrieb Gary Gregory: Sounds like a plan. Ideally each Javadoc deprecated tag should point to the Javadoc of the Commons Text version. Or at least the main Text Javadoc site. Good idea. I have updated the pull request and replaced the fully qualified class names of the

Re: [jexl] 3.1 release review

2017-03-12 Thread Matt Sicker
BC can be handled a couple ways here besides renaming: * Are there already abstract classes that implementations are meant to extend? If so, that limits the possibility of problems here without using default methods in Java 8. * If these are truly public interfaces for users to implement, then

Re: [lang] - deprecated classes moved to text and release?

2017-03-12 Thread Pascal Schumacher
jira issue: https://issues.apache.org/jira/browse/LANG-1316 pull request: https://github.com/apache/commons-lang/pull/255 Am 12.03.2017 um 12:56 schrieb Benedikt Ritter: Full ACK. I can prepare an RC tomorrow morning. Regards Benedikt Pascal Schumacher schrieb am

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

2017-03-12 Thread sebb
On 12 March 2017 at 10:43, Benedikt Ritter wrote: > Hello, > >> Am 11.03.2017 um 13:08 schrieb Yasser Zamani : >> >> >> >> On 3/8/2017 12:21 PM, Benedikt Ritter wrote: >>> Hello Yasser, >>> >>> Sorry for the late reply! I have been on vacation and

Re: [lang] - deprecated classes moved to text and release?

2017-03-12 Thread Gary Gregory
Sounds like a plan. Ideally each Javadoc deprecated tag should point to the Javadoc of the Commons Text version. Or at least the main Text Javadoc site. Gary On Mar 12, 2017 11:44 AM, "Pascal Schumacher" wrote: > Hello everybody, > > now that commons-text was released

Re: [lang] - deprecated classes moved to text and release?

2017-03-12 Thread Benedikt Ritter
Full ACK. I can prepare an RC tomorrow morning. Regards Benedikt Pascal Schumacher schrieb am So. 12. März 2017 um 12:44: > Hello everybody, > > now that commons-text was released (thanks to Rob Tompkins), I think we > should deprecated the classes moved from lang to

[lang] - deprecated classes moved to text and release?

2017-03-12 Thread Pascal Schumacher
Hello everybody, now that commons-text was released (thanks to Rob Tompkins), I think we should deprecated the classes moved from lang to text and release a new version of lang. What do you think? Cheers, Pascal p.s.: There are already 34 fixed issues waiting for a release:

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

2017-03-12 Thread Benedikt Ritter
Hello, > Am 11.03.2017 um 13:08 schrieb Yasser Zamani : > > > > On 3/8/2017 12:21 PM, Benedikt Ritter wrote: >> 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 :-) > Hello

Re: [jexl] 3.1 release review

2017-03-12 Thread henrib
I've reworded the warning about the source compatibility break in the release notes: If this source compatibility break is not 'permitted' despite its improbability, what option should we take: - move to another (jexl31) package ? - add 'extended' interfaces (Options31, JexlExpression31,