RE:[cas-user] Upgrade CAS version 3.4.11 to 3.5.2

2014-07-13 Thread Owens, Patricia
Hi Alex No I don't From: Alex Milyavskiy [amilyavs...@juilliard.edu] Sent: Tuesday, July 01, 2014 5:32 PM To: cas-user@lists.jasig.org Subject: [cas-user] Upgrade CAS version 3.4.11 to 3.5.2 Hi everybody, Anyone out there has any advice or instructio

RE: [cas-user] Upgrade CAS version 3.4.11 to 3.5.2

2014-07-02 Thread Alex Milyavskiy
Thank you Dan. -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user

RE: [cas-user] Upgrade CAS version 3.4.11 to 3.5.2

2014-07-02 Thread Alex Milyavskiy
Thanks Charles! -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user

Re: [cas-user] Upgrade CAS version 3.4.11 to 3.5.2

2014-07-02 Thread Charles Hasegawa
Just a word of caution, when you use a Maven overlay and are including other projects (cas addons etc), you may need to do some cleanup on the libs you end up with in the CAS war. If you look at the Unicon example overlay pom.xml file at - https://github.com/Unicon/unicon-cas-overlay/blob/master/p

Re: [cas-user] Upgrade CAS version 3.4.11 to 3.5.2

2014-07-02 Thread Daniel Ellentuck
Hi Alex, Echoing what John Gasper said, I did this upgrade a while ago and found the process to be pretty straightforward. Assuming you use a maven overlay or equivalent, the tasks are: merge your overlay with the corresponding resources in the new base version to create an updated overlay; chang

RE: [cas-user] Upgrade CAS version 3.4.11 to 3.5.2

2014-07-02 Thread Alex Milyavskiy
Thank you John. From: John Gasper [mailto:jgas...@unicon.net] Sent: Wednesday, July 02, 2014 11:19 AM To: cas-user@lists.jasig.org Subject: Re: [cas-user] Upgrade CAS version 3.4.11 to 3.5.2 Hi Alex, If you used the Maven WAR Overlay method, your CAS source code should only contain changes

Re: [cas-user] Upgrade CAS version 3.4.11 to 3.5.2

2014-07-02 Thread John Gasper
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 c