I know this information can retrieved programmatically from a package (
Package.getImplementationTitle(),
Package.getImplementationVersion(), etc), but I'd rather avoid having every application hardcode logic on startup to determine this and stash it in MDC for later use. I would also like to avoid hard coding this information within logback.xml / logback-spring.xml as the manifest is the source of truth.