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.4.0.Final #3272

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Changelog

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

Changes in 6.4.0.Final (November 23, 2023)

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

** Bug * [HHH-17454] - SemanticException caused by type check when comparing generic path to parameter expression * [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-17384] - OneToMany association with @​NotFound results in SQL with different JOIN-type for SELECT (LEFT JOIN) and COUNT (JOIN) * [HHH-17383] - Association is null in lazy initialized element collection * [HHH-17382] - Dynamic instantiation leads to superclass fields not found when using injection * [HHH-17381] - fix wrong groupId in Compatibility.adoc * [HHH-17380] - Persisting an entity with a non generated id and @​MapsId throws PropertyValueException * [HHH-17370] - ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Cannot invoke "org.hibernate.resource.jdbc.spi.JdbcObserver.jdbcConnectionAcquisitionEnd(java.sql.Connection)" because "this.observer" is null * [HHH-17344] - DB2zDialect NullPointerException * [HHH-17328] - Retrieve entity using entity graph not adding type in the where clause for @​Inheritance(strategy = InheritanceType.SINGLE_TABLE) * [HHH-17313] - Session#setDefaultReadOnly is ignored by named queries * [HHH-17308] - AssertionError when mixing @​SQLSelect and composite ID * [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-17102] - @​SqlResultSetMapping doesn’t work with @​Inheritance(strategy = InheritanceType.JOINED)

** Deprecation * [HHH-17441] - Deprecate @​Comment

** Improvement * [HHH-17425] - Introduce new configuration parameters for offline Dialect initialization * [HHH-17424] - Have Dialect manage more of ExtractedDatabaseMetadata * [HHH-17417] - Workaround Oracle driver issue to reduce connection creation * [HHH-17409] - Support offset without limit in AbstractSimpleLimitHandler and Oracle12LimitHandler * [HHH-17389] - Add getQueryHintString() for PostgreSQLDialect * [HHH-17372] - Endless recursion between default implementations of SelectionQuery.getResultStream() and SelectionQuery.stream() * [HHH-17355] - Smoothen rough edges with array functions * [HHH-17340] - Fix typos in javadoc * [HHH-17023] - Add support for Altibase dialect * [HHH-15074] - Allow partial composite id generation for EmbeddedId

** New Feature * [HHH-17357] - Support pgvector types and functions * [HHH-17210] - Expose custom JFR events

** Sub-task * [HHH-17347] - Support for JDK which do not support JFR events

** Task

... (truncated)

Commits
  • 7c7bf27 Post-steps for release : 6.4.0.Final
  • cdce898 Pre-steps for release : 6.4.0.Final
  • ac637ea HHH-17425 Introduce some new dialect-specific config params
  • 1439e4a HHH-17313 Always get Boolean wrapper for HINT_READ_ONLY
  • 1486d56 HHH-17313 Add test for issue
  • b697f35 Update Revved up by Develocity badge
  • c6bc135 HHH-17454 Correct type checking with concrete generic types
  • b3b0a8d HHH-17454 Add test for issue
  • 27c3078 HHH-17382 Walk superclasses when searching instantiation field
  • 56efddc HHH-17382 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.4.0.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.3.1...6.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependabot: Maven A dependency upgrade for Maven raised by Dependabot label Nov 23, 2023
Copy link

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. Inspect and use qodana.sarif.json (see the Qodana SARIF format for details)

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2023.2.8
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@joel-costigliola joel-costigliola merged commit e1fe387 into main Nov 23, 2023
21 of 22 checks passed
@joel-costigliola joel-costigliola deleted the dependabot/maven/org.hibernate.orm-hibernate-core-6.4.0.Final branch November 23, 2023 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot: Maven A dependency upgrade for Maven raised by Dependabot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant