Skip to content

Commit

Permalink
Move to version 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-tremblay committed Nov 10, 2019
1 parent 6455994 commit caf80a1
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 14 deletions.
11 changes: 8 additions & 3 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
This is a quick fix to remove the second generic parameter that was introduced
in version 4. It breaks backward compatibility and is actually unnecessary.
Add support to Java 13 and JUnit 5.

Change log
----------
* No need to have two generic parameters on EasyMock.createMock ([#237](https://github.com/easymock/easymock/issues/237))
* Upgrade to Objenesis 3.1 ([#250](https://github.com/easymock/easymock/issues/250))
* java.lang.IllegalArgumentException: Unsupported class file major version 57/58 ([#249](https://github.com/easymock/easymock/issues/249))
* Please comply with ASM license when re-distributing ASM ([#247](https://github.com/easymock/easymock/issues/247))
* Add EasyMockExtension class for JUnit 5 compatibility ([#246](https://github.com/easymock/easymock/pull/246))
* JUnit 5 support (extension instead of EasyMockRunner) ([#245](https://github.com/easymock/easymock/issues/245))
* Add getCurrentArgument to get type inference for the returned type ([#243](https://github.com/easymock/easymock/issues/243))
* CglibTest fails on OpenJDK 13 EA. ([#241](https://github.com/easymock/easymock/issues/241))
2 changes: 1 addition & 1 deletion bench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
</parent>

<artifactId>easymock-bench</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
</parent>

<artifactId>easymock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
<packaging>pom</packaging>
<name>EasyMock Parent</name>
<url>http://easymock.org</url>
Expand Down
2 changes: 1 addition & 1 deletion test-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
</parent>

<artifactId>easymock-android-tck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
</parent>

<artifactId>easymock-test-deploy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
</parent>

<artifactId>easymock-test-integration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
</parent>

<artifactId>easymock-test-java8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
</parent>

<artifactId>easymock-test-junit5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-nodeps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
</parent>

<artifactId>easymock-test-nodeps</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
</parent>

<artifactId>easymock-test-osgi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
</parent>

<artifactId>easymock-test-testng</artifactId>
Expand Down

0 comments on commit caf80a1

Please sign in to comment.