I'm afraid my note may have been rejected without notifying me.
---------- Forwarded message ---------- From: Jesse Farinacci <[email protected]> Date: Mon, Mar 29, 2010 at 12:44 PM Subject: Re: [cas-announce] CAS 3.4, CAS 3.4,1 and CAS 3.4.2 Server Releases To: [email protected] Scott, et al., On Mon, Mar 29, 2010 at 9:04 AM, Scott Battaglia <[email protected]> wrote: > > We're pleased to announce the 3.4, 3.4.1, and 3.4.2 release of Jasig Central > Authentication Service. > Congratulations on the release! I have been looking forward to proper Spring 3 upgrades in the framework proper as well as security. Thanks! I updated my already working 3.3.5 Maven Overlay CAS server to the 3.4.2 versions and now I am finding all manner of duplicated JARs in the bundled WEB-INF/lib ... :: aspectjrt-1.5.3.jar aspectjrt-1.6.6.jar aspectjrt-1.6.7.jar aspectjweaver-1.5.4.jar aspectjweaver-1.6.7.jar cas-server-core-3.3.5.jar cas-server-core-3.4.2.jar commons-codec-1.3.jar commons-codec-1.4.jar hibernate-annotations-3.3.1.GA.jar hibernate-annotations-3.5.0-CR-2.jar hibernate-commons-annotations-3.0.0.ga.jar hibernate-commons-annotations-3.2.0.Beta1.jar jaxb-api-2.1.jar jaxb-api-2.2.jar jaxb-impl-2.1.3.jar jaxb-impl-2.1.9.jar jta-1.0.1B.jar jta-1.1.jar ognl-2.6.9.jar ognl-2.7.3.jar person-directory-api-1.5.0-RC5.jar person-directory-api-1.5.0-RC6.jar person-directory-impl-1.5.0-RC5.jar person-directory-impl-1.5.0-RC6.jar spring-aop-3.0.0.RELEASE.jar spring-aop-3.0.1.RELEASE.jar spring-asm-3.0.0.RELEASE.jar spring-asm-3.0.1.RELEASE.jar spring-beans-3.0.0.RELEASE.jar spring-beans-3.0.1.RELEASE.jar spring-binding-1.0.6.jar spring-binding-2.0.8.RELEASE.jar spring-context-3.0.0.RELEASE.jar spring-context-3.0.1.RELEASE.jar spring-core-3.0.0.RELEASE.jar spring-core-3.0.1.RELEASE.jar spring-expression-3.0.0.RELEASE.jar spring-expression-3.0.1.RELEASE.jar spring-jdbc-3.0.0.RELEASE.jar spring-jdbc-3.0.1.RELEASE.jar spring-orm-3.0.0.RELEASE.jar spring-orm-3.0.1.RELEASE.jar spring-tx-3.0.0.RELEASE.jar spring-tx-3.0.1.RELEASE.jar spring-web-3.0.0.RELEASE.jar spring-web-3.0.1.RELEASE.jar spring-webflow-1.0.6.jar spring-webflow-2.0.8.RELEASE.jar spring-webmvc-3.0.0.RELEASE.jar spring-webmvc-3.0.1.RELEASE.jar I suspect this will cause container-specific troubles of pretty undetermined nature. I haven't looked at cas-3.4.2's POMs, but it smells like some modules were hard coding their own spring versions; that or dependencies used by cas-3.4.2 are not properly <exclude>ing when they need to be. In case it matters, my own packaging=war pom has the following dependencies: <dependencies> <dependency> <groupId>org.jasig.cas</groupId> <artifactId>cas-server-webapp</artifactId> <version>3.4.2</version> <type>war</type> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jasig.cas</groupId> <artifactId>cas-server-support-generic</artifactId> <version>3.4.2</version> <scope>runtime</scope> </dependency> </dependencies> Thanks in advance, -Jesse -- There are 10 types of people in this world, those that can read binary and those that can not. -- 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
