We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fbe77 commit 80c099aCopy full SHA for 80c099a
1 file changed
dubbo-rpc/dubbo-rpc-api/src/main/java/org/apache/dubbo/rpc/filter/ContextFilter.java
@@ -55,7 +55,7 @@
55
*
56
* @see RpcContext
57
*/
58
-@Activate(group = PROVIDER, order = -10000)
+@Activate(group = PROVIDER, order = Integer.MIN_VALUE)
59
public class ContextFilter implements Filter, Filter.Listener {
60
61
private static final String TAG_KEY = "dubbo.tag";
0 commit comments