oscerd opened a new pull request, #24846: URL: https://github.com/apache/camel/pull/24846
### Motivation As reported in [CAMEL-23895](https://issues.apache.org/jira/browse/CAMEL-23895), configuring an Azure Service Bus `connectionString` directly in an endpoint URI fails with `status-code: 401 ... InvalidSignature: The token has an invalid signature` when the `SharedAccessKey` (a Base64 value) contains characters such as `+`, `/` or `=` — they get URI-decoded unless the value is wrapped with `RAW()`. The reporter confirmed `RAW()` fixes it; the agreed follow-up was to emphasize this in the documentation. ### Changes - `azure-servicebus-component.adoc`: IMPORTANT admonition in the *Authentication Information* / CONNECTION_STRING section with a concrete `RAW()` example, the 401 error signature (so it is searchable), and an xref to the manual's raw-values section. - `ServiceBusConfiguration#getConnectionString` javadoc extended with the same hint (flows into the option description shown in the catalog, tooling and Endpoint DSL javadoc). - Regenerated metadata: module JSON, camel-catalog mirror, endpoint/component DSL factories. Docs-only change — no behavior change, no upgrade-guide entry needed. Backport candidate for 4.18.x/4.14.x (docs published per release line). ### Testing - `mvn clean install` in `components/camel-azure/camel-azure-servicebus`: all tests pass. - Full reactor `mvn clean install -DskipTests` from root: success, regenerated files committed. _Claude Code on behalf of Andrea Cosentino (@oscerd)._ 🤖 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]
