jooby-project / jooby

The modular web framework for Java and Kotlin
https://jooby.io
Apache License 2.0
1.7k stars 199 forks source link

build(deps): bump ebean.version from 14.0.0 to 15.0.1 #3373

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps ebean.version from 14.0.0 to 15.0.1. Updates io.ebean:ebean from 14.0.0 to 15.0.1

Release notes

Sourced from io.ebean:ebean's releases.

15.0.1

What's Changed

  • Restore back the "Future queries" findFutureList, findFutureIds, findFutureCount" (that were removed in 15.0.0-RC) by @​rbygrave in ebean-orm/ebean#3340

  • All changes from 14.0.1

Full Changelog: https://github.com/ebean-orm/ebean/compare/15.0.0-RC...15.0.1

15.0.0-RC

What's Changed in 15.0.0-RC

15.0.0-RC is a release candidate that is based on 14.0.0 but with the following features listed below removed. Also refer to the background discussion at https://github.com/ebean-orm/ebean/discussions/3112

The expectation is that 15.x releases will be jakarta only (there is no intention to release javax.persistence versions of 15.x). The expectation is that we will release 14.x and 15.x releases for some time in parallel (at least 1 year). Although we discussed the removal of these features some folks might not have picked that up until they see 15.x releases and maybe read these release notes so let's see how that goes.

#3212 - [15x] Remove "Future queries" findFutureList, findFutureIds, findFutureCount [NB: This was restored in 15.0.1] #3211 - [15x] Remove Inheritance support #3207 - [15x] Remove ElasticSearch support #3201 - [15x] Remove Draftable support
#3200 - [15x] Remove Read auditing feature
#3199 - [15x] Remove Named DTO queries and External Mapping (loading named queries) #3198 - [15x] Remove Named queries, ANTLR, Query language parser

https://github.com/ebean-orm/ebean/issues?q=label%3A%22Ebean+15.x%22+is%3Aclosed

Compare to 14.0.0

Close to 26,000 lines of code removed in 15.0.0 with the removal of those features: https://github.com/ebean-orm/ebean/compare/14.0.0...15.0.0-RC

14.0.1

What's Changed

Dependencies

... (truncated)

Commits
  • f53c564 Merge branch 'master' into ebean-15x
  • 6ce42b1 Version 14.0.1
  • 89617ce Merge pull request #3353 from ebean-orm/feature/bump-migration-14
  • dd37762 dep: Bump ebean-migration to 14.0.0, no effective change
  • d844855 Bump ebean-agent to 14.0.1
  • f68c25d Merge pull request #3352 from ebean-orm/feature/dep-common-components
  • 61cfc7a dep: Update the common components to 14.0.0 ebean-joda-types, ebean-jackson-j...
  • 3c98ee7 Merge pull request #3351 from ebean-orm/dep/bump-config
  • 0738316 Bump test dependencies only - logback and ebean-test-containers
  • ceb83be Merge pull request #3350 from ebean-orm/dep/bump-config
  • Additional commits viewable in compare view


Updates io.ebean:ebean-querybean from 14.0.0 to 15.0.1

Updates io.ebean:querybean-generator from 14.0.0 to 15.0.1

Updates io.ebean:ebean-test from 14.0.0 to 15.0.1

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)