Skip to content

Fix TransformTest after YAML writer quoting change#23434

Merged
davsclaus merged 1 commit into
mainfrom
fix-transform-test-yaml-quoting
May 21, 2026
Merged

Fix TransformTest after YAML writer quoting change#23434
davsclaus merged 1 commit into
mainfrom
fix-transform-test-yaml-quoting

Conversation

@davsclaus
Copy link
Copy Markdown
Contributor

Summary

Context

The TransformTest.shouldTransformBlueprintToYaml test started failing on CI after the YAML writer replacement in #23407. The new writer quotes string values that look like numbers, so the constant 404 in the blueprint XML is now written as "404" in YAML output.

Test plan

  • TransformTest.shouldTransformBlueprintToYaml passes locally with rebuilt core modules

Claude Code on behalf of Claus Ibsen

The new generated YAML writer from CAMEL-23596 quotes numeric constant
expressions. Update the expected blueprint-out.yaml to match.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@davsclaus davsclaus requested a review from gnodet May 21, 2026 15:16
@davsclaus davsclaus merged commit d10aabb into main May 21, 2026
6 checks passed
@davsclaus davsclaus deleted the fix-transform-test-yaml-quoting branch May 21, 2026 17:16
@github-actions github-actions Bot added the dsl label May 21, 2026
@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:

  • dsl/camel-jbang/camel-jbang-core

⚠️ Some tests are disabled on GitHub Actions (@DisabledIfSystemProperty(named = "ci.env.name")) and require manual verification:

  • dsl/camel-jbang/camel-jbang-core: 1 test(s) disabled on GitHub Actions

💡 Manual integration tests recommended:

You modified dsl/camel-jbang/camel-jbang-core. The related integration tests in dsl/camel-jbang/camel-jbang-it are excluded from CI. Consider running them manually:

mvn verify -f dsl/camel-jbang/camel-jbang-it -Djbang-it-test
All tested modules (6 modules)
  • Camel :: JBang :: Core
  • Camel :: JBang :: MCP
  • Camel :: JBang :: Plugin :: Route Parser
  • Camel :: JBang :: Plugin :: TUI
  • Camel :: JBang :: Plugin :: Validate
  • Camel :: Launcher :: Container

⚙️ View full build and test results

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants