Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

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

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.Beta2 (November 13, 2024)

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

** Bug * [HHH-18816] - Error when rendering the fk-side of an association in an exists subquery * [HHH-18808] - HqlParser.g4 outputs wrong token for nakedIdentifier and identifier when keyword is used * [HHH-18807] - a bug in HqlLexer.g4 * [HHH-18806] - handling of nationalized strings on Sybase / jTDS * [HHH-18773] - Multiple selections of same alias triggers possible non-threadsafe access to the session * [HHH-18770] - NPE when using the JFR integration with JFR disabled * [HHH-18764] - Class cast exception when using non basic type as identifier and in an embedded field using a natural ID * [HHH-18761] - named query method generation for @​NamedQuery on entity * [HHH-18739] - Do not support join queries when using Mysql * [HHH-18738] - Schema of database sequence is not configured if xml mapping is used * [HHH-18730] - Multi-column association in aggregate component doesn't work * [HHH-18720] - Type check on select columns in union all gives SemanticException when there is a null column * [HHH-18719] - Previous row state reuse can provide detached entities to the consumer * [HHH-18712] - Warning about attempts to update an immutable entity for normal (not immutable) entity * [HHH-18703] - JoinedSubclassEntityPersister#getTableNameForColumn KO * [HHH-18702] - Exception using @​EmbeddedId with @​OneToMany that refers to an alternate key column * [HHH-18699] - Correctly handle @​Id and @​Version fields in query validation in Hibernate Processor * [HHH-18697] - JPA 3.2 spec compliance for uppercasing of names in Hibernate Processor * [HHH-18696] - @​Find method for single @​NaturalId field * [HHH-18692] - Hibernate attempts to close batched statements multiple times * [HHH-18689] - 'FULL' query cache sometimes incomplete * [HHH-18681] - InterpretationException executing subquery in case-when : o.h.query.sqm.tree.select.SqmSelection.getExpressible() is null * [HHH-18675] - Self-referencing many-to-many relation on generic entity gives NullPointerException in mapping * [HHH-18671] - Fix setting name (spelling) * [HHH-18669] - NullPointerException in the AgroalConnectionProvider * [HHH-18667] - Annotation processor leaks - OOME when used in Eclipse IDE * [HHH-18662] - Attribute not mentioned in orm.xml ends up not being mapped in Hibernate ORM 7 * [HHH-18658] - Inner join prevents finding an entity instance referencing an empty map * [HHH-18647] - SemanticException when using createCriteriaInsertValues to insert into foreign key column * [HHH-18645] - AssertionError in AbstractBatchEntitySelectFetchInitializer#registerToBatchFetchQueue * [HHH-18642] - DB2: select from new table with identity column not working when missing read permission * [HHH-18635] - Avoid using bigdatetime column type on Sybase jconn when not necessary * [HHH-18632] - Concurrency issue with AbstractEntityPersister#nonLazyPropertyLoadPlansByName * [HHH-18631] - AssertionError when loading an entity after removing another, associated entity * [HHH-18628] - Regression: Unable to determine TableReference * [HHH-18626] - @​Id annotation in @​Embeddable class results in AssertionFailure * [HHH-18617] - Fetching unowned side of bidirectional OneToOne mappings including tenant identifier triggers EntityFilteredException * [HHH-18608] - NPE in EntityInitializerImpl.resolveInstanceSubInitializers * [HHH-18596] - ValueHandlingMode hack in query pagination * [HHH-18585] - exposure of internal types via Dialect * [HHH-18582] - Mapping array of arrays with @​JdbcTypeCode(SqlTypes.ARRAY) causes NPE * [HHH-18581] - Performance degradation from Hibernate 5 to 6 on NativeQuery * [HHH-18575] - IN predicate with numeric/decimal parameter types leads to Binding is multi-valued; illegal call to #getBindValue * [HHH-18571] - Entities and collections with batch size 1 are treated as batchable

... (truncated)

Commits
  • f9f3ec4 Pre-steps for release : 7.0.0.Beta2
  • b5b4693 Update GitHub bot rules to ignore changes to nested git/build files
  • 5028c2f Fix conflicting/suspicious .gitignore config
  • 70b85d5 Fix .gitattributes to only change line terminators on actual text files
  • b5221e2 HHH-18833 Introduce EnhancementContext#getUnsupportedEnhancementStrategy
  • eb6cb31 add some javadoc to KeyedResultList, Order, Page
  • 65b9b43 add Order.reversedIf() and ignoringCaseIf() to simplify generated code
  • 83f7af3 cleanups to SqmUtil
  • 8a0dab9 HHH-18647 Fix insert values check for table group joins
  • 91b1862 HHH-18647 Add test for issue
  • 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 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.Beta2.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.0.0.Beta1...7.0.0.Beta2)

---
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 Nov 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Superseded by #225.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/maven/org.hibernate.orm-hibernate-processor-7.0.0.Beta2 branch December 9, 2024 13:45
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