-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Java 9 Requirement in GSON Library #1608
Comments
Yes, this is a bug that we will fix soon. Can you test the latest snapshot to see if the issue is gone? |
This is a dupe of #1601. It's fixed at head. When is the next release with this fix scheduled? |
@inder123 I just noticed. It has already been fixed. |
odl-github
pushed a commit
to opendaylight/odlparent
that referenced
this issue
Dec 10, 2019
This reverts commit edbeb3e, as GSON 2.8.6 seems to have quite a bit of trouble: google/gson#1601 google/gson#1602 google/gson#1608 google/gson#1630 Let's wait for the dust to settle first. Change-Id: I7d0c7b671a31bf9bf3a1861cc56b009bd0f724b6 Signed-off-by: Robert Varga <[email protected]>
Can we please get a new release to fix this? Pretty please? Before Christmas? |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The newest version 2.8.6 comprises the following in its MANIFEST.MF
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=9.0))"
This prevents the bundle to be installed in Java 8 execution environment. Is there really any Java 9 dependency in this version at all? I hope not since the patch version is only bumped up and the 2.8.5 version is compatible with Java 8.
The text was updated successfully, but these errors were encountered: