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

Remove dependency on repacked jetty #1757

Merged
merged 1 commit into from
Dec 16, 2023
Merged

Conversation

labkey-tchad
Copy link
Member

Rationale

Selenium created a repacked version of jetty for reasons that are unclear to me. It hasn't been updated since 2019 and Selenium no longer uses or updates it and it has a transitive dependency that we are tying to eliminate (javax.servlet-api).
Tests only use this for URL encoding, so switching to the non-repacked version should work for our needs.

Related Pull Requests

  • N/A

Changes

  • Update test dependency on org.seleniumhq.selenium:jetty-repacked to org.eclipse.jetty:jetty-util

@labkey-tchad labkey-tchad requested review from labkey-jeckels, a team and labkey-danield and removed request for a team December 15, 2023 00:04
Copy link
Contributor

@labkey-jeckels labkey-jeckels left a comment

Choose a reason for hiding this comment

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

Do we need this dependency at all, or can we use URLEncoder/URLDecoder?

https://www.baeldung.com/java-url-encoding-decoding

@labkey-tchad labkey-tchad merged commit fbf7cb7 into develop Dec 16, 2023
3 checks passed
@labkey-tchad labkey-tchad deleted the fb_removeRepackagedJetty branch December 16, 2023 00:09
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.

3 participants