Skip to content

META-INF/MANIFEST.MF in spring-security-core-5.0.0.M1.jar is basically empty #4337

@juergenzimmermann

Description

@juergenzimmermann

MANIFEST.MF only has the following line, so that SpringSecurityCoreVersion.getVersion() just returns null:

Manifest-Version: 1.0

However, MANIFEST.MF of spring-security-core-4.2.2.RELEASE.jar had the following lines, especially Implementation-Version:

Manifest-Version: 1.0
Implementation-Title: spring-security-core
Premain-Class: true
Implementation-Version: 4.2.2.RELEASE
Can-Redefine-Classes: true
Agent-Class: true
Can-Retransform-Classes: true
Can-Set-Native-Method-Prefix: false
Created-By: Spring Security Team

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions