Skip to content

Commit 45b1465

Browse files
docs: Remove openapi-rest-advanced-http2-userguide.xml (redundant)
This file was 95% duplicated content from: - openapi-rest-userguide.xml (OpenAPI guidance) - http2-integration-guide.xml (HTTP/2 architecture) - http2-transport-additions.xml (transport details) - tomcat-http2-integration-guide.xml (Tomcat config) The remaining 5% was hallucinated: openapi.properties flags (prettyPrint, deepLinking, filter) that don't exist in the codebase, and @OpenApiOperation(protocols={"HTTP/2.0"}) which is not a real annotation. Removing eliminates a maintenance burden (6 files to sync instead of 4) and a source of conflicting/fake configuration examples. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b06ad9e commit 45b1465

4 files changed

Lines changed: 3 additions & 422 deletions

File tree

src/site/xdoc/docs/json-springboot-tomcat11-userguide.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,7 @@ For comprehensive HTTP/2 configuration details and advanced features, see the
140140
<a href="http2-transport-additions.html">HTTP/2 Transport documentation</a>.</p>
141141

142142
<p><strong>OpenAPI Integration:</strong> For REST API documentation and enterprise features,
143-
see the <a href="openapi-rest-advanced-http2-userguide.html">OpenAPI + HTTP/2 Performance Integration Guide</a>,
144-
which demonstrates Axis2's unique competitive advantage for modern, high-performance REST API deployments with automatic
145-
OpenAPI 3.0.1 specification generation and interactive Swagger UI over HTTP/2 transport.</p>
143+
see the <a href="openapi-rest-userguide.html">OpenAPI REST User Guide</a>.</p>
146144

147145
<h3>Key HTTP/2 Benefits</h3>
148146

src/site/xdoc/docs/json-springboot-userguide.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ For comprehensive HTTP/2 configuration details and advanced features, see the
7878
<a href="http2-transport-additions.html">HTTP/2 Transport documentation</a>.</p>
7979

8080
<p><strong>OpenAPI Integration:</strong> For REST API documentation and enterprise features,
81-
see the <a href="openapi-rest-advanced-http2-userguide.html">OpenAPI + HTTP/2 Performance Integration Guide</a>,
82-
which demonstrates Axis2's unique competitive advantage for modern, high-performance REST API deployments with automatic
83-
OpenAPI 3.0.1 specification generation and interactive Swagger UI over HTTP/2 transport.</p>
81+
see the <a href="openapi-rest-userguide.html">OpenAPI REST User Guide</a>.</p>
8482

8583
<h3>Key HTTP/2 Benefits</h3>
8684

0 commit comments

Comments
 (0)