Releases: ebean-orm/ebean
Releases · ebean-orm/ebean
14.7.0 | 14.7.0-javax | 15.7.0
Regression
- Bug: Batch ordering - Regression introduced in version 13.26.1, insertAll() leaves batchMode=true enabled ... when it should not by @nPraml in #3487
Bugs
- Add setArrayParameter to SqlQuery by @ajcamilo in #3491
- #3490 filterMany generates invalid sql when the many side uses @EmbeddedId to model composite primary key by @rbygrave in #3493
- Fix orderBy for cached many requests by @nPraml in #3485
Dependencies
- Bump commons-io:commons-io from 2.7 to 2.14.0 in /ebean-test by @dependabot in #3488
Full Changelog: 14.6.0...14.7.0
14.6.0 | 14.6.0-javax | 15.6.0
What's Changed
- Change EmptyPagedList to be deprecated from public use by @rbygrave in #3480
- #3455 - Improve query beans such that filterMany() expressions are only on ToMany relationships by @rbygrave in #3473
- #3462 Add Paging as alternative to maxRows + firstRow + orderBy by @rbygrave in #3478
- Use io.ebean.service.BootstrapService as common marker interface for service loading bootstrapped services by @rbygrave in #3481
Full Changelog: 14.5.2...14.6.0
14.5.2 | 14.5.2-javax | 15.5.2
14.5.1 | 14.5.1-javax | 15.5.1
What's Changed
- #3466 - Duplicated entities in findMany when a ManyToOne relation is fetched by @rbygrave in #3469
- #3463 - Ignore queryBean.select(null) calls by @rbygrave in #3464
- Improve existing test asserts around order by clause by @rbygrave in #3467
- ebean-test: Modify postgis platform to support both net.postgis and og.postgis by @rbygrave in #3449
- Update README.md fixing broken Foconis logo by @focbenz in #3457
Full Changelog: 14.5.0...14.5.1
14.5.0 | 14.5.0-javax | 15.5.0
What's Changed
- Bump to ebean-agent 14.5.0/15.5.0 with ASM 9.7 for JDK 22 and 23 support by @rbygrave in #3435
- [ebean-redis] Fix for #3432 empty value for natural keys by @rbygrave in #3436
- [ebean-migration] #3434 - Connection is closed error running migration with MySql and Hikari by @rbygrave in #3437
- #3433 - Entity property called desc used with query order by desc generates bad sql by @rbygrave in #3438
- Db2 forupdate fix by @nPraml in #3446
- #3444 - DBName with hyphens creates invalid code by @rbygrave in #3447
- New Postgis types / Java modules by @Ryszard-Trojnacki in #3448
Full Changelog: 14.4.0...14.5.0
14.4.0 | 14.4.0-javax | 15.4.0
What's Changed
- #3423 JtaTransactionManager keeps reference to already closed scope (… by @rbygrave in #3424
- Bump ebean-migration dependency to 14.1.0 with fastMode enabled by default by @rbygrave in #3429
- Bump ebean-datasource dependency to 9.0 with automatic Lambda mode detection by @rbygrave in #3430
- Change includeLabelInSql to default to true by @rbygrave in #3431
Full Changelog: 14.3.1...14.4.0
14.3.1 | 14.3.1-javax | 15.3.1
What's Changed
- #3412 Use existing/parent transaction with fetch query on ToMany paths by @rbygrave in #3415
- Fixed non-idempotent tests in
TestCacheSerialization
by @kaiyaok2 in #3409 - Fix logging message for naturalKey MPUT to include the natural key properties by @rbygrave in #3413
- Change QueryBean to use protected constructors, suppress warning on generated query beans by @rbygrave in #3416
- Bump parent pom to 4.2 with EA changes to annotation processing by @rbygrave in #3417
New Contributors
Full Changelog: 14.3.0...14.3.1
14.3.0 | 14.3.0-javax | 15.3.0
What's Changed
- Bump parent to 4.1 with Byte-Buddy net.bytebuddy.experimental=true by @rbygrave in #3387
- Bump ebean-datasource, ebean-test-containers, ebean-agent by @rbygrave in #3389
- Rename TQRootBean to QueryBean by @rbygrave in #3385
- Include inline sql hint and comment in limit/offset sql by @rbygrave in #3396
- Postgres: Add support for DISTINCT ON query clause by @rbygrave in #3397
- mysql: Support "NoTimeZone" to bypass MySQL JDBC use of Timezone Calendar by @rbygrave in #3398
- Bump to ebean-agent 14.3.0 by @rbygrave in #3401
Full Changelog: 14.1.0...14.3.0
12.16.3
14.1.0 | 14.1.0-javax | 15.1.0
Important Bugfix !!
For issue introduced in version 14.0.0 via #3295
What's Changed
- feat: For SpringJdbcTransactionManager support using CurrentTenantProvider by @rbygrave in #3368
- Update TQRootBean with final methods, remove setRoot() by @rbygrave in #3375
- #1857 Add bind values capture for SlowQueryEvent / SlowQueryListener by @rbygrave in #3372
- Deprecate Query bean constructor that takes transaction - migrate to query.usingTransaction() instead by @rbygrave in #3376
- querybeans: #3374 - Add copy() method to TQRootBean by @rbygrave in #3377
- Add QueryBean interface for query beans to implement by @rbygrave in #3378
- #3370 LimitOffsetPagedList add getTotalCount cache by @spinachomes in #3373
- Add QueryBuilder interface as common API for Query and QueryBean by @rbygrave in #3379
- Deprecate update(transaction) and delete(transaction) - migrate to usingTransaction(transaction) by @rbygrave in #3380
- #3379 Followup, Move orderById() to common QueryBuilder interface by @rbygrave in #3383
- Rename QueryBean interface to IQueryBean (because we want to rename TQRootBean) by @rbygrave in #3384
New Contributors
- @spinachomes made their first contribution in #3373
Full Changelog: 14.0.2...14.1.0