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
Due to multiple inheritance issues, CCAC and CCWAC cannot share @Configuration class processing behavior through a common superclass. Factor out a static util (probably as an inner class of CCAC) and refererence it from CCWAC as necessary to eliminate duplicate code.