Skip to content

Bundle-SymbolicName changed from 1.0.3 to 1.0.4 #540

@Lana11s

Description

@Lana11s

Hello,

in the manifest file, the Bundle-SymbolicName has changed from org.reactivestreams.reactive-streams to reactive-streams.
Probably happend because of a newer version of AdoptOpenJDK?

Old manifest:

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Created-By: 11.0.3 (AdoptOpenJDK)
Tool: Bnd-3.4.0.201707252008
Bnd-LastModified: 1566549673167
Export-Package: org.reactivestreams;version="1.0.3"
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.6))"
Bundle-DocURL: http://reactive-streams.org
Bundle-Vendor: Reactive Streams SIG
Bundle-Description: Reactive Streams API
Bundle-Name: reactive-streams
Bundle-Version: 1.0.3
Automatic-Module-Name: org.reactivestreams
Bundle-SymbolicName: org.reactivestreams.reactive-streams

New manifest:

Manifest-Version: 1.0
Automatic-Module-Name: org.reactivestreams
Bnd-LastModified: 1653251974168
Bundle-Description: Reactive Streams API
Bundle-DocURL: http://reactive-streams.org
Bundle-ManifestVersion: 2
Bundle-Name: reactive-streams-jvm
Bundle-SymbolicName: reactive-streams
Bundle-Vendor: Reactive Streams SIG
Bundle-Version: 1.0.4
Created-By: 11.0.11 (AdoptOpenJDK)
Export-Package: org.reactivestreams;version="1.0.4"
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.6))"
Tool: Bnd-4.3.1.201911131708

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions