Migrating from Jetty 9.4.x to Jetty 10.0.x
WebSocket Migration Guide
Migrating from Jetty 9.4.x to Jetty 10.0.x requires changes in the coordinates of the Maven artifact dependencies for WebSocket. Some of these classes have also changed name and package. This is not a comprehensive list of changes but should cover the most common changes encountered during migration.
Maven Artifacts Changes
Jetty 9.4.x | Jetty 10.0.x |
---|---|
|
|
|
|
|
|
|
|
|
|
Class Names Changes
Jetty 9.4.x | Jetty 10.0.x |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example Code
Jetty 9.4.x | Jetty 10.0.x |
---|---|
|
|