Skip to:
When inserting an Entity that contains a column annotated with @CreationTimestamp, inserting throws this ClassCastException:
This is my test entity:
And this my testcase:
I attached a Spring boot 3.0.3 project showcasing the issue.
Might be related to or even a duplicate of
When inserting an Entity that contains a column annotated with @CreationTimestamp, inserting throws this ClassCastException:
This is my test entity:
And this my testcase:
I attached a Spring boot 3.0.3 project showcasing the issue.
Might be related to or even a duplicate of