TIBCOSoftware / TIBCOSoftware/be-contribution
Implement method which is newly added in 6.3.0 (BaseStoreProvider)
Open
@rakulkar-tibco is already working on this.
Since Jul 18, 2023.
- Dominant language
- Java
- Stars
- 0
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Context
Following abstract method is newly added in BaseStoreProvider in 630.
public List readAll(List query) throws Exception
Need to implement it for MongoDb and Redis implementations.
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.
Assessment
This issue has not been assessed yet.