Just to confirm, in CAS 5.1.x and 5.2.x there is no absolute requirement to have classes in org/apereo/cas package ... correct?
On Friday, May 12, 2017 at 10:25:41 AM UTC-5, Dmitriy Kopylenko wrote: > > Try this one for the info on configuration mechanism: > https://apereo.github.io/2017/02/21/cas-autocfg-strategy/ Note, this > applies to CAS 5.1. In CAS 5.0.x line, the configuration classes are > contributed to Spring app ctx. by means of component scanning, so in order > for CAS to pick ‘em up in 5.0.x, put your custom @Configuration classes in > `org/apereo.cas` base package > > Best, > D. > > > From: Adam Causey <[email protected]> <javascript:> > Reply: [email protected] <javascript:> <[email protected]> <javascript:> > Date: May 12, 2017 at 11:16:44 AM > To: [email protected] <javascript:> <[email protected]> <javascript:> > Subject: [cas-user] Extending CAS 5 Webflows - build instructions? > > I've gone through the blog entry "Extending CAS 5 Webflows" ( > https://apereo.github.io/2016/10/07/webflow-extcfg/), but I can't figure > out where I put my module code and how to I build it? I attempted putting > my Java files in their own project and then adding the jar as a dependency > to my WAR overlay, but it doesn't pickup the @Configuration class. > > Has anyone customized the webflow in this manner? > > Thanks, > Adam > -- > - CAS gitter chatroom: https://gitter.im/apereo/cas > - CAS mailing list guidelines: > https://apereo.github.io/cas/Mailing-Lists.html > - CAS documentation website: https://apereo.github.io/cas > - CAS project website: https://github.com/apereo/cas > --- > You received this message because you are subscribed to the Google Groups > "CAS Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To view this discussion on the web visit > https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAN6MV5OFzsdefiRdx9B2gw4YL2%3Dk0BknqnBPtqXuPy0bagm5Ew%40mail.gmail.com > > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAN6MV5OFzsdefiRdx9B2gw4YL2%3Dk0BknqnBPtqXuPy0bagm5Ew%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/af845086-8ce2-49f1-9112-9d68072b7e77%40apereo.org.
