Skip to content

chore: regenerate catalog docs for structured_error_exchange_properties anchor fix - #25941

Merged
davsclaus merged 1 commit into
mainfrom
quick-fix/regenerate-ai-catalog-docs
Aug 31, 2026
Merged

chore: regenerate catalog docs for structured_error_exchange_properties anchor fix#25941
davsclaus merged 1 commit into
mainfrom
quick-fix/regenerate-ai-catalog-docs

Conversation

@davsclaus

Copy link
Copy Markdown
Contributor

Summary

  • Follow-up to 767b01c, which removed the explicit [[structured_error_exchange_properties]] anchor from the langchain4j-agent, langchain4j-embeddings, and spring-ai-chat source docs but missed regenerating the corresponding catalog/camel-catalog generated resources.
  • That left the generated catalog docs out of sync with source, breaking the "Fail if there are uncommitted changes" CI check on every subsequent PR (surfaced while reviewing CAMEL-24533: camel-weaviate - store the document text in the object properties on CREATE/UPDATE #25900).
  • This just removes the same anchor line from the 3 generated copies to match source — no other content changes.

Test plan

  • Diffed each generated file against its src/main/docs source — confirmed the anchor line was the only difference
  • git diff matches exactly the diff CI reported as "uncommitted changes"

Claude Code on behalf of davsclaus

🤖 Generated with Claude Code

…es anchor fix

Follow-up to 767b01c, which removed the explicit
[[structured_error_exchange_properties]] anchor from the langchain4j-agent,
langchain4j-embeddings, and spring-ai-chat source docs but missed
regenerating the corresponding catalog/camel-catalog generated resources,
breaking the "uncommitted generated changes" CI check.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Signed-off-by: Claus Ibsen <claus.ibsen@gmail.com>
@davsclaus
davsclaus merged commit b46db0b into main Aug 31, 2026
6 checks passed
@davsclaus
davsclaus deleted the quick-fix/regenerate-ai-catalog-docs branch August 31, 2026 08:25
@github-actions

Copy link
Copy Markdown
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@github-actions

Copy link
Copy Markdown
Contributor

🧪 CI tested the following changed modules:

  • catalog/camel-catalog

🔬 Scalpel shadow comparison — Scalpel: 9 tested, 23 compile-only — current: 8 all tested

Maveniverse Scalpel detected 32 affected modules (current approach: 8).

⚠️ Modules only in Scalpel (24)
  • apache-camel
  • camel-catalog
  • camel-catalog-console
  • camel-catalog-maven
  • camel-catalog-suggest
  • camel-componentdsl
  • camel-endpointdsl
  • camel-endpointdsl-support
  • camel-itest
  • camel-jbang-core
  • camel-jbang-it
  • camel-jbang-main
  • camel-jbang-plugin-edit
  • camel-jbang-plugin-generate
  • camel-jbang-plugin-kubernetes
  • camel-jbang-plugin-test
  • camel-kamelet-main
  • camel-launcher
  • camel-report-maven-plugin
  • camel-route-parser
  • camel-yaml-dsl
  • camel-yaml-dsl-deserializers
  • camel-yaml-dsl-maven-plugin
  • coverage

Skip-tests mode would test 9 modules (1 direct + 8 downstream), skip tests for 23 (generated code, meta-modules)

Modules Scalpel would test (9)
  • camel-catalog
  • camel-jbang-mcp
  • camel-jbang-plugin-mcp
  • camel-jbang-plugin-route-parser
  • camel-jbang-plugin-tui
  • camel-jbang-plugin-validate
  • camel-launcher-container
  • camel-yaml-dsl-validator
  • camel-yaml-dsl-validator-maven-plugin
Modules with tests skipped (23)
  • apache-camel
  • camel-catalog-console
  • camel-catalog-maven
  • camel-catalog-suggest
  • camel-componentdsl
  • camel-endpointdsl
  • camel-endpointdsl-support
  • camel-itest
  • camel-jbang-core
  • camel-jbang-it
  • camel-jbang-main
  • camel-jbang-plugin-edit
  • camel-jbang-plugin-generate
  • camel-jbang-plugin-kubernetes
  • camel-jbang-plugin-test
  • camel-kamelet-main
  • camel-launcher
  • camel-report-maven-plugin
  • camel-route-parser
  • camel-yaml-dsl
  • camel-yaml-dsl-deserializers
  • camel-yaml-dsl-maven-plugin
  • coverage

ℹ️ Shadow mode — Scalpel observes but does not affect test execution. Learn more

All tested modules (32 modules)
  • Camel :: Assembly
  • Camel :: Catalog :: Camel Catalog
  • Camel :: Catalog :: Camel Report Maven Plugin
  • Camel :: Catalog :: Camel Route Parser
  • Camel :: Catalog :: Console
  • Camel :: Catalog :: Maven
  • Camel :: Catalog :: Suggest
  • Camel :: Component DSL
  • Camel :: Coverage
  • Camel :: Endpoint DSL
  • Camel :: Endpoint DSL :: Support
  • Camel :: Integration Tests
  • Camel :: JBang :: Core
  • Camel :: JBang :: Integration tests
  • Camel :: JBang :: MCP
  • Camel :: JBang :: Main
  • Camel :: JBang :: Plugin :: Edit
  • Camel :: JBang :: Plugin :: Generate
  • Camel :: JBang :: Plugin :: Kubernetes
  • Camel :: JBang :: Plugin :: MCP
  • Camel :: JBang :: Plugin :: Route Parser
  • Camel :: JBang :: Plugin :: TUI
  • Camel :: JBang :: Plugin :: Testing
  • Camel :: JBang :: Plugin :: Validate
  • Camel :: Kamelet Main
  • Camel :: Launcher
  • Camel :: Launcher :: Container
  • Camel :: YAML DSL
  • Camel :: YAML DSL :: Deserializers
  • Camel :: YAML DSL :: Maven Plugins
  • Camel :: YAML DSL :: Validator
  • Camel :: YAML DSL :: Validator Maven Plugin

⚙️ View full build and test results

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant