Skip to content

Upgrade Hibernate ORM to 7.0 #1895

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

Closed
DavideD opened this issue Apr 23, 2024 · 0 comments · Fixed by #2028
Closed

Upgrade Hibernate ORM to 7.0 #1895

DavideD opened this issue Apr 23, 2024 · 0 comments · Fixed by #2028
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@DavideD
Copy link
Member

DavideD commented Apr 23, 2024

The work in progress repository is here: https://github.com/hibernate/hibernate-reactive/tree/wip/3.0

Requires these changes in Hibernate ORM.
The changes have been merged

@DavideD DavideD added the enhancement New feature or request label Apr 23, 2024
@DavideD DavideD self-assigned this Apr 23, 2024
@DavideD DavideD added this to the 3.0.0 milestone Apr 23, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Sep 25, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Oct 14, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Nov 14, 2024
@yrodiere yrodiere changed the title Upgrade Hibernate ORM to 7 Upgrade Hibernate ORM to 7.0 Nov 19, 2024
@yrodiere yrodiere changed the title Upgrade Hibernate ORM to 7.0 Upgrade Hibernate ORM to 7.0 Nov 19, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Nov 29, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Nov 29, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 2, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 2, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 2, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 2, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 2, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 2, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 3, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 3, 2024
@DavideD DavideD added problem A limitation or source of discomfort and removed problem A limitation or source of discomfort labels Dec 6, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 12, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 12, 2024
Notes:

* The Hibernate Gradle plugin has not been released yet, so we keep it to 7.0.0.Beta2
* XML sql data type is not supported: eclipse-vertx/vertx-sql-client#1475
* Stop using `org.hibernate.dialect.DialectDelegateWrapper` (not
  required anymore)
* Remove `ReactiveOracleSqlAstTranslator` (not required anymore)
* Only process parameters for native queries. See hibernate#2012
* Remove `ReactiveIdentifierGeneratorFactory`: the service doesn't exist
  anymore in ORM
* Add `persist(String, Object)` to the session
* Remove test for `hibernate.create_empty_composites.enabled`: see [HHH-18222](https://hibernate.atlassian.net/browse/HHH-18222)
* Contains some clean ups
* There are still some issues with embeddable mapped as JSON and native queries: See hibernate#1999
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 12, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 12, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 12, 2024
Notes:

* The Hibernate Gradle plugin has not been released yet, so we keep it to 7.0.0.Beta2
* XML sql data type is not supported: eclipse-vertx/vertx-sql-client#1475
* Stop using `org.hibernate.dialect.DialectDelegateWrapper` (not
  required anymore)
* Remove `ReactiveOracleSqlAstTranslator` (not required anymore)
* Only process parameters for native queries. See hibernate#2012
* Remove `ReactiveIdentifierGeneratorFactory`: the service doesn't exist
  anymore in ORM
* Add `persist(String, Object)` to the session
* Remove test for `hibernate.create_empty_composites.enabled`: see [HHH-18222](https://hibernate.atlassian.net/browse/HHH-18222)
* Contains some clean ups
* There are still some issues with embeddable mapped as JSON and native queries: See hibernate#1999
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 12, 2024
Notes:

* The Hibernate Gradle plugin has not been released yet, so we keep it to 7.0.0.Beta2
* XML sql data type is not supported: eclipse-vertx/vertx-sql-client#1475
* Stop using `org.hibernate.dialect.DialectDelegateWrapper` (not
  required anymore)
* Remove `ReactiveOracleSqlAstTranslator` (not required anymore)
* Only process parameters for native queries. See hibernate#2012
* Remove `ReactiveIdentifierGeneratorFactory`: the service doesn't exist
  anymore in ORM
* Add `persist(String, Object)` to the session
* Remove test for `hibernate.create_empty_composites.enabled`: see [HHH-18222](https://hibernate.atlassian.net/browse/HHH-18222)
* Contains some clean ups
* There are still some issues with embeddable mapped as JSON and native queries: See hibernate#1999
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 12, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 12, 2024
Notes:

* The Hibernate Gradle plugin has not been released yet, so we keep it to 7.0.0.Beta2
* XML sql data type is not supported: eclipse-vertx/vertx-sql-client#1475
* Stop using `org.hibernate.dialect.DialectDelegateWrapper` (not
  required anymore)
* Remove `ReactiveOracleSqlAstTranslator` (not required anymore)
* Only process parameters for native queries. See hibernate#2012
* Remove `ReactiveIdentifierGeneratorFactory`: the service doesn't exist
  anymore in ORM
* Add `persist(String, Object)` to the session
* Remove test for `hibernate.create_empty_composites.enabled`: see [HHH-18222](https://hibernate.atlassian.net/browse/HHH-18222)
* Contains some clean ups
* There are still some issues with embeddable mapped as JSON and native queries: See hibernate#1999
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 12, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 12, 2024
Notes:

* Fix hibernate#201: ReactiveIdentifierGenerator must extends Generator
* The Hibernate Gradle plugin has not been released yet, so we keep it to 7.0.0.Beta2
* XML sql data type is not supported: eclipse-vertx/vertx-sql-client#1475
* Stop using `org.hibernate.dialect.DialectDelegateWrapper` (not
  required anymore)
* Remove `ReactiveOracleSqlAstTranslator` (not required anymore)
* Only process parameters for native queries. See hibernate#2012
* Remove `ReactiveIdentifierGeneratorFactory`: the service doesn't exist
  anymore in ORM
* Add `persist(String, Object)` to the session
* Remove test for `hibernate.create_empty_composites.enabled`: see [HHH-18222](https://hibernate.atlassian.net/browse/HHH-18222)
* Contains some clean ups
* There are still some issues with embeddable mapped as JSON and native queries: See hibernate#1999
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 12, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 12, 2024
Notes:

* Fix hibernate#1826: ReactiveIdentifierGenerator must extends Generator
* The Hibernate Gradle plugin has not been released yet, so we keep it to 7.0.0.Beta2
* XML sql data type is not supported: eclipse-vertx/vertx-sql-client#1475
* Stop using `org.hibernate.dialect.DialectDelegateWrapper` (not
  required anymore)
* Remove `ReactiveOracleSqlAstTranslator` (not required anymore)
* Only process parameters for native queries. See hibernate#2012
* Remove `ReactiveIdentifierGeneratorFactory`: the service doesn't exist
  anymore in ORM
* Add `persist(String, Object)` to the session
* Remove test for `hibernate.create_empty_composites.enabled`: see [HHH-18222](https://hibernate.atlassian.net/browse/HHH-18222)
* Contains some clean ups
* There are still some issues with embeddable mapped as JSON and native queries: See hibernate#1999
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 12, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 13, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 13, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 13, 2024
Notes:

* Fix hibernate#1826: ReactiveIdentifierGenerator must extends Generator
* The Hibernate Gradle plugin has not been released yet, so we keep it to 7.0.0.Beta2
* XML sql data type is not supported: eclipse-vertx/vertx-sql-client#1475
* Stop using `org.hibernate.dialect.DialectDelegateWrapper` (not
  required anymore)
* Remove `ReactiveOracleSqlAstTranslator` (not required anymore)
* Only process parameters for native queries. See hibernate#2012
* Remove `ReactiveIdentifierGeneratorFactory`: the service doesn't exist
  anymore in ORM
* Add `persist(String, Object)` to the session
* Remove test for `hibernate.create_empty_composites.enabled`: see [HHH-18222](https://hibernate.atlassian.net/browse/HHH-18222)
* Contains some clean ups
* There are still some issues with embeddable mapped as JSON and native queries: See hibernate#1999
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 13, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 13, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 13, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 13, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 13, 2024
Notes:

* Fix hibernate#1826: ReactiveIdentifierGenerator must extends Generator
* The Hibernate Gradle plugin has not been released yet, so we keep it to 7.0.0.Beta2
* XML sql data type is not supported: eclipse-vertx/vertx-sql-client#1475
* Stop using `org.hibernate.dialect.DialectDelegateWrapper` (not
  required anymore)
* Remove `ReactiveOracleSqlAstTranslator` (not required anymore)
* Only process parameters for native queries. See hibernate#2012
* Remove `ReactiveIdentifierGeneratorFactory`: the service doesn't exist
  anymore in ORM
* Add `persist(String, Object)` to the session
* Remove test for `hibernate.create_empty_composites.enabled`: see [HHH-18222](https://hibernate.atlassian.net/browse/HHH-18222)
* Contains some clean ups
* There are still some issues with embeddable mapped as JSON and native queries: See hibernate#1999
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 13, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 13, 2024
DavideD added a commit that referenced this issue Dec 13, 2024
DavideD added a commit that referenced this issue Dec 13, 2024
Notes:

* Fix #1826: ReactiveIdentifierGenerator must extends Generator
* The Hibernate Gradle plugin has not been released yet, so we keep it to 7.0.0.Beta2
* XML sql data type is not supported: eclipse-vertx/vertx-sql-client#1475
* Stop using `org.hibernate.dialect.DialectDelegateWrapper` (not
  required anymore)
* Remove `ReactiveOracleSqlAstTranslator` (not required anymore)
* Only process parameters for native queries. See #2012
* Remove `ReactiveIdentifierGeneratorFactory`: the service doesn't exist
  anymore in ORM
* Add `persist(String, Object)` to the session
* Remove test for `hibernate.create_empty_composites.enabled`: see [HHH-18222](https://hibernate.atlassian.net/browse/HHH-18222)
* Contains some clean ups
* There are still some issues with embeddable mapped as JSON and native queries: See #1999
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 13, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 13, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 13, 2024
Notes:

* Fix hibernate#1826: ReactiveIdentifierGenerator must extends Generator
* The Hibernate Gradle plugin has not been released yet, so we keep it to 7.0.0.Beta2
* XML sql data type is not supported: eclipse-vertx/vertx-sql-client#1475
* Stop using `org.hibernate.dialect.DialectDelegateWrapper` (not
  required anymore)
* Remove `ReactiveOracleSqlAstTranslator` (not required anymore)
* Only process parameters for native queries. See hibernate#2012
* Remove `ReactiveIdentifierGeneratorFactory`: the service doesn't exist
  anymore in ORM
* Add `persist(String, Object)` to the session
* Remove test for `hibernate.create_empty_composites.enabled`: see [HHH-18222](https://hibernate.atlassian.net/browse/HHH-18222)
* Contains some clean ups
* There are still some issues with embeddable mapped as JSON and native queries: See hibernate#1999
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 13, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 13, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant