oscerd opened a new pull request, #22569:
URL: https://github.com/apache/camel/pull/22569

   ## Summary
   
   Adds `setLowerCase(true)` to five `HeaderFilterStrategy` implementations for 
consistency with the other components that already call it 
(`HttpHeaderFilterStrategy`, `Sqs2HeaderFilterStrategy`, 
`MailHeaderFilterStrategy`, `KafkaHeaderFilterStrategy`, etc.):
   
   - `camel-jms`: `JmsHeaderFilterStrategy`, `ClassicJmsHeaderFilterStrategy`
   - `camel-sjms`: `SjmsHeaderFilterStrategy`
   - `camel-coap`: `CoAPHeaderFilterStrategy`
   - `camel-google-pubsub`: `GooglePubsubHeaderFilterStrategy`
   
   This aligns the `startsWith` filter behaviour across components, matching 
the pattern established in the CAMEL-21885 series of changes.
   
   Tracked as [CAMEL-23313](https://issues.apache.org/jira/browse/CAMEL-23313).
   
   ## Test plan
   
   - [x] `mvn -DskipTests install` in each affected module (camel-jms, 
camel-sjms, camel-coap, camel-google-pubsub) - all green
   - [x] `mvn -Dtest=PubsubHeaderFilterTest test` in camel-google-pubsub - 
13/13 pass
   - [x] `mvn -Dtest=CoAPHeaderFilterStrategyTest test` in camel-coap - 2/2 pass
   - [ ] CI will exercise the JMS/SJMS integration tests (require Artemis 
broker)
   
   ---
   _Claude Code on behalf of Andrea Cosentino_


-- 
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]

Reply via email to