vanta opened a new pull request, #129: URL: https://github.com/apache/deltaspike/pull/129
Currently, there is no way to parametrise `Weld` when using `org.apache.deltaspike.cdise.api.CdiContainer` interface as `CdiContainer.boot(Map<?,?>)` does not pass parameters to `Weld` instance it creates. ``` CdiContainer cdiContainer = CdiContainerLoader.getCdiContainer(); cdiContainer.boot(params); ``` This PR adds passing properties to `Weld` by calling `weld.setProperties()` method. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@deltaspike.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org