codeconsole opened a new issue, #15057:
URL: https://github.com/apache/grails-core/issues/15057
### Expected Behavior
```groovy
@AutoTimestamp(AutoTimestamp.EventType.CREATED) LocalDateTime created
@AutoTimestamp LocalDateTime modified
```
results in
```
Property [created] of class [class com.l3me.Person] cannot be null
Property [modified] of class [class com.l3me.Person] cannot be null
```
These checks should not fail validation
### Actual Behaviour
_No response_
### Steps To Reproduce
_No response_
### Environment Information
_No response_
### Example Application
_No response_
### Version
7.0.0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]