From f813147e41aef9aa3d813171fb882cdfaf830fef Mon Sep 17 00:00:00 2001 From: Jean-Louis Monteiro Date: Tue, 18 Aug 2020 11:30:54 +0200 Subject: [PATCH] Fix missing javax to jakarta package rename Signed-off-by: Jean-Louis Monteiro --- spec/src/main/asciidoc/soap-profile.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/src/main/asciidoc/soap-profile.adoc b/spec/src/main/asciidoc/soap-profile.adoc index c38cf70..148577f 100644 --- a/spec/src/main/asciidoc/soap-profile.adoc +++ b/spec/src/main/asciidoc/soap-profile.adoc @@ -538,7 +538,7 @@ specification When the runtime is not a Jakarta Authorization compatible endpoint container, the properties argument used in all calls to -getAuthContext must not include a `javax.security.jacc.PolicyContext` +getAuthContext must not include a `jakarta.security.jacc.PolicyContext` key-value pair, and a null value may be passed for the `properties` argument.