Spring plugin registers a managed bean for a prototype bean #241
Labels
Comments
Caused by #219, I reverted several changes from this issue. |
edudant
pushed a commit
that referenced
this issue
May 4, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have a Spring Boot app
and a class in the same package
Then on startup:
prints
However, if you add a method to the
Test
class, log showsNow when you rerun
System.out.println(app.getBeanNamesForType(Test.class).length);
, you getand things no longer work as expected.
The text was updated successfully, but these errors were encountered: