Can you add the support for CDI in to it?
Hi team,
Is it possible for you to add CDI support in it with some configuration without using anything from EJB annotation and by using just javax.inject.* annotations? As the CDI is not working along with it, its creating problem.
Or suggest a way to inject CDI into it. There is no much documentation around it. Please suggest.
Regards, Abhideep
@eamonnmcmanus I have forked you 0.9.5-SNAPSHOT and found that port is working in that version, I wanted to fix it.
Another thing I wanted to add CDI support, which I did. WELD got integrated but somehow it is yet not able to inject the beans but thats not why I am writing this. Let's imagine that I fix that problem and integrate WELD properly with the plugin so that when in pom
Like even port problem is only a problem in local machine, in cloud jetty will always run on 8080 and we have no control on it. So getting CDI support in plugin wont solve the problem. Hence whats the real solution and how do we go about it?
Hi @AbhideepChakravarty, this issue has been open for quite a while and we don't currently have any plans to start supporting dependency injection in the framework.
However, if you can help provide some concrete use-cases about what you were trying to achieve, we might be able to look in to it further to see if we want to include it.
Thanks! - Joseph