Allow custom resource creation
Open
@glassfishrobot is already working on this.
Since Feb 10, 2018.
Component: model api
- Dominant language
- Java
- Stars
- 400
- Forks
- 143
- PR merge metrics
- No merged PRs in 30d
Description
(Email from Guilherme Silveira, http://java.net/projects/jax-rs-spec/lists/jsr339-experts/archive/2011-03/message/90 )
6. Allow custom resource creation, so injection can be done in any way the client wants. Not only Java EE support in all JAX-RS implementations (done by the user, of course, unless we want to implement them also):
public interface Container {
T instanceFor(Class type);
boolean canProvide(Class type);
}
Affected Versions
[2.0]
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.