-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Closed as not planned
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by another
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.
bedla, mdiskin, Ch4ni, ghaase, freesoft and 2 more
Metadata
Metadata
Assignees
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by another