Re: [PR] CXF-9039: Support SeBootstrap HTTPS configuration [cxf]

2025-03-12 Thread via GitHub
Zordid commented on PR #2195: URL: https://github.com/apache/cxf/pull/2195#issuecomment-2717194536 I don't mind JIRA as a product, but registering at hundreds of different sites is a pain... sorry -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] CXF-9039: Support SeBootstrap HTTPS configuration [cxf]

2025-03-11 Thread via GitHub
reta commented on PR #2195: URL: https://github.com/apache/cxf/pull/2195#issuecomment-2715773059 > Why is the GH issue tracker not enabled on this project? We use JIRA :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CXF-9039: Support SeBootstrap HTTPS configuration [cxf]

2025-03-11 Thread via GitHub
Zordid commented on PR #2195: URL: https://github.com/apache/cxf/pull/2195#issuecomment-2714091644 Yeah, the good old Java nullability issue... 😉 I wanted to file an issue, but was too lazy to register on the Jira. Sorry! Why is the GH issue tracker not enabled on this project? Thanks anywa

Re: [PR] CXF-9039: Support SeBootstrap HTTPS configuration [cxf]

2025-03-11 Thread via GitHub
reta commented on PR #2195: URL: https://github.com/apache/cxf/pull/2195#issuecomment-2714043940 > My workaround to this is now, when instantiating my JettyHTTPServerEngineFactory, I need to set a pseudo-bus to avoid the NPE: This was unexpected, sorry about that, the fix is on the wa

Re: [PR] CXF-9039: Support SeBootstrap HTTPS configuration [cxf]

2025-03-11 Thread via GitHub
Zordid commented on PR #2195: URL: https://github.com/apache/cxf/pull/2195#issuecomment-2713818448 My workaround to this is now, when instantiating my `JettyHTTPServerEngineFactory`, I need to set a pseudo-bus to avoid the NPE: ``` JettyHTTPServerEngineFactory(ExtensionManagerBus())

Re: [PR] CXF-9039: Support SeBootstrap HTTPS configuration [cxf]

2025-03-11 Thread via GitHub
Zordid commented on PR #2195: URL: https://github.com/apache/cxf/pull/2195#issuecomment-2713797285 ``` java.lang.NullPointerException: Cannot invoke "org.apache.cxf.Bus.getExtension(java.lang.Class)" because "this.bus" is null java.lang.NullPointerException: Cannot invoke "org.apache.

Re: [PR] CXF-9039: Support SeBootstrap HTTPS configuration [cxf]

2025-03-11 Thread via GitHub
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

Re: [PR] CXF-9039: Support SeBootstrap HTTPS configuration [cxf]

2025-02-22 Thread via GitHub
reta merged PR #2195: URL: https://github.com/apache/cxf/pull/2195 -- 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 q

[PR] CXF-9039: Support SeBootstrap HTTPS configuration [cxf]

2024-12-13 Thread via GitHub
reta opened a new pull request, #2195: URL: https://github.com/apache/cxf/pull/2195 Support SeBootstrap HTTPS configuration (JAX-RS 3.1 spec) -- 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 s