The Apache Maven team is pleased to announce the release of the
Apache Maven Compiler Plugin Version 3.8.1

https://maven.apache.org/plugins/maven-compiler-plugin/

You should specify the version in your project's plugin configuration:

Important Notes since Version 3.8.0

 * The default value for source/target has been lifted
   from 1.5 to 1.6 see MCOMPILER-335.


<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-compiler-plugin</artifactId>
  <version>3.8.1</version>
</plugin>

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-compiler-plugin/download.cgi

Release Notes Maven Compiler Plugin 3.8.1

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317225&version=12343484

Bugs:

 * [MCOMPILER-306] - Incorrect `compilerArgs` example usage
 * [MCOMPILER-349] - maven-compiler-plugin does not recompile a module
if a dependency module has been updated & recompiled
 * [MCOMPILER-360] - NPE when calculating modulepath with invalid entries
 * [MCOMPILER-379] - Fatal error compiling: basedir ...
arget/generated-sources/annotations does not exist

Improvements:

* [MCOMPILER-322] - Set the JPMS module version
* [MCOMPILER-366] - Warning about automodules should provide the list of
offending libraries

Enjoy,

- The Apache Maven team

Kind regards
Karl Heinz Marbaise

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to