jakartaee / jakartaee/messaging
Add Qulifiers to JMSDestinationDefinition/JMSConnectionFactoryDefinition
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 49
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
To align to other specs such as Concurrency to embrace CDI, consider to add Qualifier classes to annotations `JMSDestinationDefinition`/`JMSConnectionFactoryDefinition` to erase `@Resources/Resource` injection and make it support `@Inject`
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the JMSDestinationDefinition and JMSConnectionFactoryDefinition annotations and compare how related specifications, including Concurrency, define CDI qualifier classes. Determine the qualifier behavior needed to replace @Resources/@Resource injection with @Inject, then verify the annotation and injection scenarios with the project's relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100