Skip to content
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

Issue #3678 - WebSocket rename for jetty-10 #4441

Merged
merged 4 commits into from
Dec 27, 2019

Conversation

lachlan-roberts
Copy link
Contributor

Issue #3678

Change the naming convention for the WebSocket modules.

javax-websocket-client -> websocket-javax-client
javax-websocket-server -> websocket-javax-server
javax-websocket-common -> websocket-javax-common
javax-websocket-tests -> websocket-javax-tests

jetty-websocket-api -> websocket-jetty-api
jetty-websocket-client -> websocket-jetty-client
jetty-websocket-server -> websocket-jetty-server
jetty-websocket-common -> websocket-jetty-common
jetty-websocket-tests -> websocket-jetty-tests

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Copy link
Contributor

@gregw gregw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good.... but should we also rename all the JavaxWebsocketSomething classes to WebsocketJavaxSomething`. I think not because the non reverse order matches the scoped package name.

I was surprised that we still only have a single websocket.mod file, when we really should now have websocketJavax.mod and websocketJetty.mod... can you open another issue for that.

@lachlan-roberts
Copy link
Contributor Author

@gregw I don't think it is necessary to rename the JavaxWebsocketSomething classes.

I have opened issue #4447 for the websocket modules in jetty-10.

@lachlan-roberts lachlan-roberts merged commit 093dc84 into jetty-10.0.x Dec 27, 2019
@lachlan-roberts lachlan-roberts deleted the jetty-10.0.x-3678-WebSocketRename branch December 27, 2019 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants