This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
commit 4aa32844e1344aab64b9e2dfe9fb91d2b2e1e48c Author: Robert Lazarski <[email protected]> AuthorDate: Wed Nov 19 02:56:31 2025 -1000 AXIS2-6098 Add HTTP/2 transport and docs explaining the benefits --- src/site/xdoc/docs/json-springboot-userguide.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/site/xdoc/docs/json-springboot-userguide.xml b/src/site/xdoc/docs/json-springboot-userguide.xml index f6759c1149..ed311a97c2 100644 --- a/src/site/xdoc/docs/json-springboot-userguide.xml +++ b/src/site/xdoc/docs/json-springboot-userguide.xml @@ -73,7 +73,9 @@ prefix the subject of the mail with [Axis2].</p> <p>Axis2 2.0 introduces a complete HTTP/2 transport implementation designed for enterprise big data processing requirements. The HTTP/2 transport provides significant performance -improvements over HTTP/1.1, especially for large JSON payloads and concurrent requests.</p> +improvements over HTTP/1.1, especially for large JSON payloads and concurrent requests. +For comprehensive HTTP/2 configuration details and advanced features, see the +<a href="http2-transport-additions.html">HTTP/2 Transport documentation</a>.</p> <h3>Key HTTP/2 Benefits</h3>
