Hi, we have a few custom performance patches on our wicket 1.4 branch which I want to port to the current wicket 6.19 branch (f8d3f258d1faa6). Unfortunately, I'm unable to build the project from scratch, i.e. `mvn install` fails with an error:
[INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.084 s [INFO] Finished at: 2015-04-14T11:09:38+02:00 [INFO] Final Memory: 33M/395M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.codehaus.mojo:clirr-maven-plugin:2.6.1:check (clirr-check) on project wicket-util: Execution clirr-check of goal org.codehaus.mojo:clirr-maven-plugin:2.6.1:check failed: Invalid byte tag in constant pool: 18 -> [Help 1] A similar error was reported in mid August 2014, but no solution was posted, see http://mail-archives.apache.org/mod_mbox/wicket-users/201408.mbox/%3ccamomwmpakkq2wz5db0mhaxl6fdfeysqakn4rtq4uu4zfxxc...@mail.gmail.com%3E My current setup is as follows: mvn --version Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T18:29:23+01:00) Maven home: /usr/share/maven3 Java version: 1.8.0_31, vendor: Oracle Corporation Java home: /usr/lib/jvm/jdk1.8.0_31/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.13.0-49-generic", arch: "amd64", family: "unix" Any help is greatly appreciated. Thanks, David
