Skip to content
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

Old references in org.openhab.io.jetty.certificate bundle #557

Closed
dvanherbergen opened this issue Dec 16, 2015 · 1 comment
Closed

Old references in org.openhab.io.jetty.certificate bundle #557

dvanherbergen opened this issue Dec 16, 2015 · 1 comment

Comments

@dvanherbergen
Copy link

When starting in debug mode, the following two errors show up:

2015-12-16 13:54:12.971 [DEBUG] [org.openhab.io.jetty.certificate] - FrameworkEvent INFO - org.openhab.io.jetty.certificate
org.osgi.framework.BundleException: The bundle class path entry "lib/bcpkix-jdk15on-1.52.jar" could not be found for the bundle "osgi.identity; osgi.identity="org.openhab.io.jetty.certificate"; type="osgi.bundle"; version:Version="2.0.0.201512161118"; singleton:="true""
...
2015-12-16 13:54:12.977 [DEBUG] [org.openhab.io.jetty.certificate] - FrameworkEvent INFO - org.openhab.io.jetty.certificate
org.osgi.framework.BundleException: The bundle class path entry "lib/bcprov-jdk15on-1.52.jar" could not be found for the bundle "osgi.identity; osgi.identity="org.openhab.io.jetty.certificate"; type="osgi.bundle"; version:Version="2.0.0.201512161118"; singleton:="true""

The references to the bouncy castle jars in the manifest of the jetty.certificate bundle should be removed. They are no longer necessary as the code is embedded directly in the jar using the maven shade plugin.

@kaikreuzer
Copy link
Member

Makes sense. Will you create a PR?

Flole998 pushed a commit to Flole998/openhab-addons that referenced this issue Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants