[backport camel-4.14.x] CAMEL-24359: camel-atmosphere-websocket - align Exchange header constant names with Camel naming convention - #25383
Merged
Conversation
…ant names with Camel naming convention Rename the Exchange header string values in WebsocketConstants from the dotted websocket.* prefix to the project-wide Camel<Component><Feature> convention documented in design/headers.adoc. The Java field names are unchanged, so code referencing the constants symbolically keeps working. Adds WebsocketConstantsTest covering the new values and asserting all five headers are filtered by the inherited HttpHeaderFilterStrategy. Includes a 4.22 upgrade-guide entry and regenerated catalog/DSL metadata. Closes #25366 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #25366
Cherry-pick of #25366 onto
camel-4.14.x.Original PR: #25366 - CAMEL-24359: camel-atmosphere-websocket - align Exchange header constant names with Camel naming convention
Original author: @oscerd
Target branch:
camel-4.14.xChanges
Renames Exchange header string values in
WebsocketConstantsfrom the dottedwebsocket.*prefix to theCamel<Component><Feature>convention. Upgrade guide entry added to the 4.14.8→4.14.9 section.See original PR for full details.
Claude Code on behalf of davsclaus