PowerMock v2.0.0 Release Notes

Release Date: 2019-01-07 // about 5 years ago
    • 2019-01-07 - 77 commits by 10 authors - published to Bintray
    • ๐Ÿš€ Commits: Arthur Zagretdinov (56), PowerMock Release Tools (11), Henri Tremblay (2), Ismael Juma (2), beegee1 (1), Enrico Olivelli (1), hsynkrtl (1), Paul Parenko (1), Sean Gilhooly (1), Timo Meinen (1)
    • ๐Ÿคก [Major changes] Mockito Public API Support Roadmap [(#726)]
    • ๐Ÿšš [Major changes] Dropped supporting Mockito 1.x as result removed module powermock-api-mockito
    • ๐Ÿ‘ [Major changes] Dropped supporting EasyMock 3.1. Offical supported EasyMock 3.5
      (#726)
    • ๐Ÿšš [Enhancements] Removed deprecated code in PowerMock 2.0. (#839)
    • ๐Ÿ‘ [Enhancements] JDK 9 support (#783)
    • ๐Ÿ›  [Bugfixes] Fixes #888: Disable Security of X-Stream (#962)
    • ๐Ÿ›  [Bugfixes] #959 fix compile error due to unused import of a class which is not iโ€ฆ (#960)
    • ๐Ÿ›  [Bugfixes] Issue 939: Error with setInternalState and JDK12 "java.lang.NoSuchFieldException: modifiers (#955)
      (#948)
    • ๐Ÿ›  [Bugfixes] Compile error due to unused import of a class which is not in the dependencies (#959)
    • ๐Ÿ›  [Bugfixes] JDK9, power mockito 2.0.0-beta.5 - final class issue when mocking static method (#888)
    • ๐Ÿ›  [Bugfixes] @mock annotation from easymock api does not work for two fields of the same type. (#755)