Skip to content

Commit 615bb29

Browse files
committed
Revert .context to Hibernate Validator 4.1.0.GA
In order to determine why Ehcache classloading errors occur after upgrading to 4.2.0.Final. To demonstrate this error, uncomment the 4.2.0.Final dependency in ivy.xml and run `ant test` within the .context module.
1 parent 1c58dd9 commit 615bb29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

org.springframework.context/ivy.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@
5151
<dependency org="org.beanshell" name="com.springsource.bsh" rev="2.0.0.b4" conf="optional, beanshell->compile"/>
5252
<dependency org="org.codehaus.groovy" name="com.springsource.org.codehaus.groovy" rev="1.6.5" conf="optional, groovy->compile"/>
5353
<dependency org="org.codehaus.jsr166-mirror" name="com.springsource.jsr166" rev="1.7.0" conf="provided->compile"/>
54+
<!-- the following works -->
55+
<dependency org="org.hibernate" name="com.springsource.org.hibernate.validator" rev="4.1.0.GA" conf="optional->compile"/>
56+
<!-- the following upgrade to 4.2.0.Final *should* work, but results in NoClassDefFound errors for net.sf.ehcache.store.MemoryStoreEvictionPolicy
5457
<dependency org="org.hibernate" name="com.springsource.org.hibernate.validator" rev="4.2.0.Final" conf="optional->compile"/>
58+
-->
5559
<dependency org="org.joda" name="com.springsource.org.joda.time" rev="1.6.0" conf="optional->compile"/>
5660
<dependency org="org.jruby" name="com.springsource.org.jruby" rev="1.4.0" conf="optional, jruby->compile"/>
5761
<dependency org="org.springframework" name="org.springframework.asm" rev="latest.integration" conf="compile->compile"/>

0 commit comments

Comments
 (0)