You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to 1.5.1.RELEASE from 1.4.3.RELEASE Actuator's beans endpoint returns empty array for all applications I have.
I disabled security. Other endpoints seem to work fine.
The easiest way to reproduce the issue is to create Spring starter project with spring-boot-starter-actuator and spring-boot-starter-web as dependencies and set management.security.enabled=false. Request to http://localhost:8080/beans just returns [].