Skip to content

Spring Boot Actuator "manifest" endpointΒ #22924

Closed as not planned
Closed as not planned
@philsttr

Description

@philsttr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: supersededAn issue that has been superseded by another

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions