Browse Source
@PostConstruct added to ProxyTransactionManagementConfiguration cases
ConcurrentModificationException (as detailed previously in SPR-8397.
Backing out for now until a better solution can be devised.
This reverts commit 235b729514.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4685 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/merge
3 changed files with 9 additions and 63 deletions
@ -1,10 +0,0 @@
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<beans xmlns="http://www.springframework.org/schema/beans" |
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||||
xmlns:cache="http://www.springframework.org/schema/cache" |
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd |
||||
http://www.springframework.org/schema/cache http://www.springframework.org/schema/cache/spring-cache.xsd"> |
||||
|
||||
<cache:annotation-driven/> |
||||
|
||||
</beans> |
||||
Loading…
Reference in new issue