activemq-artemis/artemis-ra/src
Justin Bertram 14c564a481 ARTEMIS-4800 simplify QueueConfiguration API
This commit does the following:

 - deprecate all QueueConfiguration ctors
 - add `of` static factory methods for all the deprecated ctors
 - replace any uses of the normal ctors with the `of` counterparts

This makes the code more concise and readable.
2024-06-10 07:58:40 -07:00
..
main ARTEMIS-4800 simplify QueueConfiguration API 2024-06-10 07:58:40 -07:00
test/java/org/apache/activemq/artemis/ra ARTEMIS-4790: use JUnit 5 for the tests 2024-06-03 10:06:37 -05:00