Re: release vs. SNAPSHOT sites.

2014-07-26 Thread Phil Steitz
> On Jul 26, 2014, at 6:16 AM, Gary Gregory wrote: > > OK, so do we want: > > - Always have the release site be the "main" site. > - Optionally have a separate SNAPSHOT site. > > Do we put this magic in commons-parent? I prefer the opposite - site is current dev. Download pages always refle

Re: release vs. SNAPSHOT sites.

2014-07-26 Thread Gary Gregory
OK, so do we want: - Always have the release site be the "main" site. - Optionally have a separate SNAPSHOT site. Do we put this magic in commons-parent? Gary On Sat, Jul 26, 2014 at 7:07 AM, sebb wrote: > On 25 July 2014 18:03, Stefan Bodewig wrote: > > On 2014-07-25, Gary Gregory wrote: >

Re: [ALL] Clirr doesn't work with Java 8 (and it seems to be our fault ;-)

2014-07-26 Thread Gary Gregory
I think the trunk handles some or all of Java 8 now. See BCEL-174, BCEL-175. Gary On Sat, Jul 26, 2014 at 6:43 AM, Benedikt Ritter wrote: > Hi, > > when building [lang] with Java 8 I get the following error [1]: Caused by: > org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in >

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

2014-07-26 Thread sebb
On 16 July 2014 19:38, 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 to do my work". Clearly a > class doesn't need an exceptio

Re: [parent] publish version 35?

2014-07-26 Thread sebb
Remember that CP versions are optional. Ideally we don't release versions that turn out to be unusable, but it's not as bad as releasing faulty components. On 20 July 2014 19:20, Gary Gregory wrote: > Looks great! I would not bother with tabs unless if feels it is necessary. > > Gary > >

Re: release vs. SNAPSHOT sites.

2014-07-26 Thread sebb
On 25 July 2014 18:03, Stefan Bodewig wrote: > On 2014-07-25, Gary Gregory wrote: > >> It's that or we agree never to publish a SNAPSHOT site. I don't see that as a strict dichotomy. > For the record, I do value SNAPSHOT sites so we can also show what we > are working on. That does not necessar

[ALL] Clirr doesn't work with Java 8 (and it seems to be our fault ;-)

2014-07-26 Thread Benedikt Ritter
Hi, when building [lang] with Java 8 I get the following error [1]: Caused by: org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 18 So it looks like Clirr is using a BCEL version that doesn't support Java 8. Can anybody tell me what the current state of BCEL is? W