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

   ## Summary
   
   - Reduce eager GORM static, instance, and validation API allocation for 
expanded tenant and datasource qualifiers.
   - Keep datastore routing entries for all qualifiers and lazy-create 
qualifier-specific APIs on first lookup.
   - Add mirrored Hibernate 5 and Hibernate 7 allocation coverage for 
discriminator, schema, database, explicit datasource, multiple datasource, and 
`ConnectionSource.ALL` combinations.
   
   ## Verification
   
   - `./gradlew --no-daemon --max-workers=1 :grails-datamapping-core:test 
--tests "org.grails.datastore.gorm.GormEnhancerAllQualifiersSpec" 
-PmaxTestParallel=1`
   - `./gradlew --no-daemon --max-workers=1 :grails-data-hibernate5-core:test 
--tests "org.grails.orm.hibernate.connections.GormApiAllocationSpec" 
-PmaxTestParallel=1`
   - `./gradlew --no-daemon --max-workers=1 :grails-data-hibernate7-core:test 
--tests "org.grails.orm.hibernate.connections.GormApiAllocationSpec" 
-PmaxTestParallel=1`
   - `git diff --check`
   
   ## Notes
   
   - Attempted `./gradlew clean aggregateViolations :grails-test-report:check 
--continue`, but it exceeded the 10-minute local tool cap before completion.
   - Child datastore initialization follow-up is intentionally left for a 
separate PR.
   


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