This is an automated email from the ASF dual-hosted git repository.
borinquenkid pushed a change to branch 8.0.x-hibernate7.gorm-registry-refactor
in repository https://gitbox.apache.org/repos/asf/grails-core.git
was 59b6a98085 refactor(gorm): write getGormPersistentEntity with
idiomatic Groovy Elvis operators
This change permanently discards the following revisions:
discard 59b6a98085 refactor(gorm): write getGormPersistentEntity with
idiomatic Groovy Elvis operators
discard db095d627c refactor(gorm): consolidate GormStaticApi constructors
using default parameters
discard 829272eeb4 test(gorm): add unit tests for GormStaticApi transaction
methods
discard 25f51616c8 refactor(gorm): resolve duplication in GormStaticApi
transaction methods and clean up MultiTenant static references
discard 6216f7e110 refactor(gorm): resolve static analysis warnings in
GormStaticApi
discard ab74454a53 refactor(gorm): resolve static analysis warnings in
GormEnhancer
discard a2b2eb612e refactor(gorm): static compilation and instance lookup
improvements in GormEnhancer
discard bf3b1c7442 refactor(gorm): extract custom GormApiFactory registry and
resolver
discard aabbb0af5b refactor(gorm): simplify normalizeEntityKey and datastore
registration signatures
discard 4cca0b55c3 refactor(gorm): remove deprecated normalization methods
from GormRegistry
discard 06b21df1b1 refactor(gorm): simplify API resolution methods using
default parameters
discard 1be84d9aed refactor(gorm): remove test-only registry methods and
update tests to use production APIs
discard 17bd08f5e9 refactor(gorm): decompose GormRegistry to extract
DynamicFinderCreator
discard 7c1a2e330b refactor(gorm): decompose GormRegistry to extract
TransactionResolver
discard 105757118f refactor(gorm): decompose GormRegistry to extract
EntityApiRegistry
discard 83705848db refactor(gorm): decompose GormRegistry to extract
DatastoreDiscovery