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

   ## Summary
   
   - add a test-only characterization spec that pins the public plugin-registry 
contract a future load/registry optimization must preserve
   - asserts the two DISTINCT public observables separately: the actual load 
sequence consumed by `loadPlugins()` / `getPluginsInLoadOrder()` and the 
`getAllPlugins()` topological order
   - covers repeated-build determinism, duplicate-registration dedup, and 
name/class-name/version lookup identity (each resolves the same non-null tail 
instance)
   
   ## Scope note
   
   Test-only; no production changes. Exercises only public 
`GrailsPluginManager` APIs and deliberately does not duplicate the existing 
`GrailsPluginSorterSpec` sorter coverage - it characterizes end-to-end manager 
registry output instead.
   
   ## Verification
   
   - :grails-core:test --tests DefaultGrailsPluginManagerRegistryContractSpec
   - :grails-core:test
   - git diff --check
   
   This is an AI-generated starting point pinning the 
plugin-registry/load-order contract.
   


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