On Mon, Jun 13, 2016 at 11:11 PM, Benedikt Ritter <brit...@apache.org>
wrote:

> Hello Charles,
>
> Charles Honton <c...@honton.org> schrieb am Di., 14. Juni 2016 um 07:29
> Uhr:
>
> > Now that lang is compiled with java6, clirr is broken.  Do we want to
> > update to a more modern report like japicmp <
> > https://siom79.github.io/japicmp/>?
> >
>
> The site build is only broken when build with Java 8. It should be working
> with Java 6 and Java 7.
>

+1, Java 6 and 7 are fine. One issue with Java 8 working for our builds is
getting BCEL out the door.

Gary


>
> Benedikt
>
>
> >
> > The pom change is something like
> >
> >   <plugin>
> >    <groupId>com.github.siom79.japicmp</groupId>
> >    <artifactId>japicmp-maven-plugin</artifactId>
> >    <version>0.8.0</version>
> >    <configuration>
> >     <parameter>
> >      <onlyModified>true</onlyModified>
> >
> >
> <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
> >     </parameter>
> >    </configuration>
> >    <executions>
> >     <execution>
> >      <phase>verify</phase>
> >      <goals>
> >       <goal>cmp</goal>
> >      </goals>
> >     </execution>
> >    </executions>
> >   </plugin>
> >
> > regards,
> > chas
>



-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to