Closed
Description
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