-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #11778 - jetty-http-spi does not properly provide SPI for modules.
Fixed all module-info.java files that did not have a "provides" declaration but had META-INF/services files. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
- Loading branch information
Showing
14 changed files
with
46 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...re-common/src/main/resources/META-INF/services/org.eclipse.jetty.websocket.core.Extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
org.eclipse.jetty.websocket.core.internal.IdentityExtension | ||
org.eclipse.jetty.websocket.core.internal.FragmentExtension | ||
org.eclipse.jetty.websocket.core.internal.FrameCaptureExtension | ||
org.eclipse.jetty.websocket.core.internal.IdentityExtension | ||
org.eclipse.jetty.websocket.core.internal.PerMessageDeflateExtension | ||
org.eclipse.jetty.websocket.core.internal.ValidationExtension | ||
org.eclipse.jetty.websocket.core.internal.FrameCaptureExtension |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...e10-plus/src/main/resources/META-INF/services/org.eclipse.jetty.ee10.webapp.Configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
org.eclipse.jetty.ee10.plus.webapp.PlusConfiguration | ||
org.eclipse.jetty.ee10.plus.webapp.EnvConfiguration | ||
org.eclipse.jetty.ee10.plus.webapp.PlusConfiguration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...x-webapp/src/main/resources/META-INF/services/jakarta.servlet.ServletContainerInitializer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
org.eclipse.jetty.test.jmx.MyContainerInitializer | ||
org.eclipse.jetty.ee10.test.jmx.MyContainerInitializer |
2 changes: 1 addition & 1 deletion
2
...0-webapp/src/main/resources/META-INF/services/org.eclipse.jetty.ee10.webapp.Configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...-ee9-plus/src/main/resources/META-INF/services/org.eclipse.jetty.ee9.webapp.Configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
org.eclipse.jetty.ee9.plus.webapp.PlusConfiguration | ||
org.eclipse.jetty.ee9.plus.webapp.EnvConfiguration | ||
org.eclipse.jetty.ee9.plus.webapp.PlusConfiguration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...x-webapp/src/main/resources/META-INF/services/jakarta.servlet.ServletContainerInitializer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
org.eclipse.jetty.test.jmx.MyContainerInitializer | ||
org.eclipse.jetty.ee9.test.jmx.MyContainerInitializer |
1 change: 0 additions & 1 deletion
1
...i-webapp/src/main/resources/META-INF/services/jakarta.servlet.ServletContainerInitializer
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...e9-webapp/src/main/resources/META-INF/services/org.eclipse.jetty.ee9.webapp.Configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters