Skip to content

Commit 80c099a

Browse files
committed
move ContextFilter to lowest order
1 parent 27fbe77 commit 80c099a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dubbo-rpc/dubbo-rpc-api/src/main/java/org/apache/dubbo/rpc/filter/ContextFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
*
5656
* @see RpcContext
5757
*/
58-
@Activate(group = PROVIDER, order = -10000)
58+
@Activate(group = PROVIDER, order = Integer.MIN_VALUE)
5959
public class ContextFilter implements Filter, Filter.Listener {
6060

6161
private static final String TAG_KEY = "dubbo.tag";

0 commit comments

Comments
 (0)