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

Are there any plans to upgrade com.github.tomakehurst:wiremock-jre8 to Jetty 10? #1980

Open
jluehe opened this issue Oct 12, 2022 · 2 comments

Comments

@jluehe
Copy link
Contributor

jluehe commented Oct 12, 2022

The latest com.github.tomakehurst:wiremock-jre8 (2.34.0) depends on Jetty 9.4.48.v20220622, see https://repo1.maven.org/maven2/com/github/tomakehurst/wiremock-jre8/2.34.0/wiremock-jre8-2.34.0.pom

Are there any plans to upgrade this dependency to Jetty 10? This would allow integration with projects that are being migrated to Jetty 10. It require removing com.github.tomakehurst:wiremock-jre8's compile-dependencies on org.eclipse.jetty:jetty-alpn-openjdk8-[server|client], which are no longer provided by Jetty 10.

Thank you!

@rasklaad
Copy link

There are ongoing work on jetty 11. #1942
I doubt that jetty 10 will be implemented at all. Take a look at #1967

@jluehe
Copy link
Contributor Author

jluehe commented Apr 19, 2023

There are ongoing work on jetty 11. #1942 I doubt that jetty 10 will be implemented at all. Take a look at #1967

The only issue with migrating straight to Jetty 11 is that it pulls in the javax.servlet.* -> jakarta.servlet.* package rename. That's why we would prefer support for Jetty 10 in the interim.

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

No branches or pull requests

2 participants