[
https://issues.apache.org/jira/browse/MATH-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luc Maisonobe resolved MATH-1156.
---------------------------------
Resolution: Fixed
Solved in Git repository (commit a67f0a3)
> mvn tests fail if JDK 8 is used
> -------------------------------
>
> Key: MATH-1156
> URL: https://issues.apache.org/jira/browse/MATH-1156
> Project: Commons Math
> Issue Type: Bug
> Affects Versions: 3.3
> Environment: Linux Debian Jessie, openJDK 8
> Reporter: Luc Maisonobe
> Assignee: Luc Maisonobe
> Priority: Minor
> Fix For: 3.4
>
>
> Despite the fact the pom.xml specifies Java version to be 1.5, some tests for
> FastMath use reflection to verify that FastMath implements all methods found
> in StrictMath. As the class available in a Java 8 environment has newer
> methods, and these methods are not available in FastMath, the test fail and
> maven refuses to build the artifacts.
> The missing methods should be added, just as the new methods were added when
> Java 6 was relesed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)