Skip to content

Commit 9525b7e

Browse files
committed
Restores a Java 8 compatible mockito version.
Fixes #386
1 parent bd9f5ba commit 9525b7e

File tree

38 files changed

+142
-53
lines changed

38 files changed

+142
-53
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Alternatively you can pull it from the central Maven repositories using `pom.xml
4141
<project>
4242
<properties>
4343
<!-- change the Hipparchus version number to the one suiting your needs -->
44-
<myprojectname.hipparchus.version>4.0</myprojectname.hipparchus.version>
44+
<myprojectname.hipparchus.version>4.0.1</myprojectname.hipparchus.version>
4545
</properties>
4646

4747
<dependencies>

hipparchus-clustering/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0</version>
26+
<version>4.0.1</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-clustering/src/changes/changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ If the output is not quite correct, check for invisible trailing spaces!
4949
<title>Hipparchus Clustering Release Notes</title>
5050
</properties>
5151
<body>
52+
<release version="4.0.1" date="2025-03-21" description="This is a patch release.">
53+
<action dev="luc" type="fix" issue="issues/386">
54+
Restores a Java 8 compatible mockito version, which is used only for tests purposes;
55+
the library itself did not change.
56+
</action>
57+
</release>
5258
<release version="4.0" date="2025-03-20" description="This is a major release.">
5359
<action dev="vincent" type="update" issue="issues/285">
5460
Migrated tests from JUnit 4 to JUnit 5

hipparchus-clustering/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
<item name="3.0 API docs" href="https://hipparchus.org/apidocs-3.0/index.html"/>
8686
<item name="3.1 API docs" href="https://hipparchus.org/apidocs-3.1/index.html"/>
8787
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
88+
<item name="4.0.1 API docs" href="https://hipparchus.org/apidocs-4.0.1/index.html"/>
8889
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
8990
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
9091
<item name="Developers Guide" href="../developers.html"/>

hipparchus-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0</version>
26+
<version>4.0.1</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-core/src/changes/changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ If the output is not quite correct, check for invisible trailing spaces!
4949
<title>Hipparchus Core Release Notes</title>
5050
</properties>
5151
<body>
52+
<release version="4.0.1" date="2025-03-21" description="This is a patch release.">
53+
<action dev="luc" type="fix" issue="issues/386">
54+
Restores a Java 8 compatible mockito version, which is used only for tests purposes;
55+
the library itself did not change.
56+
</action>
57+
</release>
5258
<release version="4.0" date="2025-03-20"
5359
description="This is a major release. It include several improvements, mostly linked to Fields.">
5460
<action dev="luc" type="fix" issue="issues/367">

hipparchus-core/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
<item name="3.0 API docs" href="https://hipparchus.org/apidocs-3.0/index.html"/>
9090
<item name="3.1 API docs" href="https://hipparchus.org/apidocs-3.1/index.html"/>
9191
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
92+
<item name="4.0.1 API docs" href="https://hipparchus.org/apidocs-4.0.1/index.html"/>
9293
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
9394
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
9495
<item name="Developers Guide" href="../developers.html"/>

hipparchus-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0</version>
26+
<version>4.0.1</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-fft/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0</version>
26+
<version>4.0.1</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-fft/src/changes/changes.xml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,18 @@ If the output is not quite correct, check for invisible trailing spaces!
4848
<properties>
4949
<title>Hipparchus FFT Release Notes</title>
5050
</properties>
51-
<release version="4.0" date="2025-03-20" description="This is a major release.">
52-
<action dev="vincent" type="update" issue="issues/285">
53-
Migrated tests from JUnit 4 to JUnit 5
54-
</action>
55-
</release>
5651
<body>
52+
<release version="4.0.1" date="2025-03-21" description="This is a patch release.">
53+
<action dev="luc" type="fix" issue="issues/386">
54+
Restores a Java 8 compatible mockito version, which is used only for tests purposes;
55+
the library itself did not change.
56+
</action>
57+
</release>
58+
<release version="4.0" date="2025-03-20" description="This is a major release.">
59+
<action dev="vincent" type="update" issue="issues/285">
60+
Migrated tests from JUnit 4 to JUnit 5
61+
</action>
62+
</release>
5763
<release version="3.1" date="2024-04-05" description="This is a maintenance release.">
5864
<action dev="luc" type="update">
5965
No changes directly in this module. However, lower level Hipparchus modules did change,

0 commit comments

Comments
 (0)