79802699

Date: 2025-10-28 11:02:44
Score: 2
Natty:
Report link

Try setting hibernate.jdbc.time_zone and hibernate.type.preferred_instant_jdbc_type=TIMESTAMP_WITH_TIMEZONE in your config, or explicitly mark the column as @Column(nullable = false) and ensure you’re not passing a blank string. If nothing works, downgrade to Hibernate 6.5.x it’s more stable with string mappings right now.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hasnain