Skip to content

Remove EOL 1.x/2.x schema files to reduce site size#1635

Open
davsclaus wants to merge 1 commit into
mainfrom
fix/1631-remove-eol-schemas-1x-2x
Open

Remove EOL 1.x/2.x schema files to reduce site size#1635
davsclaus wants to merge 1 commit into
mainfrom
fix/1631-remove-eol-schemas-1x-2x

Conversation

@davsclaus

Copy link
Copy Markdown
Contributor

Summary

Remove 240 schema files (~62MB) for Camel 1.x and 2.x versions that have been EOL for 10+ years.

Schemas removed Files
Spring 1.x (camel-spring-1.*) 17
Spring 2.x (camel-spring-2.*) 113
Blueprint 2.x (camel-blueprint-2.*) 110
Total 240 files, ~62MB

Why

The website suffers from sporadic 404 errors caused by large CDN pushes exceeding the ASF message queue's 256KB event payload limit. Reducing the total number of files in the published site helps keep deploy diffs smaller and reduces CDN sync pressure.

Camel 1.x and 2.x have been EOL for over 10 years. These XSD files are not referenced by any supported Camel version.

3.x and 4.x schemas are kept as-is.

Test plan

  • Verify the website builds successfully
  • Verify remaining 3.x/4.x schemas are still present and accessible

Fixes #1631

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reduce website size and fix CDN 404s — root cause analysis and action plan

1 participant