Skip to content

Commit

Permalink
Merge pull request quarkusio#26899 from gastaldi/statuses
Browse files Browse the repository at this point in the history
Add `deprecated` to extension status note
  • Loading branch information
gsmet authored Jul 23, 2022
2 parents c4f203f + 884a96c commit 2e5ccaf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/src/main/asciidoc/includes/extension-status.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ endif::[]
ifeval::["{extension-status}" == "stable"]
Being _stable_, backward compatibility and presence in the ecosystem are taken very seriously.
endif::[]
ifeval::["{extension-status}" == "deprecated"]
Being _deprecated_ means that this extension is likely to be replaced or removed in a future version of Quarkus.
endif::[]
For a full list of possible statuses, check our https://quarkus.io/faq/#extension-status[FAQ entry].
For a full list of possible statuses, check our https://quarkus.io/faq/#what-are-the-extension-statuses[FAQ entry].
====

0 comments on commit 2e5ccaf

Please sign in to comment.