Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,16 @@ to the API specification.
All together this would make Camel behave similar for Rest DSL for both _code first_ and _contract first_ style.


=== camel-nats

The default `headerFilterStrategy` is now a new `NatsHeaderFilterStrategy` that filters headers
starting with `Camel` / `camel` (case-insensitive) in both the inbound and outbound directions,
aligning the component with the rest of the Camel component catalog (`camel-kafka`, `camel-mail`,
`camel-coap`, `camel-google-pubsub`, ...). Routes that relied on passing through these header
names from NATS messages can supply a custom `headerFilterStrategy` to restore the previous
behaviour.


=== Component deprecation

The `camel-olingo2` and `camel-olingo4` component are deprecated.
Expand Down