rmannibucau commented on code in PR #175: URL: https://github.com/apache/bval/pull/175#discussion_r1935272413
########## bval-jsr/src/main/java/org/apache/bval/cdi/BValExtension.java: ########## @@ -66,7 +70,7 @@ public class BValExtension implements Extension { private static final Logger LOGGER = Logger.getLogger(BValExtension.class.getName()); - private static final AnnotatedTypeFilter DEFAULT_ANNOTATED_TYPE_FILTER = + public static final AnnotatedTypeFilter DEFAULT_ANNOTATED_TYPE_FILTER = Review Comment: in the context of tests you can copy `annotatedType -> !annotatedType.getJavaClass().getName().startsWith("org.apache.bval.")` thing is that this should almost never be used cause it is wrong for all apps and only helpful in the context of this single build so it should be customized by apps -- 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...@bval.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org