Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAMEL-16628: Add applicableFor to Metadata to filter header by scheme #7224

Merged
merged 1 commit into from Mar 18, 2022

Conversation

essobedo
Copy link
Contributor

Fix for https://issues.apache.org/jira/browse/CAMEL-16628 (part 2)

Motivation

Some Constants class are shared with several endpoints, we need a mechanism allowing to filter the message headers by endpoint's scheme.

Modifications

  • Add the new element applicableFor to @Metadata to provide the list of schemes for which the metadata is applicable.
  • Enable the IT as the plugin updates have been published (not related to this need)

@essobedo essobedo merged commit 96226cb into main Mar 18, 2022
@essobedo essobedo deleted the CAMEL-16628/filter-entrypoints branch March 18, 2022 11:10
vpaturet pushed a commit to vpaturet/camel that referenced this pull request Mar 29, 2022
…apache#7224)

## Motivation

Some Constants class are shared with several endpoints, we need a mechanism allowing to filter the message headers by endpoint's scheme.

## Modifications

* Add the new element `applicableFor` to `@Metadata` to provide the list of schemes for which the metadata is applicable.
* Enable the IT as the plugin updates have been published (not related to this need)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants