Skip to content

Fix ambigous WildcardMatcher definition conflict #79

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

Merged
merged 3 commits into from
Jun 25, 2024

Conversation

berndbr
Copy link
Contributor

@berndbr berndbr commented Jun 25, 2024

When using CDE messaging infrastructure in combination with Routing or InProcess messaging infrastructure the usage of WildcardMatcher in user code was not possible anymore because the same class with the same namespace is available in multiple assemblies.

The pull request solves this by moving the WildcardMatcher into SAF.Common and into the SAF.Common namespace. User code requires to change the namespace used to reference WildcardMatcher class to SAF.Common.

Copy link

@berndbr berndbr merged commit 41ebf8b into master Jun 25, 2024
3 checks passed
@berndbr berndbr deleted the fix-wildcardmatcher branch June 25, 2024 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant