This is an automated email from the ASF dual-hosted git repository.

matrei pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit 1c3a49dd34d940887fc3ff1376045c439a78e8bb
Merge: d860ef7031 79ab9c07b1
Author: Mattias Reichel <[email protected]>
AuthorDate: Tue Oct 28 16:19:36 2025 +0100

    Merge pull request #15180 from apache/cleanup-post-15150

 .../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(-)

Reply via email to