davsclaus opened a new pull request, #1632: URL: https://github.com/apache/camel-website/pull/1632
## Summary - Remove 287 EOL schema files from `static/schema/` to reduce website size by ~86MB - Addresses sporadic 404 errors caused by large CDN pushes exceeding the 256KB ASF message queue limit (#1631) ### Files removed | Category | Pattern | Count | |----------|---------|-------| | Spring 1.x schemas | `camel-spring-1.*` (.xsd, .xsd.asc, .xsd.md5, .xsd.sha1) | 17 | | Spring 2.x schemas | `camel-spring-2.*` | 112 | | Spring 3.x schemas | `camel-spring-3.*` | 25 | | Blueprint 2.x schemas | `camel-blueprint-2.*` | 109 | | Blueprint 3.x schemas | `camel-blueprint-3.*` | 24 | | **Total** | | **287 files** | ### Size reduction - `static/schema/` before: 92MB - `static/schema/` after: 5.7MB - **Savings: ~86MB** ### What was preserved - `camel-spring.xsd` (generic, unversioned) - `camel-blueprint.xsd` (generic, unversioned) - `HEADER.html` - `spring/integration/` subdirectory (all files) - All other schema subdirectories: `cxf/`, `osgi/`, `rest/`, `spring-security/`, `spring-xml/` ### EOL status These schemas are for Camel versions that have been End-of-Life: - **Camel 1.x and 2.x** — EOL for 10+ years - **Camel 3.x** — EOL since 2024 Current supported versions are **4.14.x** and **4.18.x**. Closes #1631 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
