This is an automated email from the ASF dual-hosted git repository.
matrei pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from d860ef7031 Merge pull request #15150 from gustavoharff/patch-1
add 79ab9c07b1 chore: formatting and cleanup
new 1c3a49dd34 Merge pull request #15180 from apache/cleanup-post-15150
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../groovy/grails/gorm/async/AsyncEntity.groovy | 1 +
.../schemaless/ImplementsDynamicAttributes.groovy | 38 ++-
.../src/main/groovy/grails/gorm/MultiTenant.groovy | 1 +
.../grails/gorm/time/TemporalConverter.groovy | 4 +-
.../grails/gorm/time/ZonedDateTimeConverter.groovy | 4 +-
.../compiler/gorm/DirtyCheckingTransformer.groovy | 3 +-
.../compiler/gorm/GormEntityTransformation.groovy | 1 -
.../org/grails/datastore/gorm/GormEntity.groovy | 3 +-
.../datastore/gorm/GormEntityDirtyCheckable.groovy | 4 +-
.../grails/datastore/gorm/GormValidateable.groovy | 2 +
.../gorm/schemaless/DynamicAttributes.groovy | 1 +
.../AbstractReadOperationImplementer.groovy | 2 -
.../AbstractWriteOperationImplementer.groovy | 2 -
.../IterableInterfaceProjectionBuilder.groovy | 2 +-
.../transform/ServiceTransformation.groovy | 2 +-
.../transform/TransactionalTransform.groovy | 3 +-
...tDatastoreMethodDecoratingTransformation.groovy | 7 +-
.../AbstractMethodDecoratingTransformation.groovy | 2 +-
.../jakarta/services/ValidatedService.groovy | 1 +
.../services/MethodValidationTransformSpec.groovy | 113 +++++----
.../grails/gorm/time/InstantConverterSpec.groovy | 22 +-
.../grails/gorm/time/LocalDateConverterSpec.groovy | 27 +-
.../gorm/time/LocalDateTimeConverterSpec.groovy | 38 +--
.../grails/gorm/time/LocalTimeConverterSpec.groovy | 28 ++-
.../gorm/time/OffsetDateTimeConverterSpec.groovy | 46 ++--
.../gorm/time/OffsetTimeConverterSpec.groovy | 39 +--
.../grails/gorm/time/PeriodConverterSpec.groovy | 21 +-
.../gorm/time/ZonedDateTimeConverterSpec.groovy | 45 ++--
.../gorm/EntityWithGenericSignaturesSpec.groovy | 84 +++----
.../compiler/gorm/GormEntityTransformSpec.groovy | 273 +++++++++++----------
.../compiler/gorm/JpaEntityTransformSpec.groovy | 63 ++---
.../main/groovy/grails/gorm/rx/MultiTenant.groovy | 7 +-
.../src/main/groovy/grails/gorm/rx/RxEntity.groovy | 19 +-
.../datastore/rx/collection/RxCollection.groovy | 4 +-
.../transform/DelegateAsyncTransformation.java | 1 -
.../gorm/async/transform/DelegateAsyncSpec.groovy | 41 ++--
.../mapping/dirty/checking/DirtyCheckable.groovy | 1 +
.../datastore/mapping/services/Service.groovy | 1 +
.../dirty/checking/DirtyCheckableSpec.groovy | 34 +--
.../services/DefaultServiceRegistrySpec.groovy | 30 +--
40 files changed, 524 insertions(+), 496 deletions(-)