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

Bump org.hibernate.orm:hibernate-processor from 7.0.0.Beta1 to 7.0.0.Beta3 #225

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 Dec 9, 2024

Bumps org.hibernate.orm:hibernate-processor from 7.0.0.Beta1 to 7.0.0.Beta3.

Release notes

Sourced from org.hibernate.orm:hibernate-processor's releases.

Hibernate ORM 7.0.0.Beta2 released

Today, we published a new maintenance release of Hibernate ORM 7.0: 7.0.0.Beta2.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 7.0.0.Beta2 changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Changelog

Sourced from org.hibernate.orm:hibernate-processor's changelog.

Changes in 7.0.0.Beta3 (December 05, 2024)

https://hibernate.atlassian.net/projects/HHH/versions/32364

** Bug * [HHH-18912] - Fix ORM release process * [HHH-18881] - In MySQL, array of dates are not converted correctly * [HHH-18872] - ConcreteProxy type not restored from 2LC when loading a ManyToOne * [HHH-18862] - Group by error due to subselect using foreign key reference instead of primary key in HQL query * [HHH-18859] - slice operator and @​ElementCollection * [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type for needle argument * [HHH-18850] - createCountQuery with Hibernate 6.6.2 * [HHH-18848] - JAR for org.hibernate.orm:hibernate-scan-jandex:7.0.0.Beta2 at Maven Central * [HHH-18842] - Regression: CollectionType.replace() breaks if target is PersistentCollection, but not instance of Collection (e.g. PersistentMap) * [HHH-18832] - Bytecode enhancement skipped for entities with "compute-only" @​Transient properties * [HHH-18830] - extraneous SQL UPDATE statements for unowned collection with @​OrderColumn * [HHH-18826] - mappedBy validation in Processor * [HHH-18765] - Error in the booleanarray_to_string auxiliary function * [HHH-18709] - CriteriaUpdate involving JSON field containing Map results in SemanticException * [HHH-18705] - Hibernate processor creates bad TypedReferenceQuery when @​Entity have name attribute * [HHH-18692] - Hibernate attempts to close batched statements multiple times * [HHH-18629] - Inconsistent column alias generated while result class is used for placeholder * [HHH-18610] - "SQLGrammarException: Unable to find column position by name:" when using Single Table Inheritance with a strict JDBC driver such as PostgreSQL * [HHH-18583] - Joined + discriminator inheritance treat in where clause not restricting to subtype * [HHH-18274] - Problems with generics in queries; proposed partial solution * [HHH-18069] - NullPointerException when unioning partition results * [HHH-17838] - @​OneToOne relationship + @​Embeddable keys + FetchType.LAZY fail in most recent version * [HHH-16054] - JPA / Hibernate, duplicate pkey error when updating entity that is a subclass of a base class that uses IdClass for composite primary key * [HHH-14119] - IN clause parameter padding not working for criteria query in conjunction with LiteralHandlingMode.BIND

** Improvement * [HHH-18875] - Stop using Array.newInstance in org.hibernate.internal.util.collections.StandardStack * [HHH-18861] - Improve GitHub release announcement body for automated releases * [HHH-18847] - Organize the org.hibernate.query.results package * [HHH-18844] - Run preVerifyRelease task as part of h2 CI job * [HHH-18841] - Make _identifierMapper property added for a IdClass synthetic * [HHH-18840] - detect and report incorrect usage of @​OrderColumn, @​MapKeyColumn, and @​MapKey * [HHH-18683] - The method Metamodel#entity(String) should throw IllegalArgumentException for non-entities * [HHH-18534] - Remove the org.hibernate.boot.models.categorize package * [HHH-17246] - Guard against Sybase being configured for truncating trailing zeros. * [HHH-16160] - XML aggregate support for more databases * [HHH-14020] - Allow Hibernate Types to have access to ServiceRegistry during initialization * [HHH-7913] - Catalog and schema replacement in / @​Subselect

** New Feature * [HHH-18644] - New and improved hibernate-maven-plugin

** Remove Feature * [HHH-18843] - remove deprecated @​OrderBy annotation

... (truncated)

Commits

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 show <dependency name> 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)

Bumps [org.hibernate.orm:hibernate-processor](https://github.com/hibernate/hibernate-orm) from 7.0.0.Beta1 to 7.0.0.Beta3.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/commits)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants