Skip to content

Commit

Permalink
2.27.5 release (previous 2.27.4) + release notes updated by CI build …
Browse files Browse the repository at this point in the history
…4115

[ci skip-release]
  • Loading branch information
shipkit-org committed May 24, 2019
1 parent d86b9a3 commit 9941381
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions doc/release-notes/official.md
@@ -1,5 +1,22 @@
<sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>

#### 2.27.5
- 2019-05-24 - [9 commits](https://github.com/mockito/mockito/compare/v2.27.4...v2.27.5) by 6 authors - published to [![Bintray](https://img.shields.io/badge/Bintray-2.27.5-green.svg)](https://bintray.com/mockito/maven/mockito/2.27.5)
- Commits: [Erhard Pointl](https://github.com/epeee) (3), [Jakub Vrána](https://github.com/vrana) (2), [David Genesis Geniza Cruz](https://github.com/davidgenesiscruz) (1), [Frank Pavageau](https://github.com/fpavageau) (1), [Ryan Pickett](https://github.com/hdpe) (1), [Tom Ball](https://github.com/tomball) (1)
- [Enhancements] Consider renaming TooLittleActualInvocations [(#1623)](https://github.com/mockito/mockito/issues/1623)
- Fixes #1717 : configure the MethodVisitor for Java 11 compatibility [(#1718)](https://github.com/mockito/mockito/pull/1718)
- Incompatibility between the inline mocks and JaCoCo 0.8.4 [(#1717)](https://github.com/mockito/mockito/issues/1717)
- Fixes #298: replaces Objenesis references from stubbing classes with plugin equivalents. [(#1715)](https://github.com/mockito/mockito/pull/1715)
- Fixes #1713: fix typo in Mockito.java javadoc [(#1714)](https://github.com/mockito/mockito/pull/1714)
- Typo in Mockito.java javadoc [(#1713)](https://github.com/mockito/mockito/issues/1713)
- Fixes #1623 : Rename TooLittleActualInvocations [(#1708)](https://github.com/mockito/mockito/pull/1708)
- Change master to release/3.x in pull request template [(#1707)](https://github.com/mockito/mockito/pull/1707)
- Fix a typo [(#1706)](https://github.com/mockito/mockito/pull/1706)
- Remove no longer relevant code from settings.gradle.kts [(#1705)](https://github.com/mockito/mockito/pull/1705)
- Migrate junitJupiterExtensionTest subproject to kotlin dsl [(#1704)](https://github.com/mockito/mockito/pull/1704)
- Use require instead of assert in settings.gradle.kts [(#1703)](https://github.com/mockito/mockito/pull/1703)
- ObjenesisHelper references in MockMaker-independent code [(#298)](https://github.com/mockito/mockito/issues/298)

#### 2.27.4
- 2019-05-03 - [11 commits](https://github.com/mockito/mockito/compare/v2.27.2...v2.27.4) by 8 authors - published to [![Bintray](https://img.shields.io/badge/Bintray-2.27.4-green.svg)](https://bintray.com/mockito/maven/mockito-development/2.27.4)
- Commits: [Tim van der Lippe](https://github.com/TimvdLippe) (4), [Erhard Pointl](https://github.com/epeee) (1), [Marc Philipp](https://github.com/marcphilipp) (1), [Marcono1234](https://github.com/Marcono1234) (1), shipkit-org (1), [TDurak](https://github.com/Ingvir) (1), tombrown52 (1), [önder sezgin](https://github.com/onderson) (1)
Expand Down
4 changes: 2 additions & 2 deletions version.properties
@@ -1,8 +1,8 @@
#Currently building Mockito version
version=2.27.5
version=2.27.6

#Previous version used to generate release notes delta
previousVersion=2.27.4
previousVersion=2.27.5

#Not published currently, see https://github.com/mockito/mockito/issues/962
mockito.testng.version=1.0

0 comments on commit 9941381

Please sign in to comment.