mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
This commit fixes code generation for a bean produced by a protected factory method. Previously only the code generated for public methods, i.e. without a dedicated instance supplier method, was handled. Closes gh-35486