Flavio Donzé created CXF-8883: --------------------------------- Summary: Bundle-SymbolicName missing in MANIFEST.MF Key: CXF-8883 URL: https://issues.apache.org/jira/browse/CXF-8883 Project: CXF Issue Type: Bug Components: OSGi Affects Versions: 4.0.1, 4.0.0 Reporter: Flavio Donzé
Since Version 4.0.0 the *Bundle-SymbolicName* header is missing in the _MANIFEST.MF_ generated jar files, here an example of the cxf-core bundle: Version [cxf-core/4.0.1|https://mvnrepository.com/artifact/org.apache.cxf/cxf-core/4.0.1]: {code:java} Bundle-Name: Apache CXF Core Bundle-SymbolicName: Bundle-Vendor: The Apache Software Foundation {code} Version [cxf-core/3.6.0|https://mvnrepository.com/artifact/org.apache.cxf/cxf-core/3.6.0]: {code:java} Bundle-Name: Apache CXF Core Bundle-SymbolicName: org.apache.cxf.cxf-core Bundle-Vendor: The Apache Software Foundation{code} Other bundles are also affected, probably all of the 4.0.x release: [https://mvnrepository.com/artifact/org.apache.cxf/cxf-rt-transports-http/4.0.1|https://mvnrepository.com/artifact/org.apache.cxf/cxf-rt-transports-http/4.0.1] [https://mvnrepository.com/artifact/org.apache.cxf/cxf-rt-ws-security/4.0.1|https://mvnrepository.com/artifact/org.apache.cxf/cxf-rt-ws-security/4.0.1] -- This message was sent by Atlassian Jira (v8.20.10#820010)