pa-deasy
pa-deasy
**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...
**What problems does this PR solve?** Fixes a mistake in the [kahadb web page](https://activemq.apache.org/components/classic/documentation/kahadb) which states `activemq-data` as the default directory. The correct directory is `kahadb`. **Why is it beneficial...
**What problems does this PR solve?** By default non persistent messages are set to persistent when being sent to a dead letter queue. This improvement adds `preserveDeliveryMode` to deadLetterStrategy which...