Skip to content

Fix missing class issue with H2 version 2.0.202 #1115

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
wants to merge 2 commits into from

Conversation

schauder
Copy link
Contributor

With older versions H2 returned a proprietary instance from .
We used to support the conversion of that to an .

With the most recent versions is no longer part of the H2 driver and we only register the converter when we encounter older versions of H2.

Closes #1114
See h2database/h2database#1359

With older versions H2 returned a proprietary  instance from .
We used to support the conversion of that to an .

With the most recent versions  is no longer part of the H2 driver and we only register the converter when we encounter older versions of H2.

Closes #1114
See h2database/h2database#1359
@schauder schauder requested a review from gregturn December 16, 2021 08:40
@schauder
Copy link
Contributor Author

Thanks for the review. That's merged.

@schauder schauder closed this Dec 17, 2021
@schauder schauder deleted the issue/1114-update-H2 branch December 17, 2021 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

H2 2.0.202 removed org.h2.api.TimestampWithTimeZone but needed by spring-data-jdbc 2.3.0 (JdbcH2Dialect)
2 participants