Releases: ebean-orm/ebean-mocker
Releases · ebean-orm/ebean-mocker
13.7.0
What's Changed
- Update to ebean API 11.15.1 by @rPraml in #18
- Ebean13 support by @nPraml in #23
- Bump h2 from 1.4.199 to 2.1.210 by @dependabot in #21
- Bump jackson-databind from 2.11.3 to 2.12.6.1 by @dependabot in #24
- Bump h2 from 2.1.210 to 2.2.220 by @dependabot in #27
- Bump jackson-databind from 2.12.6.1 to 2.12.7.1 by @dependabot in #26
- Bump ch.qos.logback:logback-classic from 1.2.11 to 1.3.12 by @dependabot in #28
- could change value of static final field when using jdk17 or 21 by @Johnson0125 in #30
New Contributors
- @rPraml made their first contribution in #18
- @nPraml made their first contribution in #23
- @dependabot made their first contribution in #21
- @Johnson0125 made their first contribution in #30
Full Changelog: ebean-mocker-10.3.1...13.7.0
10.3.1
Update to Ebean 10.3.1 API with findOne() and findOneOrEmpty()
9.3.1
Support the Ebean 9.3.1 API (Java 8 Consumer/Predicate etc)
8.2.1
Supports the API changes in Ebean 8.2.1
8.1.1
Change to groupId: org.avaje.ebean
<dependency>
<groupId>org.avaje.ebean</groupId>
<artifactId>ebean-mocker</artifactId>
<version>8.1.1</version>
</dependency>