Auditor attempts to set lastModifiedDate on null object [DATACMNS-1669] #2089
Labels
in: mapping
Mapping and conversion infrastructure
status: duplicate
A duplicate of another issue
type: bug
A general bug
spring-projects-issues commentedFeb 18, 2020
Blake opened DATACMNS-1669 and commented
The same example given in https://jira.spring.io/browse/DATACMNS-1461 for
@CreatedDate
is still an issue for@LastModifiedDate
:Given two classes where ClassB contains
@LastModifiedDate
property and is referenced by ClassA:An attempt to store an instance of ClassA when
other
is null fails with a MappingException:Given
@CreatedDate
was fixed it, seems@LastModifiedDate
should also be fixed since it is common to track both a created and modified dateAffects: 2.1.15 (Lovelace SR15), 2.2.4 (Moore SR4), 2.3 M3 (Neumann)
Reference URL: https://jira.spring.io/browse/DATACMNS-1461
Issue Links:
("duplicates")
The text was updated successfully, but these errors were encountered: