Skip to content

Commit

Permalink
2.0.0 release (previous 1.7.3) + release notes updated by CI build 795
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
powermock-release-tools committed Jan 7, 2019
1 parent 53947e3 commit f93d61c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions docs/release-notes/official.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
<sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>

#### 2.0.0
- 2019-01-07 - [77 commits](https://github.com/powermock/powermock/compare/powermock-1.7.3...powermock-2.0.0) by 10 authors - published to [![Bintray](https://img.shields.io/badge/Bintray-2.0.0-green.svg)](https://bintray.com/powermock/null/powermock/2.0.0)
- Commits: [Arthur Zagretdinov](https://github.com/thekingnothing) (56), PowerMock Release Tools (11), [Henri Tremblay](https://github.com/henri-tremblay) (2), [Ismael Juma](https://github.com/ijuma) (2), beegee1 (1), [Enrico Olivelli](https://github.com/eolivelli) (1), hsynkrtl (1), [Paul Parenko](https://github.com/parenko) (1), Sean Gilhooly (1), [Timo Meinen](https://github.com/timomeinen) (1)
- [Major changes] Mockito Public API Support Roadmap [(#726)](https://github.com/powermock/powermock/issues/726)
- [Bugfixes] Compile error due to unused import of a class which is not in the dependencies [(#959)](https://github.com/powermock/powermock/issues/959)
- [Bugfixes] JDK9, power mockito 2.0.0-beta.5 - final class issue when mocking static method [(#888)](https://github.com/powermock/powermock/issues/888)
- [Bugfixes] @Mock annotation from easymock api does not work for two fields of the same type. [(#755)](https://github.com/powermock/powermock/issues/755)
- [Enhancements] Removed deprecated code in PowerMock 2.0. [(#839)](https://github.com/powermock/powermock/issues/839)
- [Enhancements] JDK 9 support [(#783)](https://github.com/powermock/powermock/issues/783)
- Fixes #888: Disable Security of X-Stream [(#962)](https://github.com/powermock/powermock/pull/962)
- #959 fix compile error due to unused import of a class which is not i… [(#960)](https://github.com/powermock/powermock/pull/960)
- Issue 939: Error with setInternalState and JDK12 "java.lang.NoSuchFieldException: modifiers [(#955)](https://github.com/powermock/powermock/pull/955)
- Remove MocksControl.MockType that stayed there [(#951)](https://github.com/powermock/powermock/pull/951)
- Preparing PowerMock 2.0 Release without ByteBuddy [ci maven-central-release] [(#948)](https://github.com/powermock/powermock/pull/948)
- Use EasyMock exposed MockType instead of the deprecated internal one [(#944)](https://github.com/powermock/powermock/pull/944)
- Powermock migration to ByteBuddy [(#910)](https://github.com/powermock/powermock/pull/910)
- Update PowerMockAgent.java [(#878)](https://github.com/powermock/powermock/pull/878)

#### 2.0.0-RC.5
- 2018-12-25 - [2 commits](https://github.com/powermock/powermock/compare/powermock-2.0.0-RC.4...powermock-2.0.0-RC.5) by [Paul Parenko](https://github.com/parenko) (1), [Timo Meinen](https://github.com/timomeinen) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-2.0.0-RC.5-green.svg)](https://bintray.com/powermock/null/powermock-development/2.0.0-RC.5)
- [Bugfixes] Compile error due to unused import of a class which is not in the dependencies [(#959)](https://github.com/powermock/powermock/issues/959)
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Currently building version
version=2.0.0
version=2.0.1

#Prevoius version used to generate release notes delta
previousVersion=1.7.3
previousVersion=2.0.0

0 comments on commit f93d61c

Please sign in to comment.