Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump ebean from 12.12.0 to 12.13.0 #224

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2021

Bumps ebean from 12.12.0 to 12.13.0.

Release notes

Sourced from ebean's releases.

12.13.0

reason-for-version-bump

#2427 - FIX: When a bean is modified in persistence context and searched again, it will loose the change #2437 - FIX: Subsequent findEach / findList does not work reliable [Fixes regression in 12.3.3]

12.12.3

Issues:

#2424 - Review error thrown when transaction register(Callback) called when no active transaction exists #2422 #2423 - Use @​NonNullApi to explicitly reflect non-null return types and params by default #2418 - Change Database.beanState() to throw IllegalArgumentException when bean isn't an entity bean bug #2420 - BeanState.loadErrors() returns empty map rather than null #2421 - Change database.diff() to return empty map rather than null with null bean argument #2419 - Add explicit @Nullable on findOne() methods #2412 - Remove: ReadJson.resetContext as it is not used #2411 - Weak reference based persistence context for streaming queries refactor #2413 - Change DefaultPersistenceContect to use beginIterate / endIterate

12.12.2

Issues:

#2406 - Memory leak in Query.findEach bug #2408 - Fix reuse of io.ebean.Update when using setParameter with Collection bug

12.12.1

Issues:

#2404 - Initializing @OneToMany with mutableListOf() in Kotlin results in ClassCastException bug #2402 - Modify EbeanVersion to check for minimum ebean-agent version #2401 - Fix EbeanVersion for use in module-path (reads local ebean-api pom.properties) #2398 - Fix compiler warning for annotation processing query bean generators

Commits
  • ea7b4e8 [maven-release-plugin] prepare release ebean-parent-12.13.0
  • 43742fd Bump version to 12.13.0-SNAPSHOT
  • 8ef71bd Bump version to 12.13.0-SNAPSHOT
  • 0f60e22 Bump version to 12.13.0-SNAPSHOT
  • 2cbb161 Follow up to #2437 - Rename internal "dead/alive" to "replaced"
  • a47caec Merge pull request #2437 from FOCONIS/fix-persistence-context
  • fd1b5f5 FIX: Subsequent findEach / findList does not work reliable (Regression of #2411)
  • 0bb7d79 Tidy build.yml
  • 9907cff Update README.md
  • 704a138 Tidy build.yml and TestExtraScalarTypes
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [ebean](https://github.com/ebean-orm/ebean) from 12.12.0 to 12.13.0.
- [Release notes](https://github.com/ebean-orm/ebean/releases)
- [Commits](ebean-orm/ebean@ebean-parent-12.12.0...ebean-parent-12.13.0)

---
updated-dependencies:
- dependency-name: io.ebean:ebean
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants