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

Fix test by adding ad-hoc LocalDate support #37719

Merged
merged 1 commit into from
Dec 14, 2023
Merged

Conversation

dmlloyd
Copy link
Member

@dmlloyd dmlloyd commented Dec 13, 2023

Fixes #37659. A follow-up issue will be filed to revert this commit once ORM 7.x is integrated.

Fixes quarkusio#37659. A follow-up issue will be filed to revert this commit once ORM 7.x is integrated.
Copy link

quarkus-bot bot commented Dec 13, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@dmlloyd dmlloyd requested a review from yrodiere December 13, 2023 16:45
Copy link
Member

@yrodiere yrodiere left a comment

Choose a reason for hiding this comment

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

LGTM, thanks

Comment on lines +28 to +30
@Serial
private static final long serialVersionUID = -3375371178728213643L;

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 probably unnecessary, especially since we don't set the serial version UID on any other JdbcType.
Also I hope we never serialize a JdbcType, but... I'm afraid some people probably do :/

@yrodiere yrodiere merged commit cbe2cf1 into quarkusio:main Dec 14, 2023
18 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.7 - main milestone Dec 14, 2023
@dmlloyd dmlloyd deleted the orm branch December 14, 2023 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hibernate ORM graphql panache test fails if time zone is west of GMT
2 participants