Skip to content

CAMEL-24285: camel-aws2-polly - throw when pojoRequest=true and the body is the wrong type - #25199

Open
oscerd wants to merge 1 commit into
apache:mainfrom
oscerd:a1/CAMEL-24285-polly
Open

CAMEL-24285: camel-aws2-polly - throw when pojoRequest=true and the body is the wrong type#25199
oscerd wants to merge 1 commit into
apache:mainfrom
oscerd:a1/CAMEL-24285-polly

Conversation

@oscerd

@oscerd oscerd commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Child of CAMEL-24261 (completing CAMEL-23462 across the AWS2 producers).

Problem

With pojoRequest=true, Polly2Producer's nine operations only acted when the
body was the matching request type; any other body fell through the instanceof
with no else, so no AWS call was made, no response was set, and the original
body was returned with no error.

Fix

Each branch now throws IllegalArgumentException naming the required request
type, e.g. "getLexicon operation requires GetLexiconRequest in POJO mode".

Tests

A @ParameterizedTest covers all nine operations, sending a wrong-typed body to
pojoRequest=true routes and asserting each message. Verified to fail (silent
no-op) before the fix — with the getLexicon else removed, exactly that case
reports "Expecting code to raise a throwable". Class 20/20 green. Hermetic unit
tests, region-free — no localstack or real AWS.

Docs / backport

The shared 4.22 upgrade-guide entry was added with CAMEL-24263. Main only, matching
the CAMEL-23462 precedent (behaviour change, shipped in a minor, not backported).


Claude Code on behalf of oscerd

…ody is the wrong type

Child of CAMEL-24261. Polly2Producer's nine operations (synthesizeSpeech,
describeVoices, listLexicons, getLexicon, putLexicon, deleteLexicon,
startSpeechSynthesisTask, getSpeechSynthesisTask, listSpeechSynthesisTasks) only
acted when the body was the matching request type under pojoRequest=true; any
other body silently fell through with no AWS call and no error. Add the missing
else that throws IllegalArgumentException naming the required type, consistent
with CAMEL-23462.

A parameterized test covers all nine operations; verified to fail (silent no-op)
before the fix. The shared 4.22 upgrade-guide entry was added with CAMEL-24263.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
@oscerd oscerd added the bug Something isn't working label Jul 28, 2026
@oscerd oscerd added this to the 4.22.0 milestone Jul 28, 2026
@oscerd
oscerd requested review from Croway and davsclaus July 28, 2026 13:37
@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.

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

Labels

bug Something isn't working components components-aws

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants