Closed as not planned
Description
I'd like an actuator endpoint that shows details of the jars that are included in the spring boot application.
Perhaps the endpoint id could be "manifest".
Some examples of things that could be discovered and reported for each jar:
- jar filename
- Identifying details from
META-INF/MANIFEST.MF
(subset of main attributes. no per-entry attributes)- Name
- Automatic-Module-Name
- Specification-Title/Version
- Implementation-Title/Version
- Identifying details from
META-INF/**/pom.properties
- version
- groupId
- artifactId
I haven't fully thought through all the intricacies, so I'm happy to discuss further.