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-core from 6.3.1.Final to 6.3.2.Final #14190

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2023

Bumps org.hibernate.orm:hibernate-core from 6.3.1.Final to 6.3.2.Final.

Changelog

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

Changes in 6.3.2.Final (November 23, 2023)

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

** Bug * [HHH-17428] - Parameter place holder should start from 1 in StandardTemporaryTableExporter * [HHH-17415] - NullPointerException: EntityValuedPathInterpretation - getNavigablePath() * [HHH-17412] - Type comparison error due to surprising javac method selection * [HHH-17411] - Fetch join on treated join leads to owner not selected error * [HHH-17386] - Type inference source is not reset for top level predicates * [HHH-17383] - Association is null in lazy initialized element collection * [HHH-17351] - Missing basic type registration after changing preferred jdbc type * [HHH-17332] - NullPointerException in TupleMappingModelExpressible constructor * [HHH-17329] - Query Cache contains null values when entity was loaded as proxy * [HHH-17328] - Retrieve entity using entity graph not adding type in the where clause for @​Inheritance(strategy = InheritanceType.SINGLE_TABLE) * [HHH-17308] - AssertionError when mixing @​SQLSelect and composite ID * [HHH-17302] - Use nocache for MariaDB sequences * [HHH-17299] - AssertionError in DiscriminatorPathInterpretation when treating a path with the same subtype * [HHH-17294] - Non-Embeddable JSON objects are not marked as dirty when modified * [HHH-17292] - MappedSuperclass with more than 1 subclass level leads to "UnknownPathException: Could not resolve attribute" * [HHH-17290] - Embeddable with a primitive field cannot be set to null * [HHH-17288] - IdClass broken column mapping in @OneToOne when mappedBy is used by the owning side * [HHH-17285] - @​MapdKey fails with name attribute that represetns a path with dots separator * [HHH-17283] - Subquery using Entity with composite Id causes SemanticException * [HHH-17276] - Columns that are widened to LOB type aren't considered as LOBs * [HHH-17264] - OracleAggregateSupport should use json_object to create empty json * [HHH-17262] - JdbcTypeRecommendationException when using of persistence.xml file * [HHH-17260] - ClassCastException when using SUM() on subquery root * [HHH-17257] - ElementCollection is missing elements after update if embeddable type has primitive columns marked as nullable * [HHH-17256] - elementcollection embeddable contains only nulls when loading in multiple steps * [HHH-17255] - Cannot resolve table reference for treated many-to-many map collection simple attribute * [HHH-17243] - org.hibernate.MappingException: Could not resolve named type : duration * [HHH-17242] - Oracle temporal arithmetic performance regression * [HHH-17240] - ClassTransformer enhancement is not thread safe * [HHH-17234] - PostgreSQL: operator does not exist '!=-' exception when using JPA not equals operator '<>' with negative number * [HHH-17231] - HHH-17231 SQLGrammarException when selecting property of grouped join association in subquery * [HHH-17228] - Exception when selecting from a subclass in single table inheritance when another entity has 1-1 attributes of other subclasses * [HHH-17225] - Right join does not return records from the right table if there's no matching record in the from clause * [HHH-17223] - ClassCastException when using SUM() on COALESCE in criteria api * [HHH-17211] - Hibernate entity with @​Any attribute throws a null pointer exception on HQL select query * [HHH-17208] - @​Any mapping not working on HQL inserts * [HHH-17205] - QueryException: could not resolve property: null on OneToOne with composite key * [HHH-17196] - Documentation for @​NaturalId should be more explicit about non-nullability * [HHH-17193] - Error when merging entity with composite PK and nested to-many collection * [HHH-17192] - Given a JOINED inheritance, "missing FROM-clause entry for table" error is thrown when applying EntityGraph to abstract entity and filtering on a subentity attribute * [HHH-17188] - Query Cache contains null values when entity is found in Persistence Context * [HHH-17178] - Is null predicate on treated plural path causes InterpretationException * [HHH-17172] - SerializableProxy: Unable to retrieve matching session factory by name (Hibernate 6 regression?) * [HHH-17170] - Custom @​SQLDelete, @​SQLDeleteAll and @​SQLUpdate not working on associated collections

... (truncated)

Commits
  • 80e148b Post-steps for release : 6.3.2.Final
  • 88068a9 Pre-steps for release : 6.3.2.Final
  • cdbc880 Fix dead link in migration guide
  • 42e7ce8 HHH-17328 Add discriminator to entity graph with inheritance subtypes
  • b96fd92 HHH-17328 Add test for issue
  • 1b9c607 HHH-17428 ParameterMarkerStrategy markers are 1 based
  • 1cab991 HHH-17292 Correct find subtypes attribute for nested types
  • 7678996 HHH-17292 Add test for issue
  • b455277 HHH-17415 Improved check for entity valued path expansion in subqueries
  • bc7746a HHH-17415 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-core](https://github.com/hibernate/hibernate-orm) from 6.3.1.Final to 6.3.2.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.3.2/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.3.1...6.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type: dependency-upgrade A dependency upgrade label Nov 24, 2023
@dependabot dependabot bot added this to the 6.2.x milestone Nov 24, 2023
@marcusdacoregio marcusdacoregio self-assigned this Nov 24, 2023
@marcusdacoregio marcusdacoregio modified the milestones: 6.2.x, 6.2.1 Nov 24, 2023
@marcusdacoregio marcusdacoregio merged commit 5ef31c1 into main Nov 24, 2023
2 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/main/org.hibernate.orm-hibernate-core-6.3.2.Final branch November 24, 2023 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade A dependency upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant