You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
There used to be special directives for OSGi in the POMs to include internal packages.
This was necessary because module-info.java had export ... to ... directives, but these are now gone with the work of #9293.
What's left in the POMs for OSGi, if anything, should be removed.
The text was updated successfully, but these errors were encountered:
There are some packages that are still called internal that are being used outside of the jar in which it is declared. For example:
Trying to start the bundle org.eclipse.jetty.websocket.core.server that was supposed to be active or resolved.
org.eclipse.jetty.websocket.core.server failed to start
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jetty.websocket.core.server [69]
Unresolved requirement: Import-Package: org.eclipse.jetty.websocket.core.internal
Jetty version(s)
12+
Description
There used to be special directives for OSGi in the POMs to include
internal
packages.This was necessary because
module-info.java
hadexport ... to ...
directives, but these are now gone with the work of #9293.What's left in the POMs for OSGi, if anything, should be removed.
The text was updated successfully, but these errors were encountered: