Re: [VALIDATOR] How to handle credit card number length (Was: [VALIDATOR] Release 1.5.2?)

2017-02-13 Thread Benedikt Ritter
> Am 13.02.2017 um 10:45 schrieb sebb : > > On 13 February 2017 at 08:27, Benedikt Ritter > wrote: >> >>> Am 13.02.2017 um 01:36 schrieb sebb : >>> >>> On 12 February 2017 at 18:01, sebb wrote: On 12 February 2017 at 15:54, Benedikt Ritter wrote: > Hello S

[CSV] Please have a look at CSV-196

2017-02-13 Thread Benedikt Ritter
Hi, Matt Sun from the Hadoop team has proposed a change to the way we parse tokens (CSV-196 [1]). Hadoop needs to know the raw character data which has been read from the input stream. So they propose to add an additional buffer to the Token class to hold that data. Please comment in the ticke

Re: svn commit: r1782852 [1/2] - in /commons/proper/bcel/trunk/src: main/java/org/apache/bcel/ main/java/org/apache/bcel/classfile/ test/java/org/apache/bcel/visitors/

2017-02-13 Thread Gary Gregory
+1 BUT I would prefer to see this done in a branch (and I'd like to move to Git now). I just feel uncomfortable shipping a new version of our code that depends on an unreleased Java 9 version. At least I hope we will release another version before Java 9 ships. Gary On Mon, Feb 13, 2017 at 1:2

Re: svn commit: r1782852 [1/2] - in /commons/proper/bcel/trunk/src: main/java/org/apache/bcel/ main/java/org/apache/bcel/classfile/ test/java/org/apache/bcel/visitors/

2017-02-13 Thread Benedikt Ritter
+1, awesome to see some development in this direction! schrieb am Mo. 13. Feb. 2017 um 21:19: > Author: markt > Date: Mon Feb 13 20:19:41 2017 > New Revision: 1782852 > > URL: http://svn.apache.org/viewvc?rev=1782852&view=rev > Log: > First pass at Java 9 support based on EA releases and > http:

Re: [DAEMON] Feedback on my improvements and new features

2017-02-13 Thread Mark Thomas
On 11/02/17 17:44, Guillaume Ch wrote: Thank you for your quick response, The foundation doesn't have a vision for Daemon. The direction of the project is set from the ground up by the community using and developing the software rather than from the top down. Project direction is agreed by con

[Commons Wiki] Update of "CodeStyle" by sebbapache

2017-02-13 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "CodeStyle" page has been changed by sebbapache: https://wiki.apache.org/commons/CodeStyle?action=diff&rev1=13&rev2=14 1. Mutable data: this increases the difficulty of ensuring

[Commons Wiki] Update of "CodeStyle" by sebbapache

2017-02-13 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "CodeStyle" page has been changed by sebbapache: https://wiki.apache.org/commons/CodeStyle?action=diff&rev1=12&rev2=13 Comment: OK to expose primitives via getter/setter ||Objec

[Commons Wiki] Update of "CodeStyle" by sebbapache

2017-02-13 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "CodeStyle" page has been changed by sebbapache: https://wiki.apache.org/commons/CodeStyle?action=diff&rev1=11&rev2=12 Comment: += array entry mutability 1. Object visibility:

[Commons Wiki] Update of "CodeStyle" by sebbapache

2017-02-13 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "CodeStyle" page has been changed by sebbapache: https://wiki.apache.org/commons/CodeStyle?action=diff&rev1=10&rev2=11 Comment: Warning re: constant inlining 1. Document author

Re: commons-crypto git commit: CRYPTO-129: Change access of instance variables [Forced Update!]

2017-02-13 Thread sebb
-1 See comments on JIRA Only true constants should be protected or public. On 21 November 2016 at 01:29, wrote: > Repository: commons-crypto > Updated Branches: > refs/heads/master 5150681c3 -> dc1769ed6 (forced update) > > > CRYPTO-129: Change access of instance variables > > Closes #73 fro

Re: [VALIDATOR] How to handle credit card number length (Was: [VALIDATOR] Release 1.5.2?)

2017-02-13 Thread sebb
On 13 February 2017 at 08:27, Benedikt Ritter wrote: > >> Am 13.02.2017 um 01:36 schrieb sebb : >> >> On 12 February 2017 at 18:01, sebb wrote: >>> On 12 February 2017 at 15:54, Benedikt Ritter wrote: Hello Sebb, Are you about to create an RC for 1.5.2? If not, please let me know

Re: [VALIDATOR] Release 1.5.2?

2017-02-13 Thread Benedikt Ritter
> Am 12.02.2017 um 19:01 schrieb sebb : > > On 12 February 2017 at 15:54, Benedikt Ritter wrote: >> Hello Sebb, >> >> Are you about to create an RC for 1.5.2? If not, please let me know when >> you’re finished with your latest changes. I’d like to push out a new release >> soon. > > I'm work

[VALIDATOR] How to handle credit card number length (Was: [VALIDATOR] Release 1.5.2?)

2017-02-13 Thread Benedikt Ritter
> Am 13.02.2017 um 01:36 schrieb sebb : > > On 12 February 2017 at 18:01, sebb wrote: >> On 12 February 2017 at 15:54, Benedikt Ritter wrote: >>> Hello Sebb, >>> >>> Are you about to create an RC for 1.5.2? If not, please let me know when >>> you’re finished with your latest changes. I’d like