-
-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Henri Tremblay
authored and
Henri Tremblay
committed
Apr 18, 2021
1 parent
df7ca4b
commit 1a01c13
Showing
12 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters