jamesnetherton commented on code in PR #7431:
URL: https://github.com/apache/camel-quarkus/pull/7431#discussion_r2137422038


##########
integration-test-groups/foundation/bean/src/test/java/org/apache/camel/quarkus/component/bean/BeanTest.java:
##########
@@ -246,9 +246,8 @@ public void notReducedTest() {
         RestAssured.given()
                 .get("/bean/allBeanInstances")
                 .then()
-                .body("size()", is(5))
+                .body("size()", is(4))
                 .body(allOf(
-                        containsString("defaultBean"),

Review Comment:
   Not sure why previously we had this behaviour. When fetching all beans for a 
type it would return a default bean, even if it had been overridden. Which 
seems wrong to me.
   
   With this change, that wont happen. Hopefully it does not break anything.
   



-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to