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

Pass missing properties to Hibernate Reactive startup #29981

Merged
merged 1 commit into from
Dec 23, 2022

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Dec 20, 2022

Fixes #29956

@DavideD I'm not sure if this is enough to actually fix the issue given they are properties that are supposed to be passed to the JDBC driver so I have no idea if you try to pass them to the reactive driver.

So feel free to close if it's useless.

@DavideD
Copy link
Contributor

DavideD commented Dec 20, 2022

I can't remember right now what we do underneath, but there is a difference in setting JDBC_TIME_ZONE property or not.
I will try to have another look to this issue, but I think we should merge this PR.

@DavideD
Copy link
Contributor

DavideD commented Dec 20, 2022

Not sure about STATEMENT_FETCH_SIZE.

@quarkus-bot
Copy link

quarkus-bot bot commented Dec 20, 2022

Failing Jobs - Building aab1831

Status Name Step Failures Logs Raw logs
✔️ JVM Tests - JDK 11
✔️ JVM Tests - JDK 17
JVM Tests - JDK 17 MacOS M1 Set up runner ⚠️ Check → Logs Raw logs
✔️ JVM Tests - JDK 18

@gsmet
Copy link
Member Author

gsmet commented Dec 21, 2022

@DavideD I think it can't hurt to stay consistent, worst case it is simply ignored.

@DavideD
Copy link
Contributor

DavideD commented Dec 21, 2022

I agree. I think we can merge this

@geoand geoand merged commit 6776f0d into quarkusio:main Dec 23, 2022
@quarkus-bot quarkus-bot bot added this to the 2.16 - main milestone Dec 23, 2022
@gsmet gsmet modified the milestones: 2.16 - main, 2.15.2.Final Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/hibernate-reactive Hibernate Reactive area/persistence OBSOLETE, DO NOT USE kind/bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hibernate reactive disregarding quarkus.hibernate-orm.jdbc.timezone
3 participants