Bump jakarta.persistence:jakarta.persistence-api from 3.1.0 to 3.2.0#384
Bump jakarta.persistence:jakarta.persistence-api from 3.1.0 to 3.2.0#384dependabot[bot] wants to merge 2 commits intomainfrom
Conversation
--- updated-dependencies: - dependency-name: jakarta.persistence:jakarta.persistence-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Some interface now needed 2 default return values (that I found in the docs). I added them to fix the build. There's something else though: Hib 5.6 only officially supports Jakarta Persistence API version 3.0. I think I mentioned it here before. We should downgrade and pin the Jakarta Persistence API version to 3.0, except maybe on my Hib 6.4 branch. So this branch actually depends on #358 |
|
More info in this PR: #385 |
|
A newer version of jakarta.persistence:jakarta.persistence-api exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
|
Because Hibernate 5.6 officially only supports persistence-api 3.0.0: https://hibernate.org/orm/releases/5.6 Hibernate 6.5 and 6.6 only supports persistence-api 3.1.0: https://hibernate.org/orm/releases/6.5 In this PR were hibernate is upgraded to 6.4, we also bump the version of persistence-api. |
Bumps jakarta.persistence:jakarta.persistence-api from 3.1.0 to 3.2.0.
Release notes
Sourced from jakarta.persistence:jakarta.persistence-api's releases.
Commits
You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)