reta commented on a change in pull request #369: [CXF-7610] - Adding SPI to handle customizations to the server bean. URL: https://github.com/apache/cxf/pull/369#discussion_r162788459
########## File path: rt/rs/sse/src/main/resources/META-INF/beans.xml ########## @@ -2,5 +2,5 @@ <beans xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd" - bean-discovery-mode="all"> Review comment: It is core CXF feature, right, and is it automatically discovered by CDI extension (as an annotated type). But I believe if we set `bean-discovery-mode="none"`, it won't be automatically discovered anymore, no? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
