fix issue 10425 (#10432)

Co-authored-by: keshi.ys <keshi.ys@alibaba-inc.com>
This commit is contained in:
yshuoo 2022-08-10 10:05:02 +08:00 committed by GitHub
parent 1bc5e623c0
commit f5c5dfd2ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ import static org.apache.dubbo.rpc.Constants.TOKEN_KEY;
*
* @see RpcContext
*/
@Activate(group = PROVIDER, order = -10000)
@Activate(group = PROVIDER, order = Integer.MIN_VALUE)
public class ContextFilter implements Filter, Filter.Listener {
private static final Set<String> UNLOADING_KEYS;