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

Update Hibernate version to 6.2.7 #7426

Closed
wants to merge 3 commits into from

Conversation

tvallin
Copy link
Member

@tvallin tvallin commented Aug 23, 2023

Description

Update Hibernate version to 6.2.7

Fix #6561

Documentation

no impact

Signed-off-by: tvallin <thibault.vallin@oracle.com>
@tvallin tvallin requested review from barchetta and tjquinno August 23, 2023 07:14
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 23, 2023
Signed-off-by: tvallin <thibault.vallin@oracle.com>
@tvallin tvallin self-assigned this Aug 23, 2023
Signed-off-by: tvallin <thibault.vallin@oracle.com>
Comment on lines +4 to +8
hibernate.connection.provider_class=org.hibernate.hikaricp.internal.HikariCPConnectionProvider
hibernate.hikari.dataSourceClassName={{jdbcDataSource}}
hibernate.hikari.dataSource.url={{databaseUrl}}
hibernate.hikari.dataSource.user={{dbUser}}
hibernate.hikari.dataSource.password={{password}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm; could you say why you needed to do this? Shouldn't be needed, but maybe you had a good reason to bypass our data source integration.

Comment on lines +20 to +25
INSERT INTO POKEMON VALUES (1, 12, 'Bulbasaur');
INSERT INTO POKEMON VALUES (2, 10, 'Charmander');
INSERT INTO POKEMON VALUES (3, 11, 'Squirtle');
INSERT INTO POKEMON VALUES (4, 7, 'Caterpie');
INSERT INTO POKEMON VALUES (5, 7, 'Weedle');
INSERT INTO POKEMON VALUES (6, 3, 'Pidgey');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the root of the problem, right? That for some reason Hibernate 6.2.x has changed the order of DDL/column generation? I would like to better understand why that is.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #7433

@tvallin tvallin marked this pull request as draft August 24, 2023 07:32
@tvallin tvallin closed this Oct 12, 2023
@tvallin tvallin deleted the jandex-minimal branch October 17, 2023 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants