Skip to content

Commit

Permalink
Move to version 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Tremblay authored and Henri Tremblay committed Apr 18, 2021
1 parent df7ca4b commit 1a01c13
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 @@
Add support to Java 15. TestSubject is now initialized when null by calling the no-arg constructor.
Add support to Java 16. You can now do a partial mock for default methods.

Change log
----------
* 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))
* Update Objenesis to 3.2 ([#269](https://github.com/easymock/easymock/issues/269))
* Easymock 4.2 fails with Java 16 (Unsupported class file major version 60) ([#268](https://github.com/easymock/easymock/issues/268))
* Update asm to 9.1 ([#267](https://github.com/easymock/easymock/pull/267))
* Allow partial mocking for interfaces with default methods ([#264](https://github.com/easymock/easymock/pull/264))
* be more generic about jq install ([#257](https://github.com/easymock/easymock/pull/257))
* Easymock throws java.lang.OutOfMemoryError: Java heap space trying to output large array (10MB+) ([#255](https://github.com/easymock/easymock/issues/255))
* Serve easymock.org over HTTPS ([#220](https://github.com/easymock/easymock/issues/220))
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.3-SNAPSHOT</version>
<version>4.3</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.3-SNAPSHOT</version>
<version>4.3</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.3-SNAPSHOT</version>
<version>4.3</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.3-SNAPSHOT</version>
<version>4.3</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.3-SNAPSHOT</version>
<version>4.3</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.3-SNAPSHOT</version>
<version>4.3</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.3-SNAPSHOT</version>
<version>4.3</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.3-SNAPSHOT</version>
<version>4.3</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.3-SNAPSHOT</version>
<version>4.3</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.3-SNAPSHOT</version>
<version>4.3</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.3-SNAPSHOT</version>
<version>4.3</version>
</parent>

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

0 comments on commit 1a01c13

Please sign in to comment.