You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JadeConfiguration.filters is a private Map and there is no common getter/setter for it (there are just methods like setFilter() and removeFilter() so it's impossible to inject filters via XML configuration.
Please add getter and setter for it.