pa-deasy opened a new pull request, #1281: URL: https://github.com/apache/activemq/pull/1281
**What problems does this PR solve?** As per the [WildcardFileFilter docs](https://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/filefilter/WildcardFileFilter.html#%3Cinit%3E(java.lang.String)) the `WildcardFileFilter(String wildcard)` constructor is deprecated. Replace this constructor with the recommended [Builder](https://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/filefilter/WildcardFileFilter.Builder.html). **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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact