mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 00:29:01 +00:00
There was a counting error affecting bean paths like nested[0].foo[1].bar (needed to reset a counter to 0). Tests seem fine and I added a couple of new ones for that use case. Fixes gh-3065