Skip to content

Commit

Permalink
Move to version 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Tremblay authored and Henri Tremblay committed Jan 29, 2020
1 parent 38d7fd2 commit 266c646
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 19 deletions.
11 changes: 3 additions & 8 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
Add support to Java 13 and JUnit 5.
Add support to Java 15. TestSubject is now initialized when null by calling the no-arg constructor.

Change log
----------
* 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))
* Support OpenJDK 15-EA and class version 59 ([#252](https://github.com/easymock/easymock/issues/252))
* Try instantiating TestSubject automatically using its constructor without arguments ([#251](https://github.com/easymock/easymock/pull/251))
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.2-SNAPSHOT</version>
<version>4.2</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.2-SNAPSHOT</version>
<version>4.2</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.2-SNAPSHOT</version>
<version>4.2</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.2-SNAPSHOT</version>
<version>4.2</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.2-SNAPSHOT</version>
<version>4.2</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.2-SNAPSHOT</version>
<version>4.2</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.2-SNAPSHOT</version>
<version>4.2</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.2-SNAPSHOT</version>
<version>4.2</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.2-SNAPSHOT</version>
<version>4.2</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.2-SNAPSHOT</version>
<version>4.2</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.2-SNAPSHOT</version>
<version>4.2</version>
</parent>

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

0 comments on commit 266c646

Please sign in to comment.