Re: [cas-dev] Java CAS Client trunk

2010-10-28 Thread Scott Battaglia
Thanks. I'll sync it up tonight. Cheers, Scott On Thu, Oct 28, 2010 at 1:48 PM, Marvin Addison wrote: > I added type parameters in a number of places to fix lingering > unchecked compiler warnings. Also made a few other changes to take > advantage of 1.5 features. Tested out SAML support and

Re: [cas-dev] Java CAS Client trunk

2010-10-28 Thread Marvin Addison
I added type parameters in a number of places to fix lingering unchecked compiler warnings. Also made a few other changes to take advantage of 1.5 features. Tested out SAML support and Tomcat support, which together exercise a number of different code paths, and looks good. M -- You are curren

Re: [cas-dev] Java CAS Client trunk

2010-10-27 Thread Scott Battaglia
And ConcurrentMaps :-) On Wed, Oct 27, 2010 at 9:26 AM, Marvin Addison wrote: > I'll do some code review and deploy it locally in the next couple > days. Thank God we can use generics and foreach syntax now. > > M > > -- > You are currently subscribed to cas-dev@lists.jasig.org as: > scott.batt

Re: [cas-dev] Java CAS Client trunk

2010-10-27 Thread Marvin Addison
I'll do some code review and deploy it locally in the next couple days. Thank God we can use generics and foreach syntax now. M -- You are currently subscribed to cas-dev@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org

[cas-dev] Java CAS Client trunk

2010-10-26 Thread Scott Battaglia
For those who have some free cycles, feel free to check out the CAS Client trunk and build/play with it. Part of the work for 3.2 is to make Java 1.5 the minimum version which means generics and the new for loop were put in everywhere. The switch also caught two bugs (generics was actually useful