From 033dc605b7257c21b14e8883401044caee42e27d Mon Sep 17 00:00:00 2001 From: Rolfe Dlugy-Hegwer Date: Mon, 1 May 2023 13:22:51 -0400 Subject: [PATCH] Create update guide --- docs/src/main/asciidoc/update-to-quarkus-3.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/main/asciidoc/update-to-quarkus-3.adoc b/docs/src/main/asciidoc/update-to-quarkus-3.adoc index 5fa1b716967a1..ddc5b8d29e216 100644 --- a/docs/src/main/asciidoc/update-to-quarkus-3.adoc +++ b/docs/src/main/asciidoc/update-to-quarkus-3.adoc @@ -16,6 +16,7 @@ You can update your projects from Quarkus 2.x to Quarkus 3.x by running an updat The update command primarily uses OpenRewrite recipes to automate updating most of your project's dependencies, source code, and documentation. These recipes cover many but not all of the items described in the link:https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.0[Migration Guide 3.0]. After updating the project, if you do not find all the updates you expect, there are two possible reasons: + - The recipe might not cover an item in your project. - Your project might use an extension that does not support Quarkus 3 yet.