Re: [VOTE][LAZY] Migrate Apache Commons Lang to git

2015-03-03 Thread Benedikt Ritter
Hi, 2015-03-01 19:04 GMT+01:00 Benedikt Ritter brit...@apache.org: Hello, 2015-01-06 18:55 GMT+01:00 sebb seb...@gmail.com: On 6 January 2015 at 17:24, Benedikt Ritter brit...@apache.org wrote: Hello Sebb, 2015-01-06 18:01 GMT+01:00 sebb seb...@gmail.com: -1 When the first

Re: [LANG] Handling LANG-1086 (Was: Re: svn commit: r1661762 - in /commons/proper/lang/trunk/src: changes/ main/java/org/apache/commons/lang3/concurrent/ test/java/org/apache/commons/lang3/concurrent/

2015-03-02 Thread Benedikt Ritter
2015-03-02 21:34 GMT+01:00 Oliver Heger oliver.he...@oliver-heger.de: Am 02.03.2015 um 07:23 schrieb Benedikt Ritter: 2015-03-01 22:20 GMT+01:00 Oliver Heger oliver.he...@oliver-heger.de: Am 01.03.2015 um 17:52 schrieb Benedikt Ritter: 2015-02-26 21:29 GMT+01:00 Oliver Heger

[LANG] Handling LANG-1086 (Was: Re: svn commit: r1661762 - in /commons/proper/lang/trunk/src: changes/ main/java/org/apache/commons/lang3/concurrent/ test/java/org/apache/commons/lang3/concurrent/=

2015-03-01 Thread Benedikt Ritter
2015-03-01 22:20 GMT+01:00 Oliver Heger oliver.he...@oliver-heger.de: Am 01.03.2015 um 17:52 schrieb Benedikt Ritter: 2015-02-26 21:29 GMT+01:00 Oliver Heger oliver.he...@oliver-heger.de: Hi Arthur, I don't have any principle objections against your implementation. I just don't

Re: svn commit: r1661762 - in /commons/proper/lang/trunk/src: changes/ main/java/org/apache/commons/lang3/concurrent/ test/java/org/apache/commons/lang3/concurrent/

2015-03-01 Thread Benedikt Ritter
PM, Oliver Heger oliver.he...@oliver-heger.de wrote: Am 23.02.2015 um 21:35 schrieb Benedikt Ritter: Oliver Heger has raised concerns about this commit in JIRA [1]: This is a strong change in the behavior of this class. The main property of atomic initializers

Re: [VOTE][LAZY] Migrate Apache Commons Lang to git

2015-03-01 Thread Benedikt Ritter
Hello, 2015-01-06 18:55 GMT+01:00 sebb seb...@gmail.com: On 6 January 2015 at 17:24, Benedikt Ritter brit...@apache.org wrote: Hello Sebb, 2015-01-06 18:01 GMT+01:00 sebb seb...@gmail.com: -1 When the first components moved to Git, the agreement was that these would be used

Re: svn commit: r1661762 - in /commons/proper/lang/trunk/src: changes/ main/java/org/apache/commons/lang3/concurrent/ test/java/org/apache/commons/lang3/concurrent/

2015-02-26 Thread Benedikt Ritter
2015-02-25 15:20 GMT+01:00 Benedikt Ritter brit...@apache.org: 2015-02-23 21:47 GMT+01:00 Oliver Heger oliver.he...@oliver-heger.de: Am 23.02.2015 um 21:35 schrieb Benedikt Ritter: Oliver Heger has raised concerns about this commit in JIRA [1]: This is a strong change in the behavior

Re: svn commit: r1661762 - in /commons/proper/lang/trunk/src: changes/ main/java/org/apache/commons/lang3/concurrent/ test/java/org/apache/commons/lang3/concurrent/

2015-02-25 Thread Benedikt Ritter
2015-02-23 21:47 GMT+01:00 Oliver Heger oliver.he...@oliver-heger.de: Am 23.02.2015 um 21:35 schrieb Benedikt Ritter: Oliver Heger has raised concerns about this commit in JIRA [1]: This is a strong change in the behavior of this class. The main property of atomic initializers

Re: svn commit: r1661559 - /commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPool.java

2015-02-23 Thread Benedikt Ritter
Hello Phil, 2015-02-22 21:43 GMT+01:00 pste...@apache.org: Author: psteitz Date: Sun Feb 22 20:43:30 2015 New Revision: 1661559 URL: http://svn.apache.org/r1661559 Log: Added (disabled) tests for JIRA: DBCP-283 and DBCP-284. Modified:

Re: Help to publish jcs 2.0-beta-1 site

2015-02-23 Thread Benedikt Ritter
Hi Romain, 2015-02-23 19:34 GMT+01:00 Romain Manni-Bucau rmannibu...@gmail.com: Hi guys Is there any doc on how to publish a commons site without cms? Basically a scp like would save me this time. Have a look at [1]. You have build the site locally and then add and commit it to the SVN

Re: svn commit: r1661745 - /commons/cms-site/trunk/content/xdoc/site-publish.xml

2015-02-23 Thread Benedikt Ritter
Nice! 2015-02-23 19:56 GMT+01:00 s...@apache.org: Author: sebb Date: Mon Feb 23 18:56:18 2015 New Revision: 1661745 URL: http://svn.apache.org/r1661745 Log: Clarify Modified: commons/cms-site/trunk/content/xdoc/site-publish.xml Modified:

Re: svn commit: r1661762 - in /commons/proper/lang/trunk/src: changes/ main/java/org/apache/commons/lang3/concurrent/ test/java/org/apache/commons/lang3/concurrent/

2015-02-23 Thread Benedikt Ritter
Oliver Heger has raised concerns about this commit in JIRA [1]: This is a strong change in the behavior of this class. The main property of atomic initializers was that they are non blocking. Now a blocking wait has been introduced. When there is so much contention that the busy wait is

Re: [VOTE] Release BCEL 6.0 based on RC3

2015-02-19 Thread Benedikt Ritter
with that I'm aware of. Changing the major version number for a commons component always implies changing maven coords and the package name. We do this, so that several versions of the same commons component can be in the same classpath. Benedikt On Thu, Feb 19, 2015 at 7:07 AM, Benedikt Ritter brit

Re: [Releases] Jitpack

2015-02-19 Thread Benedikt Ritter
2015-02-20 7:18 GMT+01:00 Jan Matèrne (jhm) apa...@materne.de: Not sure how you would 'manage' releases. But it provides a quick access to public available projects on Github, even if they are not build/released yet. Depends on the definition of a release. If a release is just a specific

Re: [VOTE] Release BCEL 6.0 based on RC3

2015-02-19 Thread Benedikt Ritter
2015-02-19 16:06 GMT+01:00 Emmanuel Bourg ebo...@apache.org: Le 19/02/2015 15:17, Ben McCann a écrit : Perhaps if there are only a few breaking changes we could prioritize reviewing those first and leave the rest for 6.1. Alternatively, we could release what's available now as 6.0 and

Re: [VOTE] Release BCEL 6.0 based on RC3

2015-02-18 Thread Benedikt Ritter
2015-02-19 5:11 GMT+01:00 Gary Gregory garydgreg...@gmail.com: On Wed, Feb 18, 2015 at 7:04 PM, Ben McCann b...@benmccann.com wrote: Would it be possible to release 6.0 now and release Mark's patches as 6.1 or 7.0? I'm concerned it may be quite a long time before his patches are committed

Re: svn commit: r1659973 [1/3] - in /commons/sandbox/rdf/trunk: ./ api/src/main/java/org/apache/commons/rdf/ impl.sparql/ impl.sparql/src/ impl.sparql/src/main/ impl.sparql/src/main/java/ impl.sparql/

2015-02-18 Thread Benedikt Ritter
2015-02-17 7:04 GMT+01:00 Benedikt Ritter brit...@apache.org: 2015-02-17 0:13 GMT+01:00 Peter Ansell ansell.pe...@gmail.com: Hi Bernard, The Commons RDF project is not planning on including any non-trivial implementations, to avoid bias towards any of the participating platforms. Stian

Re: Design guidelines and SemVer

2015-02-18 Thread Benedikt Ritter
/asf/commons/cms-site/ [2] http://commons.apache.org/site-publish.html On 18 February 2015 at 06:19, Benedikt Ritter brit...@apache.org wrote: 2015-02-18 5:09 GMT+01:00 Peter Ansell ansell.pe...@gmail.com: On 18 February 2015 at 12:28, sebb seb...@gmail.com wrote: On 17 February 2015

Re: Design guidelines and SemVer

2015-02-17 Thread Benedikt Ritter
, Benedikt Ritter brit...@apache.org wrote: snip, sounds good and the maven coordinates when we break binary compatibility (= bump up the major version number). We do this to avoid jar hell. This way two versions of the same commons library can be in the same classpath. I hope most other

Re: svn commit: r1659973 [1/3] - in /commons/sandbox/rdf/trunk: ./ api/src/main/java/org/apache/commons/rdf/ impl.sparql/ impl.sparql/src/ impl.sparql/src/main/ impl.sparql/src/main/java/ impl.sparql/

2015-02-16 Thread Benedikt Ritter
the fact that github Commons RDF will eventually move to Apache Commons after incubation. What should haben with the code that is in the repository by that time? Reto, can you comment please? Regards, Benedikt Cheers, Peter On 16 February 2015 at 18:34, Benedikt Ritter brit...@apache.org

Re: Design guidelines and SemVer

2015-02-16 Thread Benedikt Ritter
Hello Peter 2015-02-15 22:49 GMT+01:00 Peter Ansell ansell.pe...@gmail.com: On 15 February 2015 at 21:29, Benedikt Ritter brit...@apache.org wrote: snip We like to underline, that we have no experience with the RDF specification. From a technical point of view we can help to develop

Re: svn commit: r1658276 - in /commons/proper/csv/trunk: pom.xml src/test/java/org/apache/commons/csv/CSVBenchmark.java

2015-02-15 Thread Benedikt Ritter
2015-02-09 2:40 GMT+01:00 sebb seb...@gmail.com: On 8 February 2015 at 23:47, ebo...@apache.org wrote: Author: ebourg Date: Sun Feb 8 23:47:27 2015 New Revision: 1658276 URL: http://svn.apache.org/r1658276 Log: Added a JMH benchmark to compare the most commons CSV parsers -1

Re: [DISCUSS] Commons RDF to join the Apache Incubator

2015-02-15 Thread Benedikt Ritter
as a gesture of openness to Sesame? === Nominated Mentors === * Benedikt Ritter (britter at apache dot org) * TBD Benedikt is a member of the Commons PMC, but he's not a member of the IPMC nor an Apache Member -- so although Commons input is important, unfortunately it's not a valid

Re: svn commit: r1659973 [1/3] - in /commons/sandbox/rdf/trunk: ./ api/src/main/java/org/apache/commons/rdf/ impl.sparql/ impl.sparql/src/ impl.sparql/src/main/ impl.sparql/src/main/java/ impl.sparql/

2015-02-15 Thread Benedikt Ritter
Hello Reto, how does this relate to github Commons RDF? Is this part of the code base proposed for incubation? Regards, Benedikt 2015-02-15 19:41 GMT+01:00 r...@apache.org: Author: reto Date: Sun Feb 15 18:41:15 2015 New Revision: 1659973 URL: http://svn.apache.org/r1659973 Log: Started

Re: [ALL] [RDF] Commons RDF incubation proposal

2015-02-12 Thread Benedikt Ritter
Hi guys, I'm stil on vacation, but I will be back on saturday. I'll join the conversation on the incubator list once I'm back, if nobody else has done it until then. Regards, Benedikt Send from my mobile device Am 11.02.2015 um 15:35 schrieb Sergio Fernández wik...@apache.org: Hi,

Re: Gary's schedule

2015-02-02 Thread Benedikt Ritter
Same for me. I'm on vacation in Thailand for two weeks and will be offline until Feb, 14th. Benedikt 2015-02-02 20:21 GMT+01:00 Gary Gregory garydgreg...@gmail.com: FYI: I've be driving and meandering cross country, moving to Southern California and be off line February 6-15th. Gary --

Re: [compress] (Internal)LZWInputStream

2015-02-01 Thread Benedikt Ritter
Send from my mobile device Am 01.02.2015 um 07:04 schrieb Stefan Bodewig bode...@apache.org: Hi I'm trying to bring together two separate discussions from two different [VOTE]-threads. It seems as if I should cancel the RC2 vote and before I rush another RC maybe we can get consensus

Re: [ALL] [RDF] Commons RDF approach

2015-01-30 Thread Benedikt Ritter
2015-01-30 15:02 GMT+01:00 Sergio Fernández wik...@apache.org: On 30/01/15 14:36, Stian Soiland-Reyes wrote: I hope you would still feel welcome to become an unofficial mentor (teaching us the Apache Commons way perhaps) even if you haven't got the right badges (yet). :) Well, I'd like to

Re: [VOTE] Release Compress 1.10 Based on RC1

2015-01-30 Thread Benedikt Ritter
Hello Stefan, 2015-01-30 20:41 GMT+01:00 Stefan Bodewig bode...@apache.org: On 2015-01-30, Gary Gregory wrote: On Fri, Jan 30, 2015 at 6:06 AM, Stefan Bodewig bode...@apache.org wrote: The superclass of ZCompressorInputStream has changed from one we've removed with the old __internal__

Re: [collections] COLLECTIONS-551

2015-01-29 Thread Benedikt Ritter
Hello Gonçalo, welcome to the Apache Commons community. 2015-01-29 11:57 GMT+01:00 Gonçalo Marques goncalodinismarq...@gmail.com: Hello, I'm creating this thread in order to discuss issue COLLECTIONS-551. I don't know the deprecation policies of the Commons project in detail, but based on

Re: [ALL] [RDF] Commons RDF approach

2015-01-29 Thread Benedikt Ritter
Hello Sergio, 2015-01-28 17:22 GMT+01:00 Sergio Fernández wik...@apache.org: Hi everybody, after the intense discussions last weeks, this week we're coming down to what could be a suitable approach for Commons RDF. Summarizing, we understand that the Apache Commons project wants to keep

Re: [ALL] [RDF] Commons RDF approach

2015-01-29 Thread Benedikt Ritter
Hello Sergio, 2015-01-29 14:44 GMT+01:00 Sergio Fernández wik...@apache.org: Hi Benedikt, On 29/01/15 13:01, Benedikt Ritter wrote: 2015-01-28 17:22 GMT+01:00 Sergio Fernández wik...@apache.org: I'd like to have a Champion who is also part of the Commons PMC, any volunteer? I've

Re: svn commit: r1655299 - /commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2/PoolingDataSource.java

2015-01-28 Thread Benedikt Ritter
Hi Phil, I prefer {@link Connection Connections}. Looks better in the javadoc report. Benedikt 2015-01-28 14:27 GMT+01:00 pste...@apache.org: Author: psteitz Date: Wed Jan 28 13:27:51 2015 New Revision: 1655299 URL: http://svn.apache.org/r1655299 Log: Javadoc typo. Modified:

Re: [VOTE][JCS] release [jcs] 2.0-beta-1 (take 3)

2015-01-28 Thread Benedikt Ritter
Hello Romain, I've looked at the RC. - Signs and hashes are good - builds find with maven 3.2.5 and Java 6 and 7, although the build of the core takes forever... The build fails with Java 8 (I've run mvn clean verify). It looks like it's trying to create the JavaDocs but that fails because of

Re: [VOTE] (lazy consensus) Release Commons Parent 37

2015-01-27 Thread Benedikt Ritter
continuing to investigate, but I think we can let the CP37 release go ahead. It may be that we will need a CP38 to fix the Java8 issue, but that's for another day. On 27 January 2015 at 13:23, Benedikt Ritter brit...@apache.org wrote: 2015-01-27 13:42 GMT+01:00 sebb seb...@gmail.com

Re: [VOTE] (lazy consensus) Release Commons Parent 37

2015-01-27 Thread Benedikt Ritter
we can let the CP37 release go ahead. It may be that we will need a CP38 to fix the Java8 issue, but that's for another day. Full agreement. On 27 January 2015 at 13:23, Benedikt Ritter brit...@apache.org wrote: 2015-01-27 13:42 GMT+01:00 sebb seb...@gmail.com: On 27 January 2015

Re: [VOTE] (lazy consensus) Release Commons Parent 37

2015-01-27 Thread Benedikt Ritter
2015-01-25 12:15 GMT+01:00 sebb seb...@gmail.com: Hello All, The Apache Commons Parent POM provides common settings for all Apache Commons components. This is a VOTE to release Commons Parent 37 from RC2. This VOTE by LAZY-CONSENSUS is open for at least 72 hours until January 28 11:30

Re: [continuum] BUILD FAILURE: Apache Commons Imaging - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2015-01-27 Thread Benedikt Ritter
2015-01-27 21:21 GMT+01:00 Apache Continuum d...@continuum.apache.org: Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=39308projectId=256 Build statistics: State: Failed Previous State: Ok Started at: Tue 27 Jan 2015 20:20:35 + Finished at:

Re: [VOTE] (lazy consensus) Release Commons Parent 37

2015-01-27 Thread Benedikt Ritter
2015-01-27 13:51 GMT+01:00 sebb seb...@gmail.com: It also fails for me using Java 8 on MacOSX. I am looking into it now. Could be related to cobertura... On 27 January 2015 at 12:42, sebb seb...@gmail.com wrote: On 27 January 2015 at 08:10, Benedikt Ritter brit...@apache.org wrote

Re: [VOTE] (lazy consensus) Release Commons Parent 37

2015-01-27 Thread Benedikt Ritter
2015-01-27 13:42 GMT+01:00 sebb seb...@gmail.com: On 27 January 2015 at 08:10, Benedikt Ritter brit...@apache.org wrote: 2015-01-25 12:15 GMT+01:00 sebb seb...@gmail.com: Hello All, The Apache Commons Parent POM provides common settings for all Apache Commons components

Re: [collections] Revert a performance related fix in 4.1

2015-01-26 Thread Benedikt Ritter
2015-01-26 14:05 GMT+01:00 Gary Gregory garydgreg...@gmail.com: On Mon, Jan 26, 2015 at 7:03 AM, Benedikt Ritter brit...@apache.org wrote: Hello Adrian 2015-01-24 19:43 GMT+01:00 Adrian Crum adrian.c...@sandglass-software.com : Slightly off-topic but somewhat related... I

Re: svn commit: r1654500 - in /commons/proper/validator/trunk/src: changes/ main/java/org/apache/commons/validator/routines/ test/java/org/apache/commons/validator/routines/

2015-01-26 Thread Benedikt Ritter
2015-01-26 12:25 GMT+01:00 sebb seb...@gmail.com: On 26 January 2015 at 07:30, Benedikt Ritter brit...@apache.org wrote: Hello sebb, 2015-01-25 12:55 GMT+01:00 sebb seb...@gmail.com: On 25 January 2015 at 11:12, sebb seb...@gmail.com wrote: On 25 January 2015 at 10:58, Benedikt

Re: svn commit: r1654500 - in /commons/proper/validator/trunk/src: changes/ main/java/org/apache/commons/validator/routines/ test/java/org/apache/commons/validator/routines/

2015-01-26 Thread Benedikt Ritter
2015-01-26 12:47 GMT+01:00 Benedikt Ritter brit...@apache.org: 2015-01-26 12:25 GMT+01:00 sebb seb...@gmail.com: On 26 January 2015 at 07:30, Benedikt Ritter brit...@apache.org wrote: Hello sebb, 2015-01-25 12:55 GMT+01:00 sebb seb...@gmail.com: On 25 January 2015 at 11:12, sebb

Re: [collections] Revert a performance related fix in 4.1

2015-01-26 Thread Benedikt Ritter
Hello Adrian 2015-01-24 19:43 GMT+01:00 Adrian Crum adrian.c...@sandglass-software.com: Slightly off-topic but somewhat related... I saw a recent commit where a performance improvement went something like this: StringBuilder sb = new StringBuilder(); sb.append(foo); was replaced with

Re: svn commit: r1654500 - in /commons/proper/validator/trunk/src: changes/ main/java/org/apache/commons/validator/routines/ test/java/org/apache/commons/validator/routines/

2015-01-25 Thread Benedikt Ritter
Hello sebb, 2015-01-24 13:16 GMT+01:00 sebb seb...@gmail.com: On 24 January 2015 at 12:01, brit...@apache.org wrote: Author: britter Date: Sat Jan 24 12:01:20 2015 New Revision: 1654500 URL: http://svn.apache.org/r1654500 Log: VALIDATOR-358: Underscores in domain names are not

Re: [ALL] Time for CP 37?

2015-01-25 Thread Benedikt Ritter
but that is not ideal. On 24 January 2015 at 12:11, Benedikt Ritter brit...@apache.org wrote: 2015-01-24 13:05 GMT+01:00 Benedikt Ritter brit...@apache.org: 2015-01-23 16:39 GMT+01:00 sebb seb...@gmail.com: On 23 January 2015 at 14:52, Benedikt Ritter brit...@apache.org wrote

Re: [compress] Preparations for 1.10

2015-01-25 Thread Benedikt Ritter
Hi, Am 24.01.2015 um 13:18 schrieb Stefan Bodewig bode...@apache.org: On 2015-01-23, Emmanuel Bourg wrote: Le 22/01/2015 17:30, Stefan Bodewig a écrit : Please have a look and identify stuff that looks as if I'd have to reroll a new RC should it come to a vote with the current code

Re: svn commit: r1654500 - in /commons/proper/validator/trunk/src: changes/ main/java/org/apache/commons/validator/routines/ test/java/org/apache/commons/validator/routines/

2015-01-25 Thread Benedikt Ritter
Hello sebb, 2015-01-25 12:55 GMT+01:00 sebb seb...@gmail.com: On 25 January 2015 at 11:12, sebb seb...@gmail.com wrote: On 25 January 2015 at 10:58, Benedikt Ritter brit...@apache.org wrote: Hello sebb, 2015-01-24 13:16 GMT+01:00 sebb seb...@gmail.com: On 24 January 2015 at 12:01

Re: [ALL] Time for CP 37?

2015-01-24 Thread Benedikt Ritter
2015-01-24 13:05 GMT+01:00 Benedikt Ritter brit...@apache.org: 2015-01-23 16:39 GMT+01:00 sebb seb...@gmail.com: On 23 January 2015 at 14:52, Benedikt Ritter brit...@apache.org wrote: 2015-01-23 15:10 GMT+01:00 sebb seb...@gmail.com: On 23 January 2015 at 13:48, Benedikt Ritter brit

Re: [ALL] Time for CP 37?

2015-01-24 Thread Benedikt Ritter
2015-01-23 16:39 GMT+01:00 sebb seb...@gmail.com: On 23 January 2015 at 14:52, Benedikt Ritter brit...@apache.org wrote: 2015-01-23 15:10 GMT+01:00 sebb seb...@gmail.com: On 23 January 2015 at 13:48, Benedikt Ritter brit...@apache.org wrote: 2015-01-23 14:20 GMT+01:00 sebb seb

Re: [bcel] new to list - introduction

2015-01-24 Thread Benedikt Ritter
2015-01-23 20:55 GMT+01:00 Mark Roberts mar...@cs.washington.edu: My name is Mark Roberts and I work in the Programming Languages and Software Engineering group (PLSE) at the University of Washington. ( http://www.cs.washington.edu/research/plse) Our team develops and supports a number of

Re: [ALL] Time for CP 37?

2015-01-23 Thread Benedikt Ritter
2015-01-23 14:20 GMT+01:00 sebb seb...@gmail.com: I think it's probably time to release Commons Parent 37. Any more quick fixes to be added, or is it OK to go? I'd like to find out what is going on with the animal-sniffer plugin when building [lang]. I'll have a look at this tomorrow, okay?

Re: svn commit: r1650787 - /commons/proper/validator/trunk/pom.xml

2015-01-23 Thread Benedikt Ritter
Thank you for spotting! I'll try to have a look later today or tomorrow. 2015-01-23 3:24 GMT+01:00 sebb seb...@gmail.com: On 10 January 2015 at 18:17, brit...@apache.org wrote: Author: britter Date: Sat Jan 10 18:17:54 2015 New Revision: 1650787 URL: http://svn.apache.org/r1650787

Re: [ALL] Time for CP 37?

2015-01-23 Thread Benedikt Ritter
2015-01-23 15:10 GMT+01:00 sebb seb...@gmail.com: On 23 January 2015 at 13:48, Benedikt Ritter brit...@apache.org wrote: 2015-01-23 14:20 GMT+01:00 sebb seb...@gmail.com: I think it's probably time to release Commons Parent 37. Any more quick fixes to be added, or is it OK to go

Re: Publishing a Sandbox Site

2015-01-22 Thread Benedikt Ritter
Hi Jochen, 2015-01-22 7:53 GMT+01:00 Jochen Wiedmann jochen.wiedm...@gmail.com: On Wed, Jan 21, 2015 at 6:13 PM, Gary Gregory garydgreg...@gmail.com wrote: Is it different than publishing any other site? I would hope the instructions on how to use our CMS apply here too. No idea. Bu

Re: [IMAGING] Github mirror doesn't sync anymore

2015-01-22 Thread Benedikt Ritter
FYI: the issue has been resolved and the mirror is up to date again. 2015-01-05 15:34 GMT+01:00 Benedikt Ritter brit...@apache.org: Please vote this issue up, if you like, since it is still pending... 2014-12-29 11:39 GMT+01:00 Benedikt Ritter brit...@apache.org: FYI: I have created INFRS

[LANG] Site build fails with CP 37-SNAPSHOT due to animal sniffer plugin

2015-01-21 Thread Benedikt Ritter
Hi, I was playing around with the Commons skin and had to include CP 37-SNAPSHOT into lang to get my new site skin prototype working. When executing mvn clean site on lang with: Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T18:29:23+01:00) Maven home:

Re: [DISCUSS][RDF] Separate mailing list for Commons RDF

2015-01-20 Thread Benedikt Ritter
2015-01-20 16:09 GMT+01:00 Sergio Fernández wik...@apache.org: Hi, On 20/01/15 15:41, Andy Seaborne wrote: Torsten -- interesting that graduation could be to commons - has that happened before? It already happened, yes: http://markmail.org/search/?q=list%3Aorg.apache.incubator.

Re: [ALL] Commons Parent - additional minimal site building profile?

2015-01-19 Thread Benedikt Ritter
2015-01-20 2:13 GMT+01:00 sebb seb...@gmail.com: On 20 January 2015 at 00:51, Phil Steitz phil.ste...@gmail.com wrote: On 1/19/15 4:53 PM, sebb wrote: Building the full site for a component can be quite time-consuming, which makes checking the documentation build tedious. Almost all

Re: [DISCUSS][RDF] Separate mailing list for Commons RDF

2015-01-19 Thread Benedikt Ritter
2015 12:15:42 -0500, Gary Gregory wrote: On Mon, Jan 19, 2015 at 11:40 AM, Phil Steitz phil.ste...@gmail.com wrote: On 1/19/15 7:51 AM, Emmanuel Bourg wrote: Le 19/01/2015 15:32, Benedikt Ritter a écrit : Now the question is: do we want to make an exception for the Commons RDF

[DISCUSS][RDF] Separate mailing list for Commons RDF

2015-01-19 Thread Benedikt Ritter
Hi all, following up the discussion at [1] the folks from git github commons RDF project [2] would like to join the Apache Commons Project, but they ask us to create a separate mailing list for this component. Gilles has already brought up this topic [3] and my feeling is, that we in general

[ALL] Bulk operations in Jira (Was: Re: [ALL] Too much traffic on the dev ML)

2015-01-19 Thread Benedikt Ritter
). I can confirm that there is an interface for doing bulk operation. Since you can't see it, it must have something to do with your privileges. I think Mark Thomas or Sebb can figure this out for you. Benedikt Gruss Bernd Am Sun, 18 Jan 2015 13:21:17 +0100 schrieb Benedikt Ritter brit

Re: [ALL][RDF] github Commons RDF vs. Apache Commons Sandbox RDF

2015-01-18 Thread Benedikt Ritter
Hello Peter, 2015-01-16 1:29 GMT+01:00 Peter Ansell ansell.pe...@gmail.com: The Clerezza team were all notified about the effort to put a common RDF API together on GitHub and they responded positively at that point. The only sticking point then and now IMO is the purely academic distinction

Re: [ALL] Too much traffic on the dev ML

2015-01-18 Thread Benedikt Ritter
2015-01-17 23:36 GMT+01:00 Emmanuel Bourg ebo...@apache.org: Le 17/01/2015 23:18, Phil Steitz a écrit : Sorry for the hijack; but I agree this is noise that would be nice to suppress. +1 I suggest to leave the bugs fixed and avoid closing them, that's useless. When you do bulk

Re: [ALL] Too much traffic on the dev ML

2015-01-18 Thread Benedikt Ritter
2015-01-16 17:21 GMT+01:00 Ben McCann b...@benmccann.com: I find the whole I idea of a mailing list very 1990s. +1 I've heard that from people several times... I'd much prefer something like Google Groups where I can set my notification preferences easily to send me updates only on

Re: [ALL] Too much traffic on the dev ML

2015-01-15 Thread Benedikt Ritter
Hi Gilles, 2015-01-16 1:47 GMT+01:00 Gilles gil...@harfang.homelinux.org: Hi. In the discussion that started about RDF, it seems that the traffic volume is a stumbling block. [For some time now, it has been a growing nuisance, and the usual dismissal about filters won't change the fact:

[ALL][RDF] github Commons RDF vs. Apache Commons Sandbox RDF

2015-01-15 Thread Benedikt Ritter
Hi all, I just want to let you know, that I've joined the discussion, the github commons rdf community is currently having at github [3]. I think it is time for the PMC to take action here since it feels like there is a conflict in the beginning. Hello Commons RDF community, first of all, I'm

Re: [ALL] Commons Parent - include Animal Sniffer?

2015-01-14 Thread Benedikt Ritter
2015-01-14 0:57 GMT+01:00 sebb seb...@gmail.com: I've been experimenting with Animal Sniffer in NET as a basic check that the code does not try to use method etc which are not present in the target Java version. [For example, java.net.IDN requires Java 1.6+] Although the plugin is not

[ANNOUNCEMENT] Apache Commons Validator 1.4.1 released!

2015-01-14 Thread Benedikt Ritter
, or suggestions for improvement, see the Apache Commons Validator website: http://commons.apache.org/proper/commons-validator/ Benedikt Ritter, on behalf of the Apache Commons community -- http://people.apache.org/~britter/ http://www.systemoutprintln.de/ http://twitter.com/BenediktRitter http

Re: [continuum] BUILD FAILURE: Apache Commons Validator - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2015-01-13 Thread Benedikt Ritter
2015-01-13 23:11 GMT+01:00 sebb seb...@gmail.com: On 13 January 2015 at 22:02, sebb seb...@gmail.com wrote: Rats! Looks like a bug here: final String authorityASCII = DomainValidator.unicodeToASCII(authority); This is supposed to leave the input string along if it cannot convert

[RESULT][VOTE] Release Apache Commons Validator 1.4.1 based on RC3

2015-01-13 Thread Benedikt Ritter
2015-01-10 19:51 GMT+01:00 Benedikt Ritter brit...@apache.org: Hi all, we have fixed the issues which where found in RC2 (and a lot more ;-)) so I'd like to call a new vote to release Apache Commons Validator 1.4.1 based on RC3. Changes between RC2 and RC3: - Removed dependency to methods

[LANG] Re: Patch for review

2015-01-13 Thread Benedikt Ritter
Sebb, you have worked on the issue. Do you have time to take a look? Benedikt 2015-01-13 10:06 GMT+01:00 Shweta Turakhia shweta.a.thak...@gmail.com: Hi, Can someone please take a look at the patch uploaded for https://issues.apache.org/jira/browse/LANG-1061 I made the changes as

Re: [VOTE] Release Aoache Commons Validator 1.4.1 based on RC3

2015-01-13 Thread Benedikt Ritter
2015-01-10 19:51 GMT+01:00 Benedikt Ritter brit...@apache.org: Hi all, we have fixed the issues which where found in RC2 (and a lot more ;-)) so I'd like to call a new vote to release Apache Commons Validator 1.4.1 based on RC3. Changes between RC2 and RC3: - Removed dependency to methods

Re: [VOTE] Release Aoache Commons Validator 1.4.1 based on RC3

2015-01-12 Thread Benedikt Ritter
in stressful revert / cleanup activities when we screw up (which we all do regularly). The inspection steps are all steps you end up taking anyway, so push one button doesn't actually save any time. Phil On Sunday, January 11, 2015, Benedikt Ritter brit...@apache.org wrote

Re: [VOTE] Release Aoache Commons Validator 1.4.1 based on RC3

2015-01-12 Thread Benedikt Ritter
:51 PM, Benedikt Ritter brit...@apache.org wrote: Hi all, we have fixed the issues which where found in RC2 (and a lot more ;-)) so I'd like to call a new vote to release Apache Commons Validator 1.4.1 based on RC3. Changes between RC2 and RC3: - Removed dependency to methods Java

Re: [VOTE] Release Aoache Commons Validator 1.4.1 based on RC3

2015-01-11 Thread Benedikt Ritter
2015-01-11 11:03 GMT+01:00 Luc Maisonobe l...@spaceroots.org: Le 10/01/2015 19:51, Benedikt Ritter a écrit : Hi all, we have fixed the issues which where found in RC2 (and a lot more ;-)) so I'd like to call a new vote to release Apache Commons Validator 1.4.1 based on RC3

[VOTE] Release Aoache Commons Validator 1.4.1 based on RC3

2015-01-10 Thread Benedikt Ritter
Hi all, we have fixed the issues which where found in RC2 (and a lot more ;-)) so I'd like to call a new vote to release Apache Commons Validator 1.4.1 based on RC3. Changes between RC2 and RC3: - Removed dependency to methods Java 1.4 - [VALIDATOR-342] URLValidator returns false for

Re: [math] Arrays.copyOf is Java 1.6+

2015-01-08 Thread Benedikt Ritter
Send from my mobile device Am 08.01.2015 um 16:44 schrieb sebb seb...@gmail.com: On 8 January 2015 at 11:45, Thomas Neidhart thomas.neidh...@gmail.com wrote: On 01/08/2015 12:25 PM, sebb wrote: On 8 January 2015 at 11:13, Thomas Neidhart thomas.neidh...@gmail.com wrote: On 01/08/2015

Re: [All] Animal sniffer (was: [math] Arrays.copyOf is Java 1.6+)

2015-01-08 Thread Benedikt Ritter
Send from my mobile device Am 08.01.2015 um 17:38 schrieb Thomas Neidhart thomas.neidh...@gmail.com: On 01/08/2015 05:24 PM, sebb wrote: On 8 January 2015 at 16:13, Thomas Neidhart thomas.neidh...@gmail.com wrote: On 01/08/2015 04:44 PM, sebb wrote: On 8 January 2015 at 11:45, Thomas

Re: [Math] Java version (Was: [MATH] Jenkins build)

2015-01-08 Thread Benedikt Ritter
2015-01-08 13:57 GMT+01:00 Martin Grotle Soukup martin.grotle.sou...@gmail.com: Hi, I am only a user of the library, but I would be excited to see CM take advantage of the new features of java 8. Best regards, Martin Grotle Soukup 2015-01-08 12:34 GMT+01:00 Gilles

Re: [GIT] Getting started with Git and Eclipse

2015-01-08 Thread Benedikt Ritter
2015-01-07 21:05 GMT+01:00 sebb seb...@gmail.com: On 7 January 2015 at 17:57, Christopher ctubb...@apache.org wrote: On Wed, Jan 7, 2015 at 12:47 PM, sebb seb...@gmail.com wrote: On 7 January 2015 at 17:39, Christopher ctubb...@apache.org wrote: On Wed, Jan 7, 2015 at 10:11 AM, sebb

[RESULT][VOTE][LAZY] Migrate Apache Commons Lang to git

2015-01-06 Thread Benedikt Ritter
2015-01-03 13:28 GMT+01:00 Benedikt Ritter brit...@apache.org: Hi all, since we made first (good?) experiences with Commons Math using git as primary VCS, I'd like to call a vote to migrate Commons Lang to git. This vote by lazy consensus will close no sooner than 72 hours from now, i.e

Re: [VOTE][LAZY] Migrate Apache Commons Lang to git

2015-01-06 Thread Benedikt Ritter
://commons.apache.org/releases/release.html On 3 January 2015 at 12:28, Benedikt Ritter brit...@apache.org wrote: Hi all, since we made first (good?) experiences with Commons Math using git as primary VCS, I'd like to call a vote to migrate Commons Lang to git. This vote by lazy

Re: [IMAGING] Github mirror doesn't sync anymore

2015-01-05 Thread Benedikt Ritter
Please vote this issue up, if you like, since it is still pending... 2014-12-29 11:39 GMT+01:00 Benedikt Ritter brit...@apache.org: FYI: I have created INFRS-8949 [1], because the github mirror of imaging at https://github.com/apache/commons-imaging doesn't seem to sync anymore. Regards

Re: [IMAGING] Constant interfaces vs. constant classes

2015-01-05 Thread Benedikt Ritter
classes to define constants. Gary On Sun, Jan 4, 2015 at 1:58 PM, Benedikt Ritter brit...@apache.org wrote: Hi all, imaging has a lot of constant interfaces and even the org.apache.commons.imaging.formats.tiff.constants.AllTagConstants interface which combine several interfaces

Re: [VOTE][JCS] release [jcs] 2.0-beta-1 (take 3)

2015-01-05 Thread Benedikt Ritter
Hello Romain, what do I have to do to build the module web sites? After mvn site I have a link Project Modules in the navigation, but the links to the module sites don't work. Can you help? Benedikt 2015-01-04 22:35 GMT+01:00 Romain Manni-Bucau rmannibu...@gmail.com: Hi Another try with

Re: [VOTE][JCS] release [jcs] 2.0-beta-1 (take 3)

2015-01-05 Thread Benedikt Ritter
://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2015-01-05 19:55 GMT+01:00 Benedikt Ritter brit...@apache.org: Hello Romain, what do I have to do to build the module web sites? After mvn site I have a link Project Modules in the navigation

Re: help to setup license/notice files for JCS

2015-01-04 Thread Benedikt Ritter
Hi Romain, 2014-12-31 18:14 GMT+01:00 Romain Manni-Bucau rmannibu...@gmail.com: Hi guys, anyone with a knowledge of [parent] pom could help me to setup license/notice files in binaries/sources/javadoc jars? I added LICENSE.txt and NOTICE.txt in submodules but it doesnt pop up in built

Re: [VALIDATOR] Working on the TLD list (Was: Re: [CANCEL][VOTE] Release Apache Commons Validator 1.4.1 based on RC2)

2015-01-04 Thread Benedikt Ritter
2015-01-03 19:32 GMT+01:00 sebb seb...@gmail.com: On 3 January 2015 at 12:34, Benedikt Ritter brit...@apache.org wrote: Hello Sebb, 2015-01-03 4:35 GMT+01:00 sebb seb...@gmail.com: I've made quite a bit of progress. However the IANA text file merges all the TLDs into one file

Re: [VALIDATOR] Working on the TLD list (Was: Re: [CANCEL][VOTE] Release Apache Commons Validator 1.4.1 based on RC2)

2015-01-04 Thread Benedikt Ritter
this last Java 1.4 compatible release out of the dort and then update to a more recent Java version. I'll replace the Unicode entries shortly. Thank you! Benedikt On 3 January 2015 at 18:32, sebb seb...@gmail.com wrote: On 3 January 2015 at 12:34, Benedikt Ritter brit...@apache.org

Re: Announce: Commons Inject

2015-01-04 Thread Benedikt Ritter
, which are required for obvious reasons. (After all, this is the implemented standard.) On Wed, Dec 17, 2014 at 11:52 AM, Benedikt Ritter brit...@apache.org wrote: 2014-11-19 8:44 GMT+01:00 Mark Struberg strub...@yahoo.de: Jochen, I might have done something wrong so please help me

Re: svn commit: r1649362 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/png/scanlinefilters/

2015-01-04 Thread Benedikt Ritter
Hello Thomas, 2015-01-04 18:37 GMT+01:00 Thomas Neidhart thomas.neidh...@gmail.com: On 01/04/2015 06:07 PM, brit...@apache.org wrote: Author: britter Date: Sun Jan 4 17:07:51 2015 New Revision: 1649362 URL: http://svn.apache.org/r1649362 Log: ScanlineFilter really is an interface

[IMAGING] Constant interfaces vs. constant classes

2015-01-04 Thread Benedikt Ritter
Hi all, imaging has a lot of constant interfaces and even the org.apache.commons.imaging.formats.tiff.constants.AllTagConstants interface which combine several interfaces. I'm in the no constant interfaces group. An interface should be used to, well, define an interface. Defining interfaces only

[VALIDATOR] Ready for 1.4.1 RC3?

2015-01-04 Thread Benedikt Ritter
Hi all, there have been some fixes in the last few days (mostly thanks to sebb) and my feeling is, that we're ready to cut 1.4.1 RC3. If there is something left you would like to add, then please let me know. Otherwise I'll cut RC3 tonight or tomorrow. Regards, Benedikt --

[VALIDATOR] Working on the TLD list (Was: Re: [CANCEL][VOTE] Release Apache Commons Validator 1.4.1 based on RC2)

2015-01-03 Thread Benedikt Ritter
to help you? Benedikt On 2 January 2015 at 14:47, Benedikt Ritter brit...@apache.org wrote: Hi, this vote in canceled to fix the problems discovered by sebb. I will waint until the XN-- entries are added before I roll out a new RC. Thanks! Benedikt 2015-01-01 19:02 GMT+01:00

Re: Committing Code, JIRA Gardening

2015-01-03 Thread Benedikt Ritter
that it doesn't show up in the reports for this version. Benedikt 1 https://issues.apache.org/jira/browse/DBUTILS-112 On Fri, Jan 2, 2015 at 2:04 AM, Mark Thomas ma...@apache.org wrote: On 02/01/2015 08:50, Benedikt Ritter wrote: snip/ ... so the current process is to request the karma

[VOTE][LAZY] Migrate Apache Commons Lang to git

2015-01-03 Thread Benedikt Ritter
Hi all, since we made first (good?) experiences with Commons Math using git as primary VCS, I'd like to call a vote to migrate Commons Lang to git. This vote by lazy consensus will close no sooner than 72 hours from now, i.e. after 2014/01/06 13:30 CET. Thanks, Benedikt --

Re: Committing Code, JIRA Gardening

2015-01-02 Thread Benedikt Ritter
Hello Carl, 2015-01-02 7:15 GMT+01:00 Carl Hall thecarlh...@apache.org: Hi all, Per the recent announcement granting commit access to all ASF committers, I'd like to take you up on that. Nice to hear that, welcome to Commons. Can I work directly with the Git repo or should I commit

Re: [site][build-plugin] Keys link link on download page

2015-01-02 Thread Benedikt Ritter
Hello Bernd 2015-01-02 10:04 GMT+01:00 Benedikt Ritter brit...@apache.org: Hello Bernd, 2014-12-31 19:00 GMT+01:00 Bernd Eckenfels e...@zusammenkunft.net: Hello Benedikt, I have pushed an updated download page text (a bit shorter than your proposal). I also made changes to CONTRIBUTING

Re: [imaging] Snapshot versions commons-imaging-1.0-20141227.232306-24 cause compilation error

2015-01-02 Thread Benedikt Ritter
Hello Jordan, The reason you got the compilation errors in the first place was, because I've renamed the IImageMetadata and IImageMetadataItem to ImageMetadata and ImageMetadataItem (I dropped the I prefix). It seems that your project now references the latest snapshot which has this changes. But

Re: [digester] Should popping the last object off the stack update the root?

2015-01-02 Thread Benedikt Ritter
Hello Barney, thanks for the report. The normal way for contributing code is by attaching a patch to jira [1]. Don't forget to include some unit tests ;-) TIA! Benedikt [1] https://issues.apache.org/jira 2015-01-02 12:26 GMT+01:00 Barney b002...@bsxl.com: Hi, There seems to me to be a bit

<    7   8   9   10   11   12   13   14   15   16   >