-
Notifications
You must be signed in to change notification settings - Fork 145
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
javax.websocket #647
Comments
I don't think so, see #536. Could not we just stick to the last available javax.websocket from Orbit? |
I think we can, just makes the target file more complicated / less straight forward |
The long term plan could be to remove the I don't know how to do that in the short term without causing problems to people such as @mitasov-ra who may still be on it. But since javax.websocket isn't being developed anymore I recommend the first step is to deprecate If we don't hear any further complaint or request for maintenance on it, we can delete it in a couple of years. |
The bundle has been annotated deprecated for removal in a future version. The bundle will not be part of the SDK feature, nor part of SimRel going forward. Part of #647
Done in #803 |
build uses javax.websocket from orbit, which is no longer available in newer orbit versions.
we might have to use a newer orbit version for a newer gson eventually.
=> how to resolve? is jakarta.websocket a feasible alternative? so that we can drop the javax one?
or do we need to restore javax.websocket on orbit
The text was updated successfully, but these errors were encountered: