activemq-artemis/artemis-protocols/artemis-stomp-protocol
Justin Bertram 7ca30e9a63 ARTEMIS-4796 simplify SimpleString API
This commit does the following:

 - deprecate the verbosely named `toSimpleString` static factory
   methods
 - add `of` static factory methods for all the ctors
 - replace any uses of the normal ctors with the `of` counterparts

This makes the code more concise and readable.
2024-06-06 11:53:03 -04:00
..
src ARTEMIS-4796 simplify SimpleString API 2024-06-06 11:53:03 -04:00
pom.xml ARTEMIS-4790: use JUnit 5 for the tests 2024-06-03 10:06:37 -05:00