You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2021/10/10 22:26:55 UTC

[GitHub] [cxf] reta opened a new pull request #861: CXF-8605: Introduce HTTP/2 Transport: server-side support

reta opened a new pull request #861:
URL: https://github.com/apache/cxf/pull/861


   Introduce HTTP/2 Transport: server-side support:
    - jetty
    - undertow
    - netty (server)
   
   Both H2 (HTTP/2 over TLS) and H2C (HTTP/2 over clear text) are supported. The activation of the HTTP/2 support is controlled by `Bus` property `org.apache.cxf.transports.http2.enabled` (`false` by default). The HTTP/2 is optional and may require additional dependencies from the application developer.
   
   At the moment, there are no HTTP/2 features exposed by the framework (server push fe), only the fact that HTTP/2 could be used as transport (along with HTTP/1.1).
   
   - [ ] Add HTTP/2 test suite
   - [ ] Add HTTP/2 examples
   
   


-- 
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-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cxf] reta merged pull request #861: CXF-8605: Introduce HTTP/2 Transport: server-side support

Posted by GitBox <gi...@apache.org>.
reta merged pull request #861:
URL: https://github.com/apache/cxf/pull/861


   


-- 
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-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cxf] reta commented on pull request #861: CXF-8605: Introduce HTTP/2 Transport: server-side support

Posted by GitBox <gi...@apache.org>.
reta commented on pull request #861:
URL: https://github.com/apache/cxf/pull/861#issuecomment-948184789


   @coheigea @ffang guys, would very appreciate if you could take a look, this is the first step in bringing HTTP/2 support in CXF, on server-side only for now. Thank you!


-- 
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-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cxf] ffang commented on pull request #861: CXF-8605: Introduce HTTP/2 Transport: server-side support

Posted by GitBox <gi...@apache.org>.
ffang commented on pull request #861:
URL: https://github.com/apache/cxf/pull/861#issuecomment-948976033


   > @coheigea @ffang guys, would very appreciate if you could take a look, this is the first step in bringing HTTP/2 support in CXF, on server-side only for now. Thank you!
   
   Thanks @reta for this great work!(Especially the whole set of examples and system tests).
   
   I'm gonna take a close look next week.
   
   Freeman


-- 
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-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org