You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2020/08/13 17:16:58 UTC

[cxf] 03/05: Update to openjpa 3.1.2

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 6668a2b85f48b98a845a5ad7ff857a0f6cd6ae31
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Tue Jul 21 18:22:47 2020 +0300

    Update to openjpa 3.1.2
    
    (cherry picked from commit 33abf4131ccc46b4027dbbba1c0347445473c1ea)
---
 parent/pom.xml                                                         | 2 +-
 .../org/apache/cxf/systest/jaxrs/security/oidc/oidc-server-jpa.xml     | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3200123..37c47a9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -170,7 +170,7 @@
         <cxf.netty.version>4.1.50.Final</cxf.netty.version>
         <cxf.oauth.version>20100527</cxf.oauth.version>
         <cxf.olingo.version>2.0.11</cxf.olingo.version>
-        <cxf.openjpa.version>3.1.0</cxf.openjpa.version>
+        <cxf.openjpa.version>3.1.2</cxf.openjpa.version>
         <cxf.opensaml.osgi.version.range>[3.1,4)</cxf.opensaml.osgi.version.range>
         <cxf.opensaml.osgi.version>3.3.0_2</cxf.opensaml.osgi.version>
         <cxf.opensaml.version>3.3.0</cxf.opensaml.version>
diff --git a/systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/security/oidc/oidc-server-jpa.xml b/systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/security/oidc/oidc-server-jpa.xml
index 7066ab2..07d6fa5 100644
--- a/systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/security/oidc/oidc-server-jpa.xml
+++ b/systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/security/oidc/oidc-server-jpa.xml
@@ -34,9 +34,6 @@ under the License.
              http://cxf.apache.org/configuration/security http://cxf.apache.org/schemas/configuration/security.xsd">
     <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
     <cxf:bus>
-        <cxf:features>
-            <cxf:logging/>
-        </cxf:features>
         <cxf:properties> 
           <entry key="org.apache.cxf.jaxrs.bus.providers" value-ref="busProviders"/> 
         </cxf:properties>