Re: [VOTE] Release Apache Wicket 6.29.0

2018-02-19 Thread Sebastien Briquet
[x] Yes, release Apache Wicket 6.29.0 Tested against Wicket jQuery UI (with java8 compiler)

DataTable toolbars

2018-02-19 Thread Vit Rozkovec
Hi, I've come across one inconsistency in the DataTable class:     /**      * @return the container with the toolbars at the top      */     public final ToolbarsContainer getTopToolbars()     {         return topToolbars;     }     /**      * @return the container with the toolbars at the

Re: [VOTE] Release Apache Wicket 6.29.0

2018-02-19 Thread Andrea Del Bene
I think java 6 is simply to old for some Maven plugin we use for building. I use to perform building process with Java 8 as default JDK and using toolchains to locate a valid Java 6 when required. For the record I use the OpenJDK 6 provided by Azul (https://www.azul.com/downloads/zulu/zulu-linux/)

Re: [VOTE] Release Apache Wicket 6.29.0

2018-02-19 Thread Maxim Solodovnik
I have Oracle jdk6 installed on my machine (/opt folder) As well as maven 3.2.5 before build I did export JAVA_HOME=/opt/jdk1.6.0_45 export M2_HOME=/opt/apache-maven-3.2.5 export PATH=$JAVA_HOME/bin:$M2_HOME/bin:$PATH mvn -version Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;

Re: [VOTE] Release Apache Wicket 6.29.0

2018-02-19 Thread Andrea Del Bene
On Sun, Feb 18, 2018 at 2:19 PM, Maxim Solodovnik wrote: > It seems I can't compile :( > I have jdk6 and maven 3.2.5, but build fails with > "org/codehaus/mojo/clirr/ClirrCheckMojo : Unsupported major.minor > version 51.0" > sorry can't vote :( > Hi. Are you using a