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

Change Websocket client to Jetty 11.0.13 #163

Conversation

DorianSnowball
Copy link

Update to Jetty Websocket requires minimal changes and does not break any tests.

Closes #162

Copy link
Member

@ChristopheCVB ChristopheCVB left a comment

Choose a reason for hiding this comment

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

It seems to be breaking all tests though :/

@DorianSnowball
Copy link
Author

Running them local worked without an issue due to me compiling it with Java 17. The CI/CD Pipeline seems to only accept Java 8 code though.
Looking at it, it appears that Jetty 11 uses Java 11+, that's why the CI/CD pipeline fails.
Curious though why running it locally succeeded even though
java.sourceCompatibility = JavaVersion.VERSION_1_8 is set in client/build.gradle

@ChristopheCVB
Copy link
Member

That update will have to wait then, this library is meant to suport Java 8. Maybe for the v3?

@DorianSnowball
Copy link
Author

I would recommend explicitly stating that this library is meant to support Java 8 in the README.md of the project then, to avoid future problems like this.

Idk what's the correct handling of this PR is now, if it's not going into v2.

@ChristopheCVB
Copy link
Member

Let's get back to this when we work on v3

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.

Websocket Client is outdated
2 participants