[
https://issues.apache.org/jira/browse/MCOMPILER-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16535703#comment-16535703
]
Christian Stein commented on MCOMPILER-338:
-------------------------------------------
Great.
Could use a 3.7.1 release here: https://github.com/jOOQ/jOOQ/pull/7652
> Build Issue based on MCOMPILER-192 IT
> -------------------------------------
>
> Key: MCOMPILER-338
> URL: https://issues.apache.org/jira/browse/MCOMPILER-338
> Project: Maven Compiler Plugin
> Issue Type: Bug
> Affects Versions: 3.7.1
> Reporter: Karl Heinz Marbaise
> Assignee: Karl Heinz Marbaise
> Priority: Blocker
> Fix For: 3.7.1
>
>
> Currently the master is blocked by not working IT {{MCOMPILER-192}} which
> fails.
> The issue is related to the differences of platform/os which results in
> failing the {{verify.groovy}} which was originally implemented for one
> platform but based on our intention to build on different platforms and JDK's
> which is really needed this fails.
> The things which needed to be done:
> * Upgrade surefire.version to 2.21.0 (to work in JDK 10)
> * MCOMPILER-197/invoker.properties
> ** We need to limit the run to 1.6, 1.7, 1.8 cause openjpa has no version
> which woks for JDK 9 / 10
> * src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java
> ** Need to change the source/target to have 6 instead of 5 cause JDK9/JDK10
> do not support source/target 5 anymore.
> ** I think we should change this setup and find a better way.
> * groovy-project-with-new-plexus-compiler
> ** Needed run only for 1.6, 1.7 and 1.8
> * MCOMPILER-192/verify.groovy
> ** Had to limit the comparison to particular areas of the output
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)