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.3.1 #397

Merged
merged 12 commits into from
Nov 26, 2023
Merged

Update Hibernate version to 6.3.1 #397

merged 12 commits into from
Nov 26, 2023

Conversation

igdianov
Copy link
Collaborator

@igdianov igdianov commented Nov 26, 2023

  • Add JPA Temporal annotations support for Date, Time and Timestamp since the Hibernate made changes to entity metadata mapping to Java temporal types, i.e.

  • Non-annotated Date attribute -> java.sql.Timestamp

  • @Temporal.Timestamp attribute -> java.sql.Timestamp

  • @Temporal.Date attribute -> java.util.Date

  • @Temporal.Time attribute -> java.sql.Time

@igdianov igdianov self-assigned this Nov 26, 2023
Copy link

codecov bot commented Nov 26, 2023

Codecov Report

Attention: 26 lines in your changes are missing coverage. Please review.

Comparison is base (2888d39) 75.62% compared to head (e9d13c9) 75.93%.

Files Patch % Lines
...ventures/graphql/jpa/query/schema/JavaScalars.java 72.63% 23 Missing and 3 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #397      +/-   ##
============================================
+ Coverage     75.62%   75.93%   +0.31%     
+ Complexity     1175     1170       -5     
============================================
  Files            76       76              
  Lines          5239     5245       +6     
  Branches        747      741       -6     
============================================
+ Hits           3962     3983      +21     
+ Misses          948      940       -8     
+ Partials        329      322       -7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@igdianov igdianov added the dependencies Pull requests that update a dependency file label Nov 26, 2023
@igdianov igdianov changed the title Add JPA Temporal annotations support for Date, Time and Timestamp Update Hibernate version to 6.3.1 Nov 26, 2023
@igdianov igdianov merged commit 44c854c into master Nov 26, 2023
3 of 4 checks passed
@igdianov igdianov deleted the add-jpa-temporal-support branch November 26, 2023 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change dependencies Pull requests that update a dependency file enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant