jamesfredley opened a new pull request, #16048: URL: https://github.com/apache/grails-core/pull/16048
## Summary - parse explicitly registered Groovy configuration DSL sources with `SourceUnit` without executing scripts, resolving dependencies, or running AST transforms - merge DSL-derived metadata, typed configuration metadata, and curated overlays with deterministic field-level precedence - generate Spring Security metadata from `DefaultSecurityConfig` and route every remaining in-repo metadata module through one canonical generated JAR resource - retain descriptions, hints, legacy properties, and indirect properties in `additional-spring-configuration-metadata.json` ## Relationship This is a stacked follow-up to #16047 and should be reviewed and merged after it. It completes the remaining in-repo work for #15469. Asset Pipeline metadata remains in its external repository and existing upstream pull request. ## Verification - `build-logic`: `check` - affected module test suites: `grails-core`, `grails-web-core`, `grails-gsp`, `grails-data-mongodb`, Hibernate 5/7 core and dbmigration, and `grails-spring-security` - 2,990 tests passed - `:grails-test-examples-config-report:integrationTest` - `:grails-doc:publishGuide -x aggregateGroovydoc` - `:grails-spring-security:codeStyle` - focused transform-safety, parser edge-case, incremental, and Spring Security metadata contract specs - direct Spring Security JAR inspection: one canonical metadata entry, 14 groups, and 145 properties -- 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]
