From 456b0ed3288766e8c60a6bfc6aa0436b88ac8af3 Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Fri, 22 Jul 2022 20:25:04 -0300 Subject: [PATCH] Add deprecated to extension status FAQ --- faq.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/faq.adoc b/faq.adoc index 45785313109..44523ddbe96 100644 --- a/faq.adoc +++ b/faq.adoc @@ -35,6 +35,8 @@ Extensions have a various degree of maturity when they enter the Quarkus ecosyst *Experimental*: early feedback is requested to mature the idea. There is no guarantee of stability nor long term presence in the platform until the solution matures. Such extensions are at the beginning of their maturation process. +*Deprecated*: backward compatibility and presence in the ecosystem is not guaranteed. Such extensions are likely to be replaced or removed in a future version of Quarkus. + You can find the extension status on https://code.quarkus.io[code.quarkus.io] or in the extension link:/guides/[guides]. == Can I write an extension?