We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 version(s) 12
Enhancement Description Make sure that non-persistent attributes are dump()ed.
dump()
This may require that o.e.j.server.Context interface implement Dumpable and adjust for it to be a bean of ContextHandler if not already.
o.e.j.server.Context
Dumpable
ContextHandler
This will help also #9626, so that Jakarta WS client container used in a server could be dumped when the server is dumped.
The text was updated successfully, but these errors were encountered:
Fix #9630 dumpable context
7325c54
Added DumpableAttributes utility class
Jetty 12 #9630 dumpable context (#9885)
c2dc87c
* Fix #9630 dumpable context Added DumpableAttributes utility class * fixed test format * Updates from review
gregw
Successfully merging a pull request may close this issue.
Jetty version(s)
12
Enhancement Description
Make sure that non-persistent attributes are
dump()
ed.This may require that
o.e.j.server.Context
interface implementDumpable
and adjust for it to be a bean ofContextHandler
if not already.This will help also #9626, so that Jakarta WS client container used in a server could be dumped when the server is dumped.
The text was updated successfully, but these errors were encountered: