mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 00:29:01 +00:00
This commit updates the Maven Plugin to retain parameters information in AOT-generated code. This aligns with the Gradle Plugin and allows to consistently use parameter names resolution in generated code. Closes gh-49268