Skip to content

Releases: ebean-orm/ebean-mocker

13.7.0

11 Jan 08:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: ebean-mocker-10.3.1...13.7.0

10.3.1

21 May 10:39
Compare
Choose a tag to compare

Update to Ebean 10.3.1 API with findOne() and findOneOrEmpty()

9.3.1

01 Dec 09:26
Compare
Choose a tag to compare

Support the Ebean 9.3.1 API (Java 8 Consumer/Predicate etc)

8.2.1

05 Aug 02:13
Compare
Choose a tag to compare

Supports the API changes in Ebean 8.2.1

8.1.1

03 Aug 05:50
Compare
Choose a tag to compare

Change to groupId: org.avaje.ebean

    <dependency>
      <groupId>org.avaje.ebean</groupId>
      <artifactId>ebean-mocker</artifactId>
      <version>8.1.1</version>
    </dependency>

8.1.1

02 Aug 12:53
Compare
Choose a tag to compare

#16 Release as 8.1.1 (technically no API change but nice to sync to major version)

7.21.1

31 Jul 09:51
Compare
Choose a tag to compare

Issues:

#15 Support 7.21.1 API ... rename from findRowCount() to ... findCount()

7.19.1

19 Jul 12:19
Compare
Choose a tag to compare

Issues:

#14 Support 7.19.1 API - createNamedQuery() and createQuery(type, eql)

7.14.1

24 Jun 09:38
Compare
Choose a tag to compare

Issues:

#13 - Allow WithStaticFinder to take any type (for test double replacement of static Finder)

7.13.1

08 Jun 03:01
Compare
Choose a tag to compare

Issues:

#12 Change Mockito pom dependency to be provided scope