Re: [VOTE] Release Commons DbUtils 1.6 based on RC2

2014-07-16 Thread Gary Gregory
+1 Tested with: Apache Maven 3.2.2 (45f7c06d68e745d05611f7fd14efb6594181933e; 2014-06-17T09:51:42-04:00) Maven home: C:\Java\apache-maven-3.2.2 Java version: 1.8.0_05, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_05\jre Default locale: en_US, platform encoding: Cp1252 OS n

[VOTE] Release Commons DbUtils 1.6 based on RC2

2014-07-16 Thread Benedikt Ritter
We have fixed quite a few bugs and added some significant enhancements since DbUtils 1.5 was released in 2012, so I would like to release DbUtils 1.6 based on RC2. Note on RC1: From the archives it looks like the RM for RC1 only gave it one try and then stopped working on the release. Note

Re: svn commit: r1611119 - /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/QueryLoader.java

2014-07-16 Thread Benedikt Ritter
not for java.lang, but for java.util. That's why I added it :o) 2014-07-16 21:40 GMT+02:00 Gary Gregory : > So for Javadoc, you do not have to use FQCN for types in java.land AND > java.util? > > Gary > > > On Wed, Jul 16, 2014 at 3:35 PM, Benedikt Ritter > wrote: > > > InvalidPropertiesFormatE

Re: svn commit: r1611119 - /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/QueryLoader.java

2014-07-16 Thread Gary Gregory
So for Javadoc, you do not have to use FQCN for types in java.land AND java.util? Gary On Wed, Jul 16, 2014 at 3:35 PM, Benedikt Ritter wrote: > InvalidPropertiesFormatException is from java.util... > > > 2014-07-16 21:22 GMT+02:00 Gary Gregory : > > > It's java.lang you do not have to import

Re: svn commit: r1611119 - /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/QueryLoader.java

2014-07-16 Thread Benedikt Ritter
InvalidPropertiesFormatException is from java.util... 2014-07-16 21:22 GMT+02:00 Gary Gregory : > It's java.lang you do not have to import ;-) > > > On Wed, Jul 16, 2014 at 2:38 PM, Benedikt Ritter > wrote: > > > Compile and JavaDoc are different things. javac doesn't care for what is > > place

Re: svn commit: r1611119 - /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/QueryLoader.java

2014-07-16 Thread Gary Gregory
It's java.lang you do not have to import ;-) On Wed, Jul 16, 2014 at 2:38 PM, Benedikt Ritter wrote: > Compile and JavaDoc are different things. javac doesn't care for what is > places inside comments (as long as it's a valid UTF-8 character). > > Importing something translates to "I need this

Re: svn commit: r1611119 - /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/QueryLoader.java

2014-07-16 Thread Benedikt Ritter
Compile and JavaDoc are different things. javac doesn't care for what is places inside comments (as long as it's a valid UTF-8 character). Importing something translates to "I need this to do my work". Clearly a class doesn't need an exception it is not catching and only importing we documentation

Re: svn commit: r1611119 - /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/QueryLoader.java

2014-07-16 Thread Gary Gregory
Compile time and Javadoc time is the same thing IMO. Why does it matter? Gary On Wed, Jul 16, 2014 at 2:16 PM, Benedikt Ritter wrote: > So you're introducing a compile dependency to a class just because you want > to generate documentation? Doesn't sound right to me... My IDE (InetlliJ) > auto

Re: svn commit: r1611119 - /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/QueryLoader.java

2014-07-16 Thread Benedikt Ritter
So you're introducing a compile dependency to a class just because you want to generate documentation? Doesn't sound right to me... My IDE (InetlliJ) automatically generates the FQCN in JavaDocs, if the class has not been imported already. 2014-07-16 20:09 GMT+02:00 Gary Gregory : > I disagree w

Re: [dbutils] Please release 1.6

2014-07-16 Thread Gary Gregory
It looks like Benedikt has stepped up and has set the wheels in motion for a 1.6 release candidate. This might not happen until next week though. Stay tuned. Gary On Wed, Jul 16, 2014 at 9:00 AM, Tim Molter wrote: > there's a new feature in dbutils that I would really like to use: > https://is

Re: svn commit: r1611092 - /commons/proper/dbutils/trunk/pom.xml

2014-07-16 Thread Gary Gregory
On Wed, Jul 16, 2014 at 2:07 PM, Benedikt Ritter wrote: > I'd like to create the RC today, since I don't know when I will have enough > spare time next :-) > No rush from my POV. Up to you. > > Jacoco 3.0 requires Java 7, so the site build would require Java 7 even > though the target for Dbut

Fwd: svn commit: r1611119 - /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/QueryLoader.java

2014-07-16 Thread Gary Gregory
I disagree with that. Javadocs are already bad enough to write without having to deal with FQCNs. FWIW, I always used imports. Gary -- Forwarded message -- From: Date: Wed, Jul 16, 2014 at 2:05 PM Subject: svn commit: r169 - /commons/proper/dbutils/trunk/src/main/java/org/apa

Re: svn commit: r1611092 - /commons/proper/dbutils/trunk/pom.xml

2014-07-16 Thread Benedikt Ritter
I'd like to create the RC today, since I don't know when I will have enough spare time next :-) Jacoco 3.0 requires Java 7, so the site build would require Java 7 even though the target for Dbutils is Java 6. 2014-07-16 19:45 GMT+02:00 Gary Gregory : > FYI, it might be nice to publish 35 to pic

Fwd: svn commit: r1611092 - /commons/proper/dbutils/trunk/pom.xml

2014-07-16 Thread Gary Gregory
FYI, it might be nice to publish 35 to pick up the latest of everything, including a new Jacoco that should deal with some Java 7 and 8 problems. Gary -- Forwarded message -- From: Date: Wed, Jul 16, 2014 at 12:56 PM Subject: svn commit: r1611092 - /commons/proper/dbutils/trunk/p

[dbutils] Please release 1.6

2014-07-16 Thread Tim Molter
there's a new feature in dbutils that I would really like to use: https://issues.apache.org/jira/browse/DBUTILS-113. Can whoever is in charge of releasing to Maven Central consider releasing dbutils now? Thanks in advance, Tim signature.asc Description: OpenPGP digital signature

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

2014-07-16 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=34169&projectId=297 Build statistics: State: Failed Previous Build: No previous build. Started at: Wed 16 Jul 2014 13:52:17 + Finished at: Wed 16 Jul 2014 13:52:26 + Total time: 9s Build Trigg

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

2014-07-16 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=34168&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Wed 16 Jul 2014 13:48:40 + Finished at: Wed 16 Jul 2014 13:52:12 + Total time: 3m 32s Build Trigger: Forc

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

2014-07-16 Thread Gary Gregory
On Wed, Jul 16, 2014 at 8:59 AM, Benedikt Ritter wrote: > Which credentials do you use to log in? > Some old creds that are NOT my normal Apache creds I use for SVN. Gary > > Send from my mobile device > > > Am 16.07.2014 um 14:44 schrieb Gary Gregory : > > > > Hm... I added a "Group (shared)

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

2014-07-16 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=34164&projectId=132 Build statistics: State: Failed Previous State: Failed Started at: Wed 16 Jul 2014 13:42:08 + Finished at: Wed 16 Jul 2014 13:42:19 + Total time: 10s Build Trigger: Forced

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

2014-07-16 Thread Benedikt Ritter
Which credentials do you use to log in? Send from my mobile device > Am 16.07.2014 um 14:44 schrieb Gary Gregory : > > Hm... I added a "Group (shared) Maven 3 Build Definition (Java 1.7)" but > now both this one and the Java 6 shared def show up for CSV... > > > Gary > > > On Wed, Jul 16, 20

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

2014-07-16 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=34137&projectId=76 Build statistics: State: Failed Previous State: Failed Started at: Wed 16 Jul 2014 12:47:40 + Finished at: Wed 16 Jul 2014 12:47:52 + Total time: 11s Build Trigger: Forced

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

2014-07-16 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=34136&projectId=75 Build statistics: State: Failed Previous State: Failed Started at: Wed 16 Jul 2014 12:47:23 + Finished at: Wed 16 Jul 2014 12:47:36 + Total time: 12s Build Trigger: Forced

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

2014-07-16 Thread Gary Gregory
Hm... I added a "Group (shared) Maven 3 Build Definition (Java 1.7)" but now both this one and the Java 6 shared def show up for CSV... Gary On Wed, Jul 16, 2014 at 8:36 AM, Gary Gregory wrote: > Hm, but I could not edit the "Group (shared) Maven 3 Build Definition > (Java 1.6)". Where is tha

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

2014-07-16 Thread Gary Gregory
Hm, but I could not edit the "Group (shared) Maven 3 Build Definition (Java 1.6)". Where is that defined and assigned? Gary On Wed, Jul 16, 2014 at 8:34 AM, Gary Gregory wrote: > I just edited the profile for Java 7 and started a build... > > Gary > > -- Forwarded message -- >

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

2014-07-16 Thread Gary Gregory
I just edited the profile for Java 7 and started a build... Gary -- Forwarded message -- From: Apache Continuum Date: Tue, Jul 15, 2014 at 11:20 PM Subject: [continuum] BUILD FAILURE: Apache Commons CSV - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6)) To: dev

[GitHub] commons-io pull request: fix an exception message issue when call ...

2014-07-16 Thread chenzhouce
GitHub user chenzhouce opened a pull request: https://github.com/apache/commons-io/pull/3 fix an exception message issue when call FileUtils.getFile() A duplicate word "directory" is in the exception message "directorydirectory must not be null". You can merge this pull request in