Document ApplicationPath migration concern

Signed-off-by: jansupol <jan.supol@oracle.com>
diff --git a/docs/src/main/docbook/migration.xml b/docs/src/main/docbook/migration.xml
index bf9a3a2..b999c44 100644
--- a/docs/src/main/docbook/migration.xml
+++ b/docs/src/main/docbook/migration.xml
@@ -106,6 +106,14 @@
                 </itemizedlist>
             </para>
         </section>
+        <section xml:id="mig-3.1.0-application-path">
+            <title>@ApplicationPath Annotation Support</title>
+            <para>
+                Jersey 3.1 supports <literal>@ApplicationPath</literal> annotation by every container, not only the
+                <literal>Servlet</literal> container. This can affect tests, as well as deployments to containers
+                where the annotation used to be ignored by previous versions of Jersey.
+            </para>
+        </section>
     </section>
 
 </chapter>