jakartaee / messaging

Jakarta Messaging
https://eclipse.org/ee4j/messaging
Other
39 stars 32 forks source link

TCK test for @JMSDestinationDefinition as a repeatable annotation #300

Closed dblevins closed 2 years ago

dblevins commented 3 years ago

After PR #298 for issue #151 we need to add a test to the TCK that uses the @JMSDestinationDefinition annotation repeatably and verifies the vendor supports it. For that we can most likely find the test that uses @JMSDestinationDefinitions and copy/modify it. Hopefully there is a test that uses that annotation meaningfully.

OndroMih commented 2 years ago

Fixed by https://github.com/eclipse-ee4j/jakartaee-tck/pull/851.