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

Jetty test uses deprecated method ServletContextHandler.setGzipHandler() #825

Closed
hlship opened this issue Mar 13, 2024 · 1 comment
Closed
Assignees
Milestone

Comments

@hlship
Copy link
Contributor

hlship commented Mar 13, 2024

A warning is emitted when executing the test suite:

Testing io.pedestal.http.jetty-util-test
WARN  org.eclipse.jetty.servlet.ServletContextHandler - ServletContextHandler.setGzipHandler(GzipHandler) is deprecated, use insertHandler(HandlerWrapper) instead.
@hlship hlship added the bug label Mar 13, 2024
@hlship hlship added this to the 0.7.0 milestone Mar 13, 2024
@hlship hlship changed the title Use of deprecated method ServletContextHandler.setGzipHandler() in Jetty support Jetty support uses deprecated method ServletContextHandler.setGzipHandler() Mar 13, 2024
@hlship hlship changed the title Jetty support uses deprecated method ServletContextHandler.setGzipHandler() Jetty test uses deprecated method ServletContextHandler.setGzipHandler() Mar 22, 2024
@hlship hlship removed the bug label Mar 22, 2024
@hlship hlship self-assigned this Mar 22, 2024
@hlship
Copy link
Contributor Author

hlship commented Mar 22, 2024

Fixed in a831bcf

@hlship hlship closed this as completed Mar 22, 2024
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

1 participant