Closed
Description
When an entity is modified, we see that created time gets updated. This happens with newly created entity, for older entities it works fine.
Steps to reproduce:
- Create an entity which has fields annotated with @CreatedDate @ModifiedDate and @EntityListeners(AuditingEntityListener.class)
- Save the entity using JPA Repository class
- Update the entity
- And, you see updated entity has creationDate from the future