From aa7253a8f97e5a7f0aa1056aafb7313d72f35514 Mon Sep 17 00:00:00 2001 From: jansupol Date: Fri, 24 Mar 2023 18:32:33 +0100 Subject: [PATCH] Document ApplicationPath migration concern Signed-off-by: jansupol --- docs/src/main/docbook/migration.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/main/docbook/migration.xml b/docs/src/main/docbook/migration.xml index bf9a3a2d96..b999c44814 100644 --- a/docs/src/main/docbook/migration.xml +++ b/docs/src/main/docbook/migration.xml @@ -106,6 +106,14 @@ +
+ @ApplicationPath Annotation Support + + Jersey 3.1 supports @ApplicationPath annotation by every container, not only the + Servlet container. This can affect tests, as well as deployments to containers + where the annotation used to be ignored by previous versions of Jersey. + +