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
The jetty and javax websocket implementation modules, specifically websocket-jetty-common and websocket-javax-common have many duplicated classes. By introducing a common module such as websocket-common or websocket-util, this duplication could be eliminated and this would make the code easier to update and maintain in the future.
The text was updated successfully, but these errors were encountered:
…es (#4549)
Create new module websocket-util which contains implementation classes shared by websocket-jetty and websocket-javax. Many of these classes had to be changed as the javax and jetty versions of them differed slightly.
Also includes general cleanups, removed unused interfaces and classes, etc..
Jetty version
10.0.x
Description
The jetty and javax websocket implementation modules, specifically
websocket-jetty-common
andwebsocket-javax-common
have many duplicated classes. By introducing a common module such aswebsocket-common
orwebsocket-util
, this duplication could be eliminated and this would make the code easier to update and maintain in the future.The text was updated successfully, but these errors were encountered: