New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java 11 Compatibility check: EasyMock #224
Comments
I'm just a user, but EasyMock has partial support for Java 11 in master. For full support, it needs a cglib release with the following: Then users can set the appropriate property to be able to mock classes with Java 11 bytecode. |
Thanks @ijuma. I will try to release this will to fix this (finally might have some time). |
Hi all, is there any schedule available when an EasyMock release for Java 11 will be available? Thank you! |
September. I am currently underwater but should get out in about a week. |
If we merge #225, then we can release a new version of EasyMock that works with Java 11. |
@henri-tremblay Are we any closer here? :) |
Can anyone comment on dependencies of objenesis library in new version of EasyMock? |
Objenesis will also be released. And then EasyMock |
FYI, Java 11 has been released https://mail.openjdk.java.net/pipermail/announce/2018-September/000257.html |
All set for release? |
No. To give you a heads up, I need to fix the usage of Unsafe.defineClass in Objenesis. It is a known problem already fixed in other frameworks. So it won't take long. When I'm done, I will deliver it and then deliver EasyMock. |
@henri-tremblay this is a good news |
Seems like we're close :) d1b032c |
Yes, but still use JDK internal API :) |
@przemekwolski8 Yes. Since 2003. You can't do magical things without it. Unless they add Unsafe.allocateInstance to the JDK. I'm all for it. |
@henri-tremblay should we still expect a 3.7 release with jdk11 support? I see you bumped master to 4.0 |
No. It will be 4.0. Not much changes though. So no need to worry I think. I'm just dropping > 1.8 support. Since Objenesis also dropped it. I hope it's not a problem for you. |
Hi,
We are reaching out to you to check Java 11 compatibility of the library EasyMock.
Could you help us by answering the following questions:
Appreciate your response by 19.08.2018.
Thanks,
Krzysztof Dragan,
PTC Inc. Contractor
The text was updated successfully, but these errors were encountered: