-
Notifications
You must be signed in to change notification settings - Fork 533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bundle-SymbolicName changed from 1.0.3 to 1.0.4 #540
Comments
@Lana11s Hi, Not sure why that changed, could be due to a change in the BND plugin between 3.4 and 4.3? This is what's set on a per-artifact basis: https://github.com/reactive-streams/reactive-streams-jvm/blob/master/api/build.gradle#L22 |
Not sure about BND, but we had to make it explicit a while back too: https://github.com/ReactiveX/RxJava/blob/3.x/build.gradle#L100 |
viktorklang
added a commit
that referenced
this issue
Jul 5, 2022
viktorklang
added a commit
that referenced
this issue
Jul 5, 2022
…D plugin Signed-off-by: Viktor Klang <[email protected]>
rkuhn
added a commit
that referenced
this issue
Aug 5, 2023
…olicName-√ Fixing #540 by manually overriding the Bundle-SymbolicName for the BN…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
New manifest:
The text was updated successfully, but these errors were encountered: