Skip to content

wip

271121b
Select commit
Loading
Failed to load commit list.
Open

HHH-18589 Properly handle temporals in BC era #10705

wip
271121b
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 20, 2025 in 12s

1 new alert

New alerts in code changed by this pull request

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 907 in hibernate-core/src/main/java/org/hibernate/type/descriptor/DateTimeUtils.java

See this annotation in the file changed.

Code scanning / CodeQL

Confusing overloading of methods Note

Method DateTimeUtils.toInstant(..) could be confused with overloaded method
toInstant
, since dispatch depends on static types.