Zordid commented on PR #2195: URL: https://github.com/apache/cxf/pull/2195#issuecomment-2713786826
You sadly introduced a bug in JettyHTTPServerEngineFactory with this change. :( I use this factory to create a JettyHttpServerEngine and when calling `createJettyHTTPServerEngine` I now get a NPE on the bus not being set. Line 153 tries direct access to `bus.getExtension` without verifying that bus is not null. Please fix this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org