Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.2.0
-
None
Description
In the attached demo project, the listener method Main.afterBeanDiscovery() suppresses the configured @Decorator beans. As a result, when running the standalone demo, the output is just:
Hello world!
instead of the expected:
---------- BEGIN PRINT ---------- Hello world! ---------- END PRINT ----------
After commenting out the listener method, the expected output is produced again when running the Main class com.company.mavenproject1.boot.BootWebBeans.