Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/extension-maturity-matrix.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Max Rydahl Andersen <max.andersen@gmail.com>
  • Loading branch information
holly-cummins and maxandersen authored Nov 5, 2024
1 parent cbe3bbd commit 114ec36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/extension-maturity-matrix.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The Writing Extensions guide has more guidance on xref:writing-extensions.adoc#h
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.
Having everything injectable as CDI beans also helps testing, especially xref:getting-started-testing#mock-support[mocking].

=== Dev Service (if there is an external service)
=== Dev Service

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.

Expand Down

0 comments on commit 114ec36

Please sign in to comment.