Re: [lang] new feature - should it be on Jira?

2018-07-26 Thread Gary Gregory
Yes, then you can add a link to your PR on GitHub Gary On Thu, Jul 26, 2018, 16:32 Aleksander Ściborek < aleksanderscibo...@gmail.com> wrote: > Hi everyone. If I want to add a new feature to Apache Commons in connection > with starting support Java 8, should I create a new issue on Apache Jira?

[lang] new feature - should it be on Jira?

2018-07-26 Thread Aleksander Ściborek
Hi everyone. If I want to add a new feature to Apache Commons in connection with starting support Java 8, should I create a new issue on Apache Jira?

Re: [lang] Do not link to deprecated commons-text classes.

2018-07-26 Thread Gary Gregory
Good one! :-) Gary On Thu, Jul 26, 2018 at 3:31 PM wrote: > Repository: commons-lang > Updated Branches: > refs/heads/master fa66bd94e -> 0db3d81c9 > > > Do not link to deprecated commons-text classes. > > > Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo > Commit: >

Re: [configuration] Release with Java 7 compatibility

2018-07-26 Thread Aleksander Ściborek
Yes, so after this release I will be able to add features connected with Java 8 Time API? Aleksander On 25 July 2018 at 23:38, Gary Gregory wrote: > Go for it. > > Gary > > On Wed, Jul 25, 2018, 14:27 Oliver Heger > wrote: > > > Hi, > > > > the current codebase for [configuration] has been

[text] Java 11

2018-07-26 Thread Gary Gregory
Hi All: Of note: As you can see from the Travis build, the build fails on Java 11. Gary

Re: svn commit: r1836755 - /commons/proper/configuration/trunk/pom.xml

2018-07-26 Thread Gary Gregory
Hi Oliver, Once you've released [configuration], I expect you will bring the component back to Java 8, right? Gary On Thu, Jul 26, 2018 at 1:39 PM wrote: > Author: oheger > Date: Thu Jul 26 19:39:40 2018 > New Revision: 1836755 > > URL: http://svn.apache.org/viewvc?rev=1836755=rev > Log: >

Re: commons-dbcp git commit: [DBCP-517] Make defensive copies of char[] passwords.

2018-07-26 Thread Gary Gregory
On Thu, Jul 26, 2018 at 1:31 PM Oliver Heger wrote: > > > Am 25.07.2018 um 23:36 schrieb Gary Gregory: > > I'd we do not already have that, the name does not need "defensive". > > Commons Collections would be where to put collections related code. > > I would rather think that this copy

Re: commons-dbcp git commit: [DBCP-517] Make defensive copies of char[] passwords.

2018-07-26 Thread Oliver Heger
Am 25.07.2018 um 23:36 schrieb Gary Gregory: > I'd we do not already have that, the name does not need "defensive". > Commons Collections would be where to put collections related code. I would rather think that this copy functionality is pretty basic, so I would put it in [lang]. I would not

[GitHub] commons-text pull request #86: Travis: Use Java 11 supplied by travis (simpl...

2018-07-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-text/pull/86 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[GitHub] commons-text pull request #86: Travis: Use Java 11 supplied by travis (simpl...

2018-07-26 Thread garydgregory
Github user garydgregory commented on a diff in the pull request: https://github.com/apache/commons-text/pull/86#discussion_r205575417 --- Diff: .travis.yml --- @@ -14,25 +14,13 @@ # limitations under the License. language: java -sudo: false -# Get

[GitHub] commons-text issue #86: Travis: Use Java 11 supplied by travis (simplifies ....

2018-07-26 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-text/pull/86 [![Coverage Status](https://coveralls.io/builds/18184172/badge)](https://coveralls.io/builds/18184172) Coverage remained the same at 97.833% when pulling

[GitHub] commons-text pull request #86: Travis: Use Java 11 supplied by travis (simpl...

2018-07-26 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/commons-text/pull/86 Travis: Use Java 11 supplied by travis (simplifies .travis.yml) You can merge this pull request into a Git repository by running: $ git pull

Re: [BeanUtils] Release 2.0.0 soonish

2018-07-26 Thread Gary Gregory
Hi Simon. You're welcome :-) I do not have a schedule. I would guess within a month, Please provide a PR for your change, it's just so much easier for me to deal with. Also please review what we have in Git master now. I encourage you to test your software with a SNAPSHOT version to make sure

Re: [BeanUtils] Release 2.0.0 soonish

2018-07-26 Thread Simon Ochsenreither
Hi Gary, first of all thanks for doing all the work and updating these libraries. Two short questions: - Do you have an estimated time until beanutils2 ships (days, weeks, months)? - Would it be possible to add a Automatic-Module-Name entry to the MANIFEST.MF file for better Java 9 support?

Re: commons-rng git commit: accommodate for up to 4 re-runs of a failing test

2018-07-26 Thread Rob Tompkins
> On Jul 25, 2018, at 10:05 PM, Gilles wrote: > > Hello Rob. > > On Thu, 26 Jul 2018 01:44:59 + (UTC), chtom...@apache.org > wrote: >> [...] >> >> >> http://git-wip-us.apache.org/repos/asf/commons-rng/blob/1eb7ea49/commons-rng-sampling/pom.xml >>

Re: [rng] Tests in -sampling

2018-07-26 Thread Rob Tompkins
> On Jul 25, 2018, at 9:48 PM, Gilles wrote: > > On Wed, 25 Jul 2018 21:08:57 -0400, Rob Tompkins wrote: >>> On Jul 24, 2018, at 9:13 PM, Rob Tompkins wrote: >>> >>> >>> On Jul 24, 2018, at 7:04 PM, Gilles wrote: Hi Rob. On Tue, 24 Jul 2018 18:33:40 -0400, Rob