MojoHaus Animal Sniffer JRE8 signature version 1.0 Released

The Mojo team is pleased to announce the release of the Animal Sniffer JRE8 signature version 1.0.

The Animal Sniffer Maven Plugin provides a means to verify that your classes only use the classes, methods and fields provided by specific API signatures that you specify.

This signature is created based on Oracle JRE8 (JAVA_VERSION=1.8.0)

To get this update, simply specify the GAV of the signature as configuration to your animal-sniffer-maven-plugin:

 1<plugin>
 2  <groupId>org.codehaus.mojo</groupId>
 3  <artifactId>animal-sniffer-maven-plugin</artifactId>
 4  <configuration>
 5    <signature>
 6      <groupId>org.codehaus.mojo.signature</groupId>
 7      <artifactId>java18</artifactId>
 8      <version>1.0</version>
 9    </signature>
10  </configuration>
11</plugin>

Enjoy,

The Mojo team. Robert Scholte