Hi Alex, If you used the Maven WAR Overlay method, your CAS source code should only contain changes that are different than baseline. I'd do a three way diff merge between the contents of the baseline 3.4.11 cas.war, the contents of the 3.5.2 cas war and your source tree (which again should only contain deltas). Apply the necessary changes to your views, etc. You can get copies of the baseline files by pulling out the target/war/work/... directories. Update your pom.xml to point to the new cas.war version.
Config files, like the deployerConfigContext.xml will be similiar but there are subtle changes that you'll need to reference the CAS User Manual/Wiki for specifics on your auth handlers, etc. John On 7/1/14, 4:32 PM, Alex Milyavskiy wrote: > > Hi everybody, > > > > Anyone out there has any advice or instructions how to upgrade CAS > version 3.4.11 to 3.5.2 ? > > > > Thanks, > > Alex > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user -- *John Gasper* IAM Consultant Unicon, Inc. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
