Upgrade maven plugins to support Java 8 code

Description

The main problem is we used an old version of checkstyle that only support Java 7 code:

<puppycrawl.checkstyle.version>6.16</puppycrawl.checkstyle.version>

Version 7.0 seems to fix the issue, but we may as well upgrade to the latest version.

Also, the logger code generator is currently configured to use Java 7 code as source and target.

Activity

Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created January 31, 2017 at 4:21 PM
Updated February 21, 2017 at 8:47 PM
Resolved February 2, 2017 at 4:01 PM

Flag notifications