jakartaee / jakartaee/batch-tck
Add tests to verify injection of non-string batch properties into method parameter and constructor parameter
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 2
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
For non-string batch properties, `com.ibm.jbatch.tck.artifacts.cdi.NonCDIBeanBatchlet` contains field injections of non-string batch properties. But there seems no such tests for method param or constructor param injection. All method/constructor param injections are for string values.
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 with com.ibm.jbatch.tck.artifacts.cdi.NonCDIBeanBatchlet and inspect the existing field, method-parameter, and constructor-parameter injection tests. Add coverage for non-string batch properties in both method and constructor parameters, then run the relevant Batch TCK tests to confirm both injection paths pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100