Skip to content

PowerMock 2.0.0

Compare
Choose a tag to compare
@thekingn0thing thekingn0thing released this 07 Jan 22:04
· 46 commits to release/2.x since this release
  • 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)