You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/main/asciidoc/extension-maturity-matrix.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ The Writing Extensions guide has more guidance on xref:writing-extensions.adoc#h
68
68
Quarkus extensions should aim to xref:writing-extensions.adoc#expose-your-components-via-cdi[expose components via CDI], so that they can be consumed in a frictionless way by user applications.
69
69
Having everything injectable as CDI beans also helps testing, especially xref:getting-started-testing#mock-support[mocking].
70
70
71
-
=== Dev Service (if there is an external service)
71
+
=== Dev Service
72
72
73
73
Dev Services are generally relevant for extensions that "connect" to something, such as databases for datasources, a keycloak instance for security, an Apache Kafka instance for messaging, etc.
0 commit comments