Re: [VOTE] Release Apache Commons JCS 2.0-beta-2 based on RC1

2016-10-26 Thread Benedikt Ritter
Hello Sebastian, sebb <seb...@gmail.com> schrieb am Mi., 26. Okt. 2016 um 00:25 Uhr: > On 25 October 2016 at 20:06, Thomas Vandahl <t...@apache.org> wrote: > > Hi Benedikt, > > > > On 24.10.16 08:34, Benedikt Ritter wrote: > >> Sorry, if that has been

Re: [complex] commons-complex module

2016-10-26 Thread Benedikt Ritter
dbrosIus schrieb am Di., 25. Okt. 2016 um 18:26 Uhr: > I think we should let the people doing the work, decide. > I agree with David. Apache is a Do-ocracy. Nevertheless I think we should focus on finishing the first release of RNG instead of starting of the next

[CSV] Throw custom runtime exception from iterator.next()?

2016-10-25 Thread Benedikt Ritter
Hi, in our iterator implementation returned by CSVParser.iterator() we wrap IOExceptions into RuntimeExceptions because we cannot throw IOException from the iterator methods. For this reason, user code has to catch RuntimeException in order to recover from parsing failures. I was thinking whether

Re: [PROPOSAL] sandbox request for commons-filter

2016-10-25 Thread Benedikt Ritter
Hello Eric, Eric Barnhill schrieb am Di., 25. Okt. 2016 um 10:22 Uhr: > Dear PMC, > > I am writing to request a sandbox site be established for a proposed > commons sub-project, commons-filter . > > The library will consist of widely used basic methods for signal and

Re: [VOTE] Release Apache Commons JCS 2.0-beta-2 based on RC1

2016-10-24 Thread Benedikt Ritter
Hello Thomas Thomas Vandahl <t...@apache.org> schrieb am So., 23. Okt. 2016 um 12:16 Uhr: > Hi Benedikt, > > On 23.10.16 10:51, Benedikt Ritter wrote: > > Hello Thomas, > > > > The build works with Java 8 and Maven 3.3.9. > > > > But the md

Re: [VOTE] Release Apache Commons JCS 2.0-beta-2 based on RC1

2016-10-23 Thread Benedikt Ritter
Hello Thomas, The build works with Java 8 and Maven 3.3.9. But the md5 and SHA1 files are missing in the dist area. -1 Benedikt Thomas Vandahl schrieb am Fr., 21. Okt. 2016 um 19:42 Uhr: > I would like to beta-release the [jcs] component. > > Apache Commons JCS 2.0-beta-2

Re: [lang] To Java 7

2016-10-23 Thread Benedikt Ritter
I don't see improvements from a user perspective when upgrading to Java 7, but Java 6 is long EOL. So +1 from my side. Pascal Schumacher schrieb am So., 23. Okt. 2016 um 09:31 Uhr: > +1 > > Am 23.10.2016 um 09:30 schrieb Gary Gregory: > > Hi All: > > > > Now that 3.5

Re: [ANNOUNCE] Apache Commons Lang 3.5 Released!

2016-10-19 Thread Benedikt Ritter
I'll have a look tomorrow. Thought I've fixed that during the post release clean up... Regards, Benedikt

[ANNOUNCE] Apache Commons Lang 3.5 Released!

2016-10-19 Thread Benedikt Ritter
The Apache Commons community is happy to announce the availability of Apache Commons Lang 3.5. Apache Commons Lang provides helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and System

Re: [VOTE] Release Apache Commons Lang 3.5 based on RC2

2016-10-17 Thread Benedikt Ritter
My +1 for this release. Benedikt Ritter <brit...@apache.org> schrieb am Do., 13. Okt. 2016 um 22:20 Uhr: > Hi, > > finally I found the time to prepare Apache Commons Lang 3.5 RC2 :-) > We could not release RC1, because I messed up the release archives. They > contained so

Re: [VOTE] Release Apache Commons Weaver 1.3 based on RC2

2016-10-16 Thread Benedikt Ritter
Hello Matt, looks good to me! +1 Regards, Benedikt Matt Benson schrieb am Do., 13. Okt. 2016 um 23:30 Uhr: > I would like to release the [weaver] component. > > Apache Commons Weaver 1.3 RC2 is available for review at: >

[VOTE] Release Apache Commons Lang 3.5 based on RC2

2016-10-13 Thread Benedikt Ritter
Hi, finally I found the time to prepare Apache Commons Lang 3.5 RC2 :-) We could not release RC1, because I messed up the release archives. They contained some snapshot artifacts. This has been fixed in RC2. Furthermore LANG-1275 has been incorporated. Lang 3.5 RC2 is available for review here:

Re: [lang] LANG-1275 in upcoming 3.5 release?

2016-10-11 Thread Benedikt Ritter
gt; On Mon, Oct 10, 2016 at 11:00 AM, Matt Sicker <boa...@gmail.com> wrote: > > > You should make a new RC tag. I don't think it's a good idea to delete > > tags. > > > > On 10 October 2016 at 11:24, Benedikt Ritter <brit...@apache.org> wrote: > > > >

Re: [lang] LANG-1275 in upcoming 3.5 release?

2016-10-10 Thread Benedikt Ritter
is changes and then I rebase release onto master. What happens with the already published RC1 tag? the tag points to the commit with ID 4b2ec07. It won't be moved to the rebased commit. Do I delete it and point it to the rebased commit? Benedikt > > Oliver > > > > > O

[IMAGING] Unused code (Was: Re: svn commit: r1763958 - in /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg: decoder/JpegDecoder.java segments/DhtSegment.java)

2016-10-09 Thread Benedikt Ritter
Hello again, sebb <seb...@gmail.com> schrieb am So., 9. Okt. 2016 um 13:53 Uhr: > On 9 October 2016 at 12:46, Benedikt Ritter <brit...@apache.org> wrote: > > Hello, > > > > <s...@apache.org> schrieb am So., 9. Okt. 2016 um 12:46 Uhr: > > > >

Re: svn commit: r1763721 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/App13Segment.java

2016-10-09 Thread Benedikt Ritter
Hello, schrieb am Fr., 7. Okt. 2016 um 12:04 Uhr: > Author: sebb > Date: Fri Oct 7 10:04:06 2016 > New Revision: 1763721 > > URL: http://svn.apache.org/viewvc?rev=1763721=rev > Log: > Unused > > Modified: > >

Re: svn commit: r1763958 - in /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg: decoder/JpegDecoder.java segments/DhtSegment.java

2016-10-09 Thread Benedikt Ritter
Hello, schrieb am So., 9. Okt. 2016 um 12:46 Uhr: > Author: sebb > Date: Sun Oct 9 10:46:51 2016 > New Revision: 1763958 > > URL: http://svn.apache.org/viewvc?rev=1763958=rev > Log: > Simplify code and avoid exposing mutable array unnecessarily > > Modified: > >

Re: [lang] LANG-1275 in upcoming 3.5 release?

2016-10-09 Thread Benedikt Ritter
Hello Oliver, Oliver Heger schrieb am Sa., 8. Okt. 2016 um 16:50 Uhr: > Hi, > > for LANG-1275 which I have just created I already have a fix that I > could directly commit. Is it okay to do this or would this interfere > with the preparations for the 3.5 release? >

[CANEL][VOTE] Release Apache Commons Lang 3.5 based on RC1

2016-10-03 Thread Benedikt Ritter
Hello, this vote is canceled, because the binary distribution contains SNAPSHOT jars. Thank you to Oliver Heger who catched this mess :-) I'll prepare RC2 ASAP. Benedikt Benedikt Ritter <brit...@apache.org> schrieb am So., 2. Okt. 2016 um 17:23 Uhr: > Hi, > > a long time has

Re: [VOTE] Release Apache Commons Lang 3.5 based on RC1

2016-10-03 Thread Benedikt Ritter
to be sorry. I messed up and it's good you catched this one. Thank you! Benedikt > Oliver > > Am 02.10.2016 um 17:23 schrieb Benedikt Ritter: > > Hi, > > > > a long time has passed since we released Apache Commons Lang 3.4. We > fixed > > quite a few b

Re: [VOTE] Release Apache Commons Lang 3.5 based on RC1

2016-10-03 Thread Benedikt Ritter
Hello Emmanuel, Emmanuel Bourg schrieb am Mo., 3. Okt. 2016 um 13:27 Uhr: > Hi Benedikt, > > I got an error when building the site on Windows 7 with Java 8u101: > > [INFO] Cobertura Report generation was successful. > [INFO] Generating "Checkstyle" report --- >

Re: Regressions in Commons Lang Unit tests when building on Java 9 EA

2016-10-03 Thread Benedikt Ritter
Hello Dalibor, dalibor topic schrieb am Mi., 28. Sep. 2016 um 18:18 Uhr: > Hi, > > as Stefan suggests on https://issues.apache.org/jira/browse/LANG-1265, I > think the behavior you've seen is related to > http://openjdk.java.net/jeps/252 . > > If changing the order to

Re: [VOTE] Release Apache Commons Lang 3.5 based on RC1

2016-10-03 Thread Benedikt Ritter
Hello Gary, sorry I don't follow. What is wrong with https://dist.apache.org/repos/dist/dev/commons/lang/LANG_3_5_RC1 ? Regards, Benedikt

Re: [lang] changes.xml: add meaningful description for LANG-1200

2016-10-02 Thread Benedikt Ritter
Hello Pascal, no I think I'll be able to resolve the conflicts when I merge the release branch. Thank you!

Re: [lang] changes.xml: add meaningful description for LANG-1200

2016-10-02 Thread Benedikt Ritter
Hi Pascal, please don't modify changes.xml for 3.5. I've already created 3.5 RC1 and this will cause trouble when merging the release branch back to Master. Thank you Benedikt schrieb am So. 2. Okt. 2016 um 18:23: > Repository: commons-lang > Updated Branches: >

[ANNOUNCE] Apache Commons EL moved to dormant

2016-10-02 Thread Benedikt Ritter
/proper/commons-el/ to: http://commons.apache.org/dormant/commons-el/ Regards, Benedikt Ritter, on behalf of the Apache Commons community

[VOTE] Release Apache Commons Lang 3.5 based on RC1

2016-10-02 Thread Benedikt Ritter
Hi, a long time has passed since we released Apache Commons Lang 3.4. We fixed quite a few bugs and introduced some nice new features. For this reason, I'd like to call a vote for releasing Apache Commons Lang 3.5 based on RC1. Commons Lang 3.5 RC1 is available for review here:

[RESULT][VOTE][LAZY] Move Apache Commons EL to dormant

2016-09-28 Thread Benedikt Ritter
Hi, Benedikt Ritter <brit...@apache.org> schrieb am So., 25. Sep. 2016 um 09:59 Uhr: > Hi, > > I think it is time to move the Apache Commons EL component to dormant for > the following reasons: > > - hasn't seen any activity for a long time. > - the 1.0 release dates b

Re: clirr-maven-plugin fails - update to 2.8?

2016-09-26 Thread Benedikt Ritter
Hi, Gary Gregory schrieb am Mo., 26. Sep. 2016 um 17:29 Uhr: > We have 3 issues: > > - Updating the commons-parent to effectively require Java 7 so we can run > Clirr or an equivalent tool > I think this is not an issue, because we have profiles that get activated for

Re: [LANG] Towards 3.5

2016-09-26 Thread Benedikt Ritter
/browse/LANG-1265 Benedikt Ritter <brit...@apache.org> schrieb am Mi., 21. Sep. 2016 um 11:03 Uhr: > Hi, > > just wanted to give you an update. I have the day of on Saturday and I > will prepare 3.5 RC1 then. So now is your last chance to get your stuff > into this release :-) &g

Regressions in Commons Lang Unit tests when building on Java 9 EA

2016-09-26 Thread Benedikt Ritter
Hello Dalibor, I've noticed several regressions when building the Apache Commons Lang component with Java 9 EA [1]. I did not have the time yet to investigate this issues further. Any pointers are appreciated. Thank you! Benedikt [1] https://issues.apache.org/jira/browse/LANG-1265

Re: Subject: [ANNOUNCEMENT] Apache Commons BeanUtils 1.9.3 released

2016-09-26 Thread Benedikt Ritter
Stian Soiland-Reyes schrieb am Mo., 26. Sep. 2016 um 15:30 Uhr: > On 26 September 2016 at 12:59, Stian Soiland-Reyes > wrote: > > The Apache Commons team is pleased to announce the release of Apache > > Commons BeanUtils 1.9.3 > > Bah.. "Subject: Subject:

Re: [ALL] Character set in dist area? (e.g. RELEASE-NOTES.txt)

2016-09-26 Thread Benedikt Ritter
Hello Stian, Stian Soiland-Reyes schrieb am Mo., 26. Sep. 2016 um 01:45 Uhr: > As I mentioned in the BeanUtils vote, its RELEASE-NOTES.txt was in > character set ISO-8859-1, instead of say UTF-8 (to represent the name > "Tommy Tynjä"). > > However the RELEASE-NOTES are special

[VOTE][LAZY] Move Apache Commons EL to dormant

2016-09-25 Thread Benedikt Ritter
Hi, I think it is time to move the Apache Commons EL component to dormant for the following reasons: - hasn't seen any activity for a long time. - the 1.0 release dates back longer than 9 years ago. - there haven't been any commits on trunk beside stuff like updating the NOTICE file, upgrading

[EL] 11 year old issue just got a new comment

2016-09-24 Thread Benedikt Ritter
Hi, looks like somebody ran into an eleven year old issue in Commons EL [1]. I never saw any activity/discussion around EL for the time I've been active at Commons. Does anybody know what's the state of EL? Regards, Benedikt [1] https://issues.apache.org/jira/browse/EL-1

Re: open source projects that are using SCXML

2016-09-24 Thread Benedikt Ritter
Hello Sajjad, Sajjad Sarwar schrieb am Fr., 23. Sep. 2016 um 13:45 Uhr: > Hi, > > I would like to if there is a list of open source projects that are > currently using Apache Commons SCXML other then the ones mentioned on the > website. > I'm not aware of such a list.

Re: [VOTE] Release Commons BeanUtils 1.9.3 RC3

2016-09-24 Thread Benedikt Ritter
Hello Stian, - signs and hashes are good - archive contents look good - site looks good - Release Notes look good - build works with: Java 6 and Maven 3.2.5 Java 7, 8 and 9 (!) with Maven 3.3.9 Great work. +1 Benedikt Stian Soiland-Reyes schrieb am Mi., 21. Sep. 2016 um

Re: commons-io git commit: Remove redundant type arguments.

2016-09-22 Thread Benedikt Ritter
; Gary > > > > On Wed, Sep 21, 2016 at 2:05 AM, Benedikt Ritter <brit...@apache.org> > wrote: > > > Hi Gary, > > > > is you line ending set up correct? See > > https://help.github.com/articles/dealing-with-line-endings/ > > > > Can you p

Re: AW: Java8 utilities

2016-09-21 Thread Benedikt Ritter
Hi, Jörg Schaible schrieb am Mi., 21. Sep. 2016 um 16:55 Uhr: > Jan Matèrne (jhm) wrote: > > > > >> We could also have Lamda utility classes in [lang], the classes would > >> target Java 8 while the other classes would remain at the Java 6 level > >> (this

Re: Java8 utilities

2016-09-21 Thread Benedikt Ritter
Bruno P. Kinoshita schrieb am Mi., 21. Sep. 2016 um 15:27 Uhr: > I wonder if perhaps [functor] could become a place only for Java8+ FP > utilities. > > It was created before Java8, but it's still not complete. There was some > work to have a parent project,

Re: commons-io git commit: Remove redundant type arguments.

2016-09-21 Thread Benedikt Ritter
01 Uhr: > This annoying :-( it must be an EOL thing. > > Gary > > On Sep 20, 2016 7:18 AM, "Matt Sicker" <boa...@gmail.com> wrote: > > > Did the line ending change? > > > > On 20 September 2016 at 01:59, Benedikt Ritter <brit...@apache.org&

Re: [LANG] Towards 3.5

2016-09-21 Thread Benedikt Ritter
11, 2016 at 9:36 AM, Benedikt Ritter <brit...@apache.org> > wrote: > > > Hello again, > > > > Benedikt Ritter <brit...@apache.org> schrieb am So., 11. Sep. 2016 um > > 15:44 Uhr: > > > > > Hi, > > > > > > please share your tho

Re: [LANG] Things to look for when working on LANG

2016-09-21 Thread Benedikt Ritter
Once we have cleaned up the findbugs, pmd and checkstyle reports we can also add those if we want to. Benedikt > > Thanks, > Pascal > > Am 19.09.2016 um 13:26 schrieb Benedikt Ritter: > > Hi, > > > > I'm currently going through the code base to polish it for 3.5.

Re: commons-io git commit: Remove redundant type arguments.

2016-09-20 Thread Benedikt Ritter
Hello Gary, why has the whole file changed? Regards, Benedikt schrieb am Di., 20. Sep. 2016 um 07:40 Uhr: > Repository: commons-io > Updated Branches: > refs/heads/master 9ba9b49af -> 822bd135f > > > Remove redundant type arguments. > > Project:

[LANG] Things to look for when working on LANG

2016-09-19 Thread Benedikt Ritter
Hi, I'm currently going through the code base to polish it for 3.5. There are some things every developer should have a look for so that it is less work to prepare a new release: - always add a @since tag when introducing new methods - make sure the site build still works. I' ve added

Re: [LANG] Methods introduced in LANG-1134

2016-09-19 Thread Benedikt Ritter
alschumac...@gmx.net> schrieb am So., 18. Sep. 2016 um 20:26 Uhr: > Am 18.09.2016 um 13:58 schrieb Benedikt Ritter: > > The problem with the current API is that we can't get rid of the "Object" > > suffix: > > > > public static void different(long, long, String, O

Re: [LANG] Add alphabet conversion API

2016-09-18 Thread Benedikt Ritter
; > There is already creep of text-like code in [lang] > like org.apache.commons.lang3.text.WordUtils. I'd rather see a [text] > component come alive. > Gary > On Thu, Sep 15, 2016 at 4:22 AM, Benedikt Ritter <brit...@apache.org> > wrote: > > Hello Eyal,

Re: [LANG] Methods introduced in LANG-1134

2016-09-18 Thread Benedikt Ritter
tEquals), the method calls become ambiguous. This has something to do with the varargs argument at the end. I'm currently not sure how to handle this. I'd rather like to release 3.5 without this API. Thoughts? Benedikt Benedikt Ritter <brit...@apache.org> schrieb am So., 18. Sep. 2

Re: [LANG] Methods introduced in LANG-1134

2016-09-18 Thread Benedikt Ritter
dgreg...@gmail.com> > wrote: > > JUnit makes the distinction between "same" for the same object and > "equals" > > and calling equals(), maybe this would help here. > > > > http://junit.org/junit4/javadoc/4.12/org/junit/Assert.html > > > > Gar

[LANG] Methods introduced in LANG-1134

2016-09-17 Thread Benedikt Ritter
Hi, LANG-1134 introduced new methods to Validate. I'm not fond of the API as is currently is. Here are my concerns: - When comparing numeral values usually we talk about greaterThan and lessThan. The new API in Validate uses "smaller" and "greater" - we have a method called "different" which

Re: [LANG] Add alphabet conversion API

2016-09-15 Thread Benedikt Ritter
Hello Eyal, Commons Text started as an experiment but we never pushed out a release. If there is interest again, we can get things started again. Regards, Benedikt Eyal Allweil schrieb am Do., 15. Sep. 2016 um 12:34 Uhr: > Hi Benedict, Bruno - > I can see that

Re: [VOTE] Release Commons BeanUtils 1.9.3 RC2

2016-09-15 Thread Benedikt Ritter
I don't think the site build should block a release. As you like to put it: RERO. Let's fix it in 1.9.4. Benedikt Gary Gregory schrieb am Do., 15. Sep. 2016 um 07:49 Uhr: > From the src zip: MD5, SHA1, ASC OK. > > -1 because I cannot run 'mvn clean site' not matter what

Re: commons-rng git commit: Update release howto.

2016-09-14 Thread Benedikt Ritter
schrieb am Mi., 14. Sep. 2016 um 16:36 Uhr: > Repository: commons-rng > Updated Branches: > refs/heads/master 6eb9a1eb1 -> 4bf4428cf > > > Update release howto. > > > Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo > Commit:

Re: [REMINDER][VOTE][RC1] Release Commons Rng 1.0

2016-09-14 Thread Benedikt Ritter
Hello Gilles, sorry for the delay. I won't have the time to review this RC before Saturday :-( Benedikt Gilles schrieb am Mi., 14. Sep. 2016 um 11:29 Uhr: > > > Original Message > Subject: [VOTE][RC1] Release Commons Rng 1.0 > Date: Sun, 11 Sep

Re: svn commit: r1760391 - in /commons/proper/beanutils/trunk/src: main/java/org/apache/commons/beanutils/PropertyUtilsBean.java test/java/org/apache/commons/beanutils/bugs/Jira492TestCase.java

2016-09-14 Thread Benedikt Ritter
Hello, schrieb am Mo., 12. Sep. 2016 um 17:36 Uhr: > Author: stain > Date: Mon Sep 12 15:36:03 2016 > New Revision: 1760391 > > URL: http://svn.apache.org/viewvc?rev=1760391=rev > Log: > BEANUTILS-492: Document getPropertyType() no longer supporting List > > Added: > >

Re: [LANG] Add alphabet conversion API

2016-09-13 Thread Benedikt Ritter
Does this really belong into [LANG]? We also have Commons Text [1] in the sandbox, which seems to be a better home for this functionality. Benedikt [1] http://commons.apache.org/sandbox/commons-text/ Rob Tompkins schrieb am Di., 13. Sep. 2016 um 15:48 Uhr: > > > On Sep 13,

Re: [GitHub] commons-bcel pull request #10: BCEL-276 LocalVariableTypeTable is not update...

2016-09-13 Thread Benedikt Ritter
Hello Mark, thank you for investigating this. I've reopened the issue. I currently don't know when I will have the time to look into it, but we'll definitely fix it before 6.1 Regards, Benedikt Mark Roberts schrieb am Mo., 12. Sep. 2016 um 18:46 Uhr: > This issue

Re: [IO] SVN or GIt

2016-09-13 Thread Benedikt Ritter
Are you using the correct URL? The git repo is at https://git-wip-us.apache.org/repos/asf/commons-io I've already pushed some commits. BTW: I was unable to update the website because the site build does not work on any of my JDKs. I did not have the time to investigate the issue. We should fix

[LANG] Fixing LANG-1197 (Was: [ALL] JDK 9 Version String)

2016-09-12 Thread Benedikt Ritter
plementation (without breaking anything). Am 11.09.2016 um 18:31 schrieb Benedikt Ritter: > Hello, > > I've created LANG-1264 [1] to address this for Commons Lang's JavaVersion > enum. > > Regards, > Benedikt > > [1] https://issues.apache.org/jira/browse/LANG-1264 &

Re: [LANG] Towards 3.5

2016-09-11 Thread Benedikt Ritter
Hello again, Benedikt Ritter <brit...@apache.org> schrieb am So., 11. Sep. 2016 um 15:44 Uhr: > Hi, > > please share your thoughts about LANG-1134 [1]. I argue that it is not > ready to be shipped with 3.5. > Furthermore we need to fix LANG-1264 [2] IMHO.

Re: [ALL] JDK 9 Version String

2016-09-11 Thread Benedikt Ritter
Hello, I've created LANG-1264 [1] to address this for Commons Lang's JavaVersion enum. Regards, Benedikt [1] https://issues.apache.org/jira/browse/LANG-1264 Gary Gregory schrieb am Fr., 15. Juli 2016 um 17:34 Uhr: > Thank you for the pointers. > > Gary > > On Jul 15,

Re: [LANG] Towards 3.5

2016-09-11 Thread Benedikt Ritter
Hi, please share your thoughts about LANG-1134 [1]. I argue that it is not ready to be shipped with 3.5. Regards, Benedikt [1] https://issues.apache.org/jira/browse/LANG-1134 Benedikt Ritter <brit...@apache.org> schrieb am Sa., 10. Sep. 2016 um 20:59 Uhr: > Hi, > > I'm

Re: [LANG] Towards 3.5

2016-09-11 Thread Benedikt Ritter
e/LANG-1227 > > The code was checked in, but in the discussion people disagreed wether > it was ready to ship. > Since both issues need more thinking, I've reverted them for now and moved the issues to 3.6 in Jira. Thank you, Benedikt > > Am 10.09.2016 um 20:59 schrieb Benedikt

Re: [math] Creating a class of number theory tools

2016-09-11 Thread Benedikt Ritter
Gilles schrieb am So., 11. Sep. 2016 um 13:33 Uhr: > Hello. > > On Sat, 10 Sep 2016 19:18:32 -0600, Shane S wrote: > > Hi Gilles, > > > > Thank you for your response. These methods are used primarily in > > computational number theory applications. I myself came

[LANG] Towards 3.5

2016-09-10 Thread Benedikt Ritter
Hi, I'm going to start preparation for release 3.5 tomorrow. If there is anything you like to have included, please fix it now. Regards, Benedikt

Re: [Math] Build fails on Travis

2016-09-04 Thread Benedikt Ritter
Usually there is no special setup in pom.xml required for building in Travis. What you often find is a Special profile for gathering metrics for coveralls. Benedikt Gilles schrieb am So., 4. Sep. 2016 um 15:32: > Hi. > > > For "master", the first failing build is

Re: [io] commons-io git repository ready

2016-09-03 Thread Benedikt Ritter
Hi, Kristian Rosenvold schrieb am Do., 1. Sep. 2016 um 10:02 Uhr: > Infra finally got round to fixing > https://issues.apache.org/jira/browse/INFRA-12077, and the repository > can now be seen at git://git.apache.org/commons-io.git > > > I have checked the repository and

Re: [LANG] Add alphabet conversion API

2016-09-03 Thread Benedikt Ritter
Hi Simo, nice seeing a message from you again. Hope you're doing fine! I currently don't understand the proposed API. Can you give some more examples? Thank you! Benedikt Simone Tripodi schrieb am Do., 1. Sep. 2016 um 11:26 Uhr: > Hi, > I personally think it would a

Re: [VOTE][RESULT] Migrate Apache Commons DBCP to Git

2016-09-03 Thread Benedikt Ritter
Hi, I finished the migration by updating the site and moving the old svn tree to the archive. Regards, Benedikt Matt Sicker schrieb am Fr., 2. Sep. 2016 um 07:13 Uhr: > The svn repo has been successfully migrated to git. The name of the repo is > commons-dbcp as is the

Re: Back to contributing to Commons Imaging

2016-09-03 Thread Benedikt Ritter
sebb <seb...@gmail.com> schrieb am Sa., 3. Sep. 2016 um 15:29 Uhr: > On 3 September 2016 at 13:14, Benedikt Ritter <brit...@apache.org> wrote: > > Hi Damjan, > > > > nice you're back. I think there is only one thing left before 1.0 can ne > > relea

Re: svn commit: r1759093 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/util/IoUtils.java

2016-09-03 Thread Benedikt Ritter
Nice one! schrieb am Sa., 3. Sep. 2016 um 15:34 Uhr: > Author: damjan > Date: Sat Sep 3 13:34:49 2016 > New Revision: 1759093 > > URL: http://svn.apache.org/viewvc?rev=1759093=rev > Log: > Actually delete org.apache.commons.imaging.util.IoUtils. > > > Removed: > >

Re: Back to contributing to Commons Imaging

2016-09-03 Thread Benedikt Ritter
Hi Damjan, nice you're back. I think there is only one thing left before 1.0 can ne released and that is the findbugs violations. They are mainly about exposure of internal state because the public API accepts byte arrays as input parameter. An easy way to fix this would be to copy the arrays.

Re: [ALL] Discuss logo change

2016-09-03 Thread Benedikt Ritter
Well, the ASF has decided to use a new logo. Since we use the feather in our logo it seems logical to me, that we incorporate the new feather. Benedikt Ralph Goers schrieb am Sa., 3. Sep. 2016 um 08:19: > Why? To be honest, I don’t understand why the new ASF logo is

Re: [BCEL] Need advice on GitHub PR

2016-08-29 Thread Benedikt Ritter
reviewed this to a point where it could be integrated from a code style PoV. But I don't have the domain knowledge to judge whether this is the right thing to do. So some advice from an expert would be appreciated. Benedikt > > Thanks, > Mark > > > -Original Message- >

[BCEL] Need advice on GitHub PR

2016-08-27 Thread Benedikt Ritter
Hello everybody, we have this PR [1] which has been pending for a while. Now we only have one comment left [2], which I can't really get my head around (probably due to missing experience with byte code generation and stuff :o) Does anybody have time to take a look? Best regards, Benedikt [1]

Re: [rng] How to define JIRA "Category"?

2016-08-21 Thread Benedikt Ritter
Hello Gilles, Gilles <gil...@harfang.homelinux.org> schrieb am So., 21. Aug. 2016 um 12:49 Uhr: > On Sun, 21 Aug 2016 10:32:44 +, Benedikt Ritter wrote: > > Hi Gilles, > > > > Gilles <gil...@harfang.homelinux.org> schrieb am So., 21. Aug. 2016

Re: [rng] Travis ?

2016-08-21 Thread Benedikt Ritter
Gilles schrieb am So., 21. Aug. 2016 um 12:47 Uhr: > On Sat, 20 Aug 2016 16:02:50 +0200, Sergio Fernández wrote: > > Just add the build configuration (.travis.yml) to the repo and ask > > INFRA to > > enable it. > > Which "Component" should I select in the request

Re: [ALL] Web site graphics

2016-08-21 Thread Benedikt Ritter
Hi Gilles Gilles schrieb am So., 21. Aug. 2016 um 01:09 Uhr: > Hi. > > Anyone interested in an updated "logo" (with some of the new > official[1] graphical elements merged into the old design)? > I created an issue for this a while ago [1]. Maybe we can use this

Re: [rng] How to define JIRA "Category"?

2016-08-21 Thread Benedikt Ritter
Hi Gilles, Gilles schrieb am So., 21. Aug. 2016 um 12:09 Uhr: > Hi. > > The "RNG" JIRA project does not appear in >https://issues.apache.org/jira/secure/BrowseProjects.jspa#10260 > > Is it an INFRA request? > I've added RNG to the Commons project category.

Re: [rng] Travis ?

2016-08-21 Thread Benedikt Ritter
Hey, we're using cobertura in Commons Lang, because some of the ReflectionUtils test so mit work with JaCoCo. That's probably where that's coming from. Benedikt Gilles schrieb am So., 21. Aug. 2016 um 10:39: > Hi. > > On Sat, 20 Aug 2016 21:45:53 -0400, Rob

Re: [DAEMON] Who is having a look at DAEMON?

2016-08-18 Thread Benedikt Ritter
2016 at 16:15, Gary Gregory <garydgreg...@gmail.com> > wrote: > >>> I've noticed some tickets go by as well. I have not taken the time to > look > >>> into any of it :-( I won't be able to in the near future either. > >>> > >>> Gary >

Re: [rng] JDK version (Was: ... commit ...)

2016-08-18 Thread Benedikt Ritter
Hi Gilles, Gilles <gil...@harfang.homelinux.org> schrieb am Do., 18. Aug. 2016 um 16:46 Uhr: > Hi. > > On Thu, 18 Aug 2016 14:33:30 +, Benedikt Ritter wrote: > > Hello, > > > > <er...@apache.org> schrieb am Do., 18. Aug. 2016 um 16:32 Uhr: > &

[ALL] Configure Jenkins to report to notifications@ ?

2016-08-18 Thread Benedikt Ritter
Hello, currently the Jenkins infrastructure seems to be a bit unpredictable. Builds fail for no apparent reason because they are executed on different slaves. The notifications spam our dev list, so I was thinking about configuring all the jobs to report to notificati...@commons.apache.org.

Re: [1/3] commons-rng git commit: Fix dependency info.

2016-08-18 Thread Benedikt Ritter
Hello, schrieb am Do., 18. Aug. 2016 um 16:32 Uhr: > Repository: commons-rng > Updated Branches: > refs/heads/master cccd43c05 -> 294fa53a2 > > > Fix dependency info. > > > Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo > Commit:

Re: [VOTE] Release Configuration 2.1 based on RC3

2016-08-18 Thread Benedikt Ritter
Hello Oliver, Sorry that it took me so long. +1 for this release. The problems with Java 1.6 have been resolved. Good work! When building with Java 9 EA the build fails. I think we need to investigate this for all our components soon. Benedikt Oliver Heger

Re: [IMAGING] issue tracker?

2016-08-18 Thread Benedikt Ritter
are > ____ > From: Benedikt Ritter <brit...@apache.org> > Sent: Wednesday, July 27, 2016 8:18:21 PM > To: Commons Developers List > Subject: Re: [IMAGING] Update from Java 5 to 7. > > Hello Amedee, > > Amedee Van Gasse <amedee.vanga...

Re: [VALIDATOR] Release 1.5.1 not marked as released in JIRA

2016-08-18 Thread Benedikt Ritter
sebb <seb...@gmail.com> schrieb am Do., 18. Aug. 2016 um 15:38 Uhr: > Done. > Thank you! > > The release date was present, but the version had not been marked as > released. > It's easy to overlook that. > > On 18 August 2016 at 14:33, Benedikt Ritter <

[VALIDATOR] Release 1.5.1 not marked as released in JIRA

2016-08-18 Thread Benedikt Ritter
Hi, in trunk we have version 1.5.2-SNAPSHOT but in JIRA version 1.5.1 has not been marked as released. I think we should mark it as released. Benedikt

Re: Move Site from CMS to Git

2016-08-18 Thread Benedikt Ritter
Hello Jochen, Jochen Wiedmann <jochen.wiedm...@gmail.com> schrieb am Do., 18. Aug. 2016 um 14:19 Uhr: > On Thu, Aug 18, 2016 at 1:23 PM, Benedikt Ritter <brit...@apache.org> > wrote: > > > If it's possible we should investigate whether it makes stuff easier for &g

Re: Move Site from CMS to Git

2016-08-18 Thread Benedikt Ritter
Jochen Wiedmann <jochen.wiedm...@gmail.com> schrieb am Do., 18. Aug. 2016 um 13:14 Uhr: > On Thu, Aug 18, 2016 at 12:28 PM, Benedikt Ritter <brit...@apache.org> > wrote: > > > I always thought our SVN/CMS workflow is mandatory. Do you know projects > > who use

Re: [Website] download link could not redirect consistently

2016-08-18 Thread Benedikt Ritter
sebb schrieb am Mi., 17. Aug. 2016 um 19:19 Uhr: > On 17 August 2016 at 17:07, sebb wrote: > > On 17 August 2016 at 16:38, sebb wrote: > >> On 5 August 2016 at 10:34, Sun, Dapeng wrote: > >>> Hello > >>> > >>> The

Re: Move Site from CMS to Git

2016-08-18 Thread Benedikt Ritter
Hi Jochen, Jochen Wiedmann schrieb am Do., 18. Aug. 2016 um 09:03 Uhr: > Hi, > > I'd like to have our site moved away from the CMS to Git. Because, if > we have done that, we can also have a set of buildjobs created, that > watch on commits, rebuild the site, and

Re: [rng] Update .gitignore to ignore MacOS related files.

2016-08-18 Thread Benedikt Ritter
Hi Jochen, Jochen Wiedmann <jochen.wiedm...@gmail.com> schrieb am Do., 18. Aug. 2016 um 09:06 Uhr: > On Tue, Aug 16, 2016 at 9:10 PM, Benedikt Ritter <brit...@apache.org> > wrote: > > > I personally think this kind of ignores belong into your global > .gitignor

[DAEMON] Who is having a look at DAEMON?

2016-08-18 Thread Benedikt Ritter
Hello, is anybody actively having a look at the [daemon] component? I noticed several requests on the user ML and some issues in JIRA lately but I don't have the feeling someone is responding. Benedikt

Re: commons-crypto git commit: CRYPTO-122: Fix CRYPTO website after 1.0.0

2016-08-17 Thread Benedikt Ritter
Hello Dapeng, it looks like this commit contains a lot of unrelated formatting changes. Keeping change sets small an focused makes it easier for others to review the changes. Thank you! Benedikt schrieb am Mi., 17. Aug. 2016 um 03:43 Uhr: > Repository: commons-crypto >

Re: [rng] Adding JMH dependency, RNG-2.

2016-08-16 Thread Benedikt Ritter
Gilles <gil...@harfang.homelinux.org> schrieb am Di., 16. Aug. 2016 um 21:20 Uhr: > On Tue, 16 Aug 2016 19:06:28 +, Benedikt Ritter wrote: > > Hi Artem, > > > > we've added JMH for Commons CSV in a special profile. Maybe you can > > use > > that as insp

Re: [LANG] LANG-1252 - NumberUtils.isNumber and NumberUtils.createNumber resolve inconsistently

2016-08-16 Thread Benedikt Ritter
> > I’m not sure if we should tackle that in this Jira issue. What do you > guys think? > > > > -Rob > > > >> On Jul 31, 2016, at 6:23 AM, Benedikt Ritter <brit...@apache.org > <mailto:brit...@apache.org>> wrote: > >> > >> How about d

Re: [rng] Update .gitignore to ignore MacOS related files.

2016-08-16 Thread Benedikt Ritter
I personally think this kind of ignores belong into your global .gitignore file. But that's just me :-) Benedikt Artem Barger schrieb am Do., 11. Aug. 2016 um 00:20 Uhr: > On Thu, Aug 11, 2016 at 1:12 AM, Gilles > wrote: > > > Hi, > >> > >> Will

Re: [rng] Adding JMH dependency, RNG-2.

2016-08-16 Thread Benedikt Ritter
Hi Artem, we've added JMH for Commons CSV in a special profile. Maybe you can use that as inspiration for RNG [1] Regards, Benedikt [1] https://github.com/apache/commons-csv/blob/master/pom.xml#L390-L498 Artem Barger schrieb am Di., 9. Aug. 2016 um 14:39 Uhr: > Hi, > > I've

Re: [rng] Web site (Was: [rng] JIRA is up)

2016-08-16 Thread Benedikt Ritter
Hi, looking at https://svn.apache.org/repos/infra/websites/production/commons/content/ I can't see a directory for RNG. Let me know if I can help to set up the site. Benedikt Artem Barger schrieb am Di., 9. Aug. 2016 um 12:49 Uhr: > On Tue, Aug 9, 2016 at 1:25 PM, Gilles

<    1   2   3   4   5   6   7   8   9   10   >