-
-
Notifications
You must be signed in to change notification settings - Fork 429
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
Start SPI Fly (OSGi service loader) early #4526
Conversation
bom/runtime/pom.xml
Outdated
@@ -775,6 +775,18 @@ | |||
<version>${jetty.version}</version> | |||
<scope>compile</scope> | |||
</dependency> | |||
<dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI I am not sure whether we need those dependencies, but I would think so.
Please resolve the itests and convert to a PR. |
Signed-off-by: Florian Hotze <dev@florianhotze.com>
My distro build works fine without adding Also see https://github.com/jetty-project/jetty-alpn:
|
I don't think we need them as |
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Related to #4466.