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

AMQ-9544 Deprecated WildcardFileFilter constructor #1281

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pa-deasy
Copy link

What problems does this PR solve?
As per the WildcardFileFilter docs the WildcardFileFilter(String wildcard) constructor is deprecated. Replace this constructor with the recommended Builder.

Why is it beneficial to merge into ActiveMQ?
Updates deprecated code with the recommended approach.

How do you make sure this PR is well tested?
Ran all of the tests that were updated to ensure they are still passing.
For abstract test classes, tested the classes which extend them.

@kenliao94
Copy link
Contributor

You probably need to re-run the tests. It seems to fail due to flakiness.

Copy link
Contributor

@kenliao94 kenliao94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pa-deasy pa-deasy force-pushed the AMQ-9544-wildcardfilefilter-deprecated branch from 6e06a6e to cdce20a Compare August 19, 2024 16:13
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.

2 participants