diff --git a/docs/modules/ROOT/pages/migration.adoc b/docs/modules/ROOT/pages/migration.adoc index 309ac0e25e..a815d44438 100644 --- a/docs/modules/ROOT/pages/migration.adoc +++ b/docs/modules/ROOT/pages/migration.adoc @@ -49,6 +49,33 @@ include::partial$servlet/architecture/request-cache-continue.adoc[] There are no further migration steps for this feature. However, if you run into trouble with this enhancement, you can instead <>. +=== Use `AuthorizationManager` for Message Security + +In 6.0, `` defaults `use-authorization-manager` to `true`. +So, to complete migration, remove any `websocket-message-broker@use-authorization-manager=true` attribute. + +For example: + +==== +.Xml +[source,xml,role="primary"] +---- + +---- +==== + +changes to: + +==== +.Xml +[source,xml,role="primary"] +---- + +---- +==== + +There are no further migrations steps for Java or Kotlin for this feature. + == Reactive === Use `AuthorizationManager` for Method Security