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
currently, the actuator/info endpoint returns detailed information about the Java Runtime Environment, like vendor and version and also some basic information for the OS.
it would be nice if also more information about the currently used dependencies would be added as an additional info contributor.
would I'm looking for is a list of dependencies used by the application with their current version similar to this:
the reason behind that request is if there are running dozens of services in an environment, sometimes it is hard to figure out which service runs which version (especially if there are services deployed that are not so often changed). by adding this information to the actuator/info endpoint, it will become automatically visible in tools like codecentric's Spring Boot Admin or can be retrieved via direct requests on the endpoint to perform additional things, like creating an overview/excel sheet with all applications and their dependency versions
as this might expose some security-related information this information should be an opt-in
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
currently, the
actuator/info
endpoint returns detailed information about the Java Runtime Environment, like vendor and version and also some basic information for the OS.it would be nice if also more information about the currently used dependencies would be added as an additional info contributor.
would I'm looking for is a list of dependencies used by the application with their current version similar to this:
a more advanced version might be including a grouping of artefacts/dependencies that is configurable via properties, e.g.
the reason behind that request is if there are running dozens of services in an environment, sometimes it is hard to figure out which service runs which version (especially if there are services deployed that are not so often changed). by adding this information to the
actuator/info
endpoint, it will become automatically visible in tools likecodecentric's Spring Boot Admin
or can be retrieved via direct requests on the endpoint to perform additional things, like creating an overview/excel sheet with all applications and their dependency versionsas this might expose some security-related information this information should be an opt-in
The text was updated successfully, but these errors were encountered: