Upgrading from Jetty 9 to Jetty 12, I want the program to be compatible with ee8, ee9, and ee10. However, the previous implementation of HandlerWrapper for ee8 is no longer available in Jetty 12 due to the removal of the nested package. How can I achieve this? Are there any alternative solutions?
public class InfoHandler extends HandlerWrapper{ }
“I need to upgrade my code from Jetty 9 to Jetty 12, and I want it to be compatible with ee8, ee9, and ee10. However, I had previously implemented a custom HandlerWrapper for ee8, but it’s not available in Jetty 12. How can I achieve this? Are there any alternative solutions or a unified interface that I can use?”
I still haven’t found a suitable solution, and you hope I can provide a suitable plan, and I’m very grateful.
yusen zhang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.