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 2019/01/03 10:40:15 UTC

[cxf] branch master updated (ff7f93b -> 4e4922a)

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

coheigea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from ff7f93b  [CXF-7889]ensure jaxws_tracing_brave_osgi works with JDK11
     new aa4469b  Updating owasp plugin
     new 3117e62  Updating hibernate validator in OSGi tests
     new 4e4922a  Merge branch 'master' of github.com:apache/cxf

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 osgi/itests/pom.xml | 2 +-
 pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[cxf] 01/03: Updating owasp plugin

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit aa4469b8bc8513c6c5d319793575616697a76ebd
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jan 2 16:21:25 2019 +0000

    Updating owasp plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f761d92..c995b86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
         <cxf.jdk.version>1.8</cxf.jdk.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <site.deploy.url>scp://people.apache.org/www/cxf.apache.org/maven-site</site.deploy.url>
-        <maven-owasp-plugin-version>4.0.1</maven-owasp-plugin-version>
+        <maven-owasp-plugin-version>4.0.2</maven-owasp-plugin-version>
     </properties>
     <distributionManagement>
         <repository>


[cxf] 02/03: Updating hibernate validator in OSGi tests

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 3117e62c01ca9fa10fec395304bde3723c67e16b
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jan 2 18:40:25 2019 +0000

    Updating hibernate validator in OSGi tests
---
 osgi/itests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/osgi/itests/pom.xml b/osgi/itests/pom.xml
index e38b54c..04b861c 100644
--- a/osgi/itests/pom.xml
+++ b/osgi/itests/pom.xml
@@ -108,7 +108,7 @@
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.hibernate-validator</artifactId>
-            <version>5.0.2.Final_1</version>
+            <version>5.4.2.Final_1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>


[cxf] 03/03: Merge branch 'master' of github.com:apache/cxf

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 4e4922ad8bf583ad32833856a081aed213774d42
Merge: 3117e62 ff7f93b
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Jan 3 10:29:48 2019 +0000

    Merge branch 'master' of github.com:apache/cxf

 distribution/src/main/release/samples/clustering/README.txt           | 4 +---
 .../src/main/release/samples/jaxws_tracing_brave_osgi/README.txt      | 2 +-
 .../src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml         | 1 +
 .../java/org/apache/cxf/endpoint/dynamic/DynamicClientFactory.java    | 3 +++
 4 files changed, 6 insertions(+), 4 deletions(-)