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.
Chris Beams opened SPR-6186 and commented
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.This issue is a sub-task of #10353
Referenced from: commits d020d73, cbadf35
The text was updated successfully, but these errors were encountered: