philippkunz commented on a change in pull request #28:
URL: https://github.com/apache/openwebbeans/pull/28#discussion_r439808930
##########
File path: webbeans-junit5/src/main/java/org/apache/openwebbeans/junit5/Cdi.java
##########
@@ -80,6 +80,11 @@
*/
boolean disableDiscovery() default false;
+ /**
+ * @return {@code true} to enable JUnit parameter resolution with CDI
beans or {@code false} otherwise.
+ */
+ boolean injectParameters() default true;
Review comment:
Honestly I'm afraid I still haven't understood your concern really. To
me this sounds like you would expect two injection mechanisms to play together
well, which strikes me as quite odd...
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]