Skip to content

Commit 7b6f97d

Browse files
committed
refactor: update bean-discovery-mode to annotated in beans.xml files
1 parent f168be3 commit 7b6f97d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/META-INF/beans.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1414
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
1515
http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"
16-
bean-discovery-mode="all">
16+
bean-discovery-mode="annotated">
1717
</beans>

src/test/resources/META-INF/beans.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1414
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
1515
http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"
16-
bean-discovery-mode="all">
16+
bean-discovery-mode="annotated">
1717
</beans>

0 commit comments

Comments
 (0)