jamesfredley commented on issue #16159: URL: https://github.com/apache/grails-core/issues/16159#issuecomment-5316301171
Retargeted the fix (#16160) from `9.0.x` to **`8.0.x`**. This is not 9.0-only. `8.0.x` and `9.0.x` both pin Spring Boot `4.1.0` (so `spring-core` 7.0.8) and Groovy `5.0.8`, and `ConfigurationBuilder.groovy` plus its spec are byte-identical on the two branches - so the Spring 7 nested-map gap exists on `8.0.x` as well. Landing it at the oldest maintained branch lets it flow up through `8.0.x` -> `8.1.x` -> `9.0.x` instead of being fixed only on the newest line. Re-verified on the `8.0.x` base after rebasing: `:grails-datastore-core:test --rerun-tasks` BUILD SUCCESSFUL, `tests=120 failures=0`, `ConfigurationBuilderSpec tests=22`. The rebased diff is byte-identical to the reviewed content, so the review verdict carries over unchanged. -- 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]
