moremind commented on code in PR #3339: URL: https://github.com/apache/incubator-shenyu/pull/3339#discussion_r859421464
########## shenyu-web/src/main/java/org/apache/shenyu/web/handler/ShenyuWebHandler.java: ########## @@ -54,6 +59,22 @@ public final class ShenyuWebHandler implements WebHandler, ApplicationListener<S */ private List<ShenyuPlugin> plugins; + /** + * source plugins, these plugins load from ShenyuPlugin. + */ + private final List<ShenyuPlugin> sourcePlugins; + + /** + * default enabled plugins. + */ + private final Set<String> defaultEnabledPlugins = Sets.newHashSet(PluginEnum.GLOBAL.getName(), Review Comment: if remove it, default plugin not work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@shenyu.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org