borinquenkid opened a new pull request, #16164:
URL: https://github.com/apache/grails-core/pull/16164

   ## Summary
   - `AggregateTimestampProvider` was the only class in 
`org.grails.datastore.gorm.timestamp` without test coverage; added 
`AggregateTimestampProviderSpec` covering `supportsCreating`/`createTimestamp` 
delegation (single provider, first-match among multiple, none-support, 
no-providers-registered) and the `timestampProviders` getter/setter.
   - Replaced `timestampProviders.iterator().next()` with `List.getFirst()` 
(JDK 21 `SequencedCollection`) in `AggregateTimestampProvider`.
   - Minor javadoc whitespace cleanup in `DefaultTimestampProvider`.
   
   ## Test plan
   - [x] `./gradlew :grails-datamapping-core:test --tests 
"org.grails.datastore.gorm.timestamp.*"` — all pass
   - [x] `./gradlew :grails-datamapping-core:codeStyle` — clean
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
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]

Reply via email to