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. + +