Skip to content

Releases: ebean-orm/ebean

13.19.0

07 Jun 06:12
Compare
Choose a tag to compare

What's Changed

  • Fix javax-to-jakarta support for jakarta.transaction by @rbygrave in #3084
  • Moved - ebean-autotune, ebean-csv-reader, ebean-joda-time, ebean-jack… by @rbygrave in #3085
  • Remove unused and empty ebean-kotlin module by @rbygrave in #3086
  • Remove deprecated MetaInfoManager.collectMetricsAsJson() - move to co… by @rbygrave in #3087
  • Remove deprecated BeanFinder.server, migrate to BeanFinder.database by @rbygrave in #3089
  • Remove deprecated methods from ProfileLocation by @rbygrave in #3090
  • Remove deprecated DatabaseConfig.defaultOrderById by @rbygrave in #3091
  • Remove deprecated ExpressionList.setOrderBy() - migrate to orderBy() by @rbygrave in #3092
  • Remove deprecated Query setLoadBeanCache() - migrate to setBeanCacheMode() by @rbygrave in #3093
  • Remove deprecated Query Bean fetchAll() - migrate to fetch() by @rbygrave in #3094
  • No functional change, Expr internal reuse of factory() method by @rbygrave in #3095
  • Deprecate order() methods on Query, ExpressionList - migrate to orderBy() by @rbygrave in #3096
  • Refactor ebean-core internal API - getters -> accessors and tidy by @rbygrave in #3097
  • Refactor ebean-core internal API - getters -> accessors by @rbygrave in #3098

Full Changelog: 13.18.0...13.19.0

13.18.0

31 May 20:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: 13.17.4...13.18.0

13.17.4

10 May 04:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 13.17.3...13.17.4

13.17.3

08 May 05:11
Compare
Choose a tag to compare

What's Changed

  • Modify MarkedAsDeleted to ignore beans added during load by @rbygrave in #3044

Full Changelog: 13.17.2...13.17.3

13.17.2

21 Apr 04:36
Compare
Choose a tag to compare

What's Changed

  • Bump avaje-config to version 3.1 by @rbygrave in #3029
  • #3033 - Fix for ConcurrentModificationException introduced in 13.17.1 by @rbygrave in #3034
  • Update MarkedAsDeleted logging to included check for loadingStarted by @rbygrave in #3035

Full Changelog: 13.17.1...13.17.2

13.17.1

17 Apr 11:53
Compare
Choose a tag to compare

What's Changed

  • Fix for #3024 NPE when lazy loading after deserialising an entity bean by @rbygrave in #3025
  • Add the [+query,+cache,+lazy] query type to the profile label by @rbygrave in #3023
  • Update the documentation for test tenants by @rvowles in #3027
  • Change MarkedAsDeleted to log batch before state by @rbygrave in #3028

Full Changelog: 13.17.0...13.17.1

13.17.0

06 Apr 04:20
Compare
Choose a tag to compare

Reason for version bump

  • #3020 Query.forUpdate() works like REFRESH by @rbygrave in #3021
  • Refactor platforms adding final and removing public from sequence, history, encryption helpers by @rbygrave in #3018
  • Refactor rename getters to accessors for ObjectGraphOrigin etc by @rbygrave in #3019

Other Changes

Full Changelog: 13.16.0...13.17.0

13.16.0

29 Mar 23:37
Compare
Choose a tag to compare

reason-for-version-bump

  • [autotune] Fix key on CallStack - regression from introduction of StackWalker.StackFrame by @rbygrave in #3014
  • Fix for #3012 Manual server shutdown leads to memory leak by @rbygrave in #3015

Other changes

  • Improve the error message "No join columns found" to include the relationship by @rbygrave in #3011
  • Update tests for Autotune by @rbygrave in #3013

Full Changelog: 13.15.2...13.16.0

13.15.2

22 Mar 12:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 13.15.1...13.15.2

13.15.1

21 Mar 10:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 13.15.0...13.15.1