jamesfredley commented on issue #15469: URL: https://github.com/apache/grails-core/issues/15469#issuecomment-5206831407
Implementation update: - #16047 covers the five existing `@ConfigurationProperties` modules with the shared Groovy/bytecode metadata generator and curated overlays. - #16048 is intentionally stacked on #16047 and owns Groovy DSL parsing plus the remaining in-repository metadata migrations. PR 16047 links this follow-up explicitly so the two scopes do not overlap. - The legacy central overlay in `grails-web-core` still contains entries owned by URL mappings, MIME handling, resources, scaffolding, and related modules. That relocation should be audited as #16048 lands rather than duplicated in #16047. External Spring Security metadata remains in its own repository/migration scope. This keeps #16047 focused on generator correctness and its initial five consumers while preserving #15469 as the inventory for the remaining migration work. -- 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]
