[CODEC] CRLF files in macOS checkout

2019-06-17 Thread sebb
Most of the files in my clone of codec have LF endings, however a few are CRLF: ./README.md ./src/assembly/bin.xml ./src/assembly/src.xml ./src/changes/changes.xml ./src/main/java/org/apache/commons/codec/cli/Digest.java ./src/main/java/org/apache/commons/codec/language/DaitchMokotoffSoundex.java

Re: [commons-codec] branch master updated: CODEC-254 - ColognePhonetic does not treat the letter H correct

2019-06-17 Thread sebb AT ASF
On Mon, 17 Jun 2019 at 17:59, wrote: > > This is an automated email from the ASF dual-hosted git repository. > > sebb pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/commons-codec.git > > > The following commit(s) were added to refs/heads/master by this push: >

[bcel] LRU Cache for ClassPathRepository

2019-06-17 Thread Tomo Suzuki
Hi Gary and BCEL maintainers, My OutOfMemoryError problem that motivated BCEL-317 ticket has been resolved by a custom ClassPathRepository and I'm thinking to contribute this solution to BCEL library: BCEL-320

Re: [VOTE] Release Apache Commons Daemon 1.1.1

2019-06-17 Thread Mark Thomas
On 17/06/2019 15:58, Gary Gregory wrote: > The version in the release notes at the top still says "1.1" instead of > "1.1.1". My understanding was they referred to 1.1.x (i.e. all of the 1.1 releases) so the version number was appropriate. > It seems to me that 1.2 would be more appropriate since

Re: [VOTE] Release Apache Commons Daemon 1.1.1

2019-06-17 Thread Gary Gregory
The version in the release notes at the top still says "1.1" instead of "1.1.1". It seems to me that 1.2 would be more appropriate since we upgraded both the Java and OS requirements. Gary On Mon, Jun 17, 2019, 08:13 Mark Thomas wrote: > It has been ~18 months since the last Commons Daemon rel

[GSoC][Commons][STATISTICS][Regression][Matrix] Flexibility in Matrix Libraries in Regression Component?

2019-06-17 Thread Ben Nguyen
Hello, If I recall/assume correctly, there is currently no concrete plan to create a new matrix library any time soon; leading me to use the EJML as suggested by Mr. Eric Barnhill. This seems to be temporary until the CM matrix component is upgraded, or perhaps it’s permanent? I don’t believe t

Re: [VOTE] Release Apache Commons Daemon 1.1.1

2019-06-17 Thread Gary Gregory
I am also getting a 404 for the link https://github.com/apache/commons-daemon/commits/COMMONS_DAEMON_1_1_14319f482e1ff6ea7655e1377120750fd6ecc3810 which might be a cut and paste issue or the way Gmail renders this URL. Gary On Mon, Jun 17, 2019 at 8:45 AM Gary Gregory wrote: > This email is mis

Re: [VOTE] Release Apache Commons Daemon 1.1.1

2019-06-17 Thread Gary Gregory
This email is missing a few elements based on our release procedures at https://commons.apache.org/releases/prepare.html - Hashes to files on dist/dev - Link to site - Link to KEYS file - Link to apache.org instead of github.com for the tag Gary On Mon, Jun 17, 2019 at 8:13 AM Mark Thomas wrote

[VOTE] Release Apache Commons Daemon 1.1.1

2019-06-17 Thread Mark Thomas
It has been ~18 months since the last Commons Daemon release. After the recent flurry of activity, I think we are ready for a release. Notable changes include: - Improved JRE/JDK detection to support increased range of both JVM versions and vendors. - Procrun. Change the default service from Loc