TooTallNate / Java-WebSocket

A barebones WebSocket client and server implementation written in 100% Java.
http://tootallnate.github.io/Java-WebSocket
MIT License
10.47k stars 2.57k forks source link

Add support for Java modules #1308

Closed anthonyvdotbe closed 1 year ago

anthonyvdotbe commented 1 year ago

Is your feature request related to a problem? Please describe. Projects that depend on this one cannot be fully modularized until this project is.

Describe the solution you'd like The addition of a module-info.java file.

Describe alternatives you've considered n/a

Additional context n/a