Matt Pavlovich

Results 197 comments of Matt Pavlovich

Looks like maven is pulling the javax.annotation jar and not jaxb-tools ``` [INFO] --- dependency:3.6.0:tree (default-cli) @ jaxb-maven-plugin-core --- [INFO] org.jvnet.jaxb:jaxb-maven-plugin-core:jar:4.0.6-SNAPSHOT [INFO] +- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.2:provided [INFO] | \- jakarta.activation:jakarta.activation-api:jar:2.1.3:provided [INFO] +-...

+1 on spec compliance +1 on retaining previous functionality I have come to learn (the hard way) that if there is a feature in ActiveMQ, someone is using it in...

I'm not in favor of refactoring RegionBroker in a point release. Ultimately, the DeadLetterStrategy should re-use the MessageInterceptorStrategy interface to it so admins can configure or change anything about the...

A couple thoughts to consider: 1. There are unsolvable gaps between XML data and Java objects 2. Some use cases may wish to have multiple-setters for good reason -- a...

Possible to add a unit test that demonstrates failure of resolution and effectiveness of the change to log to the user?

@kenliao94 The changes look good, thanks! I want to take one last minute to discuss the naming, b/c these are public interfaces and once go out we are living with...

> Yes, but what is not clear to me is why. @tmortagne can you share the dependency tree out or display the classpath?

Is there a PR or plans to merge the current v2.20.x driver?

@pflaska a rebase should be able to clear most of the merge commit issues. If you squash the commits and make a PR, I'm happy to comment and help test....

Note: commons-io is used as a test dependency, so the CVE does not apply. I'll start a set of release to calm down the repo security scan tools anyway.