rmannibucau commented on a change in pull request #28: URL: https://github.com/apache/openwebbeans/pull/28#discussion_r439844443
########## File path: webbeans-junit5/src/main/java/org/apache/openwebbeans/junit5/Cdi.java ########## @@ -80,6 +81,15 @@ */ boolean disableDiscovery() default false; + /** + * When present on a test method parameter, it will <em>not</em> be attempted to be resolved with a CDI bean. + */ + @Target(PARAMETER) Review comment: Both extension are transversal, you can use one without the other (both ways). Typically the parameter enricher extension can be used in tomee or meecrowave too OOTB. It just relies on a running cdi container and a CDI.current() returning the corresponding contextual CDI instance. But ok to rework after this PR merge. ---------------------------------------------------------------- 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: us...@infra.apache.org