You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2017/02/28 15:58:27 UTC

[2/2] cxf git commit: Update to support latest Spring version

Update to support latest Spring version


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/8fa9b8b1
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/8fa9b8b1
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/8fa9b8b1

Branch: refs/heads/master
Commit: 8fa9b8b14b391a419569c1050d2a5a6ffa37710d
Parents: 7ace8c8
Author: Daniel Kulp <dk...@apache.org>
Authored: Tue Feb 28 10:58:08 2017 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Tue Feb 28 10:58:08 2017 -0500

----------------------------------------------------------------------
 .../java/org/apache/cxf/bus/spring/Jsr250BeanPostProcessor.java  | 4 ++++
 parent/pom.xml                                                   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/8fa9b8b1/core/src/main/java/org/apache/cxf/bus/spring/Jsr250BeanPostProcessor.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/cxf/bus/spring/Jsr250BeanPostProcessor.java b/core/src/main/java/org/apache/cxf/bus/spring/Jsr250BeanPostProcessor.java
index d5c8766..2ad66d7 100644
--- a/core/src/main/java/org/apache/cxf/bus/spring/Jsr250BeanPostProcessor.java
+++ b/core/src/main/java/org/apache/cxf/bus/spring/Jsr250BeanPostProcessor.java
@@ -154,4 +154,8 @@ public class Jsr250BeanPostProcessor
         }
     }
 
+    public boolean requiresDestruction(Object bean) {
+        return isProcessing;
+    }
+
 }

http://git-wip-us.apache.org/repos/asf/cxf/blob/8fa9b8b1/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 139fe97..b7a3e0d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -146,7 +146,7 @@
         <cxf.servlet-api-2.5.version>1.1.2</cxf.servlet-api-2.5.version>
         <cxf.slf4j.version>1.7.24</cxf.slf4j.version>
         <cxf.specs.jaxws.api.version>1.2</cxf.specs.jaxws.api.version>
-        <cxf.spring.version>4.2.9.RELEASE</cxf.spring.version>
+        <cxf.spring.version>4.3.6.RELEASE</cxf.spring.version>
         <cxf.spring.boot.version>1.5.1.RELEASE</cxf.spring.boot.version>
         <cxf.spring.security.version>4.2.1.RELEASE</cxf.spring.security.version>
         <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>