CAMEL-19198: 3.x branch version -- Added sorting logic to ensure dynamic router eip component filters are evaluated in order of their priority property#9638
Merged
davsclaus merged 1 commit intoapache:camel-3.xfrom Mar 26, 2023
Conversation
…nt filters are evaluated in order of their priority property, and updated tests.
Contributor
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 If necessary Apache Camel Committers may access logs and test results in the job summaries! |
davsclaus
approved these changes
Mar 25, 2023
Contributor
|
backport this to 3.20.x and 3.18.x via cherry-pick |
Contributor
Components tested:
|
Contributor
Author
|
@davsclaus I ran checkstyle on the entire code base, and it showed no violations. And that was in addition to |
davsclaus
pushed a commit
that referenced
this pull request
Mar 26, 2023
…nt filters are evaluated in order of their priority property, and updated tests. (#9638)
davsclaus
pushed a commit
that referenced
this pull request
Mar 26, 2023
…nt filters are evaluated in order of their priority property, and updated tests. (#9638)
jamesnetherton
pushed a commit
to jamesnetherton/camel
that referenced
this pull request
Mar 28, 2023
…nt filters are evaluated in order of their priority property, and updated tests. (apache#9638)
jamesnetherton
pushed a commit
to jamesnetherton/camel
that referenced
this pull request
Mar 28, 2023
…nt filters are evaluated in order of their priority property, and updated tests. (apache#9638)
jamesnetherton
pushed a commit
to jamesnetherton/camel
that referenced
this pull request
Mar 28, 2023
…nt filters are evaluated in order of their priority property, and updated tests. (apache#9638)
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.
CAMEL-19198: Added sorting logic to ensure dynamic router eip component filters are evaluated in order of their priority property
Description
When filters are evaluated, the filters are now sorted by priority before being evaluated.
Target
camel-3.x, whereas Camel 4 uses themainbranch)Tracking
Apache Camel coding standards and style
[x ] I checked that each commit in the pull request has a meaningful subject line and body.
[x ] I formatted the code using
mvn -Pformat,fastinstall install && mvn -Psourcecheck