You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2021/01/13 02:10:09 UTC

[cxf] branch 3.4.x-fixes updated (f83eca5 -> dc61a65)

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

reta pushed a change to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from f83eca5  CXF-8402 - JwkUtils::fromECPublicKey returns key coordinates without leading zero (#739)
     new 4f6b2c2  Update to Dropwizard Metrics 4.1.17
     new c3d825c  Recording .gitmergeinfo Changes
     new dac7d2f  Update Project Reactor to 3.3.13.RELEASE
     new dc61a65  Update to Micrometer 1.5.10

The 4 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:
 .gitmergeinfo  | 6 ++++++
 parent/pom.xml | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)


[cxf] 03/04: Update Project Reactor to 3.3.13.RELEASE

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

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

commit dac7d2f053b59723641bbceb7889595e8a1d586c
Author: reta <dr...@gmail.com>
AuthorDate: Tue Jan 12 21:09:12 2021 -0500

    Update Project Reactor to 3.3.13.RELEASE
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 883a943..15d6695 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -182,7 +182,7 @@
         <cxf.plexus-archiver.version>4.2.0</cxf.plexus-archiver.version>
         <cxf.plexus-utils.version>3.2.0</cxf.plexus-utils.version>
         <cxf.reactivestreams.version>1.0.3</cxf.reactivestreams.version>
-        <cxf.reactor.version>3.3.12.RELEASE</cxf.reactor.version>
+        <cxf.reactor.version>3.3.13.RELEASE</cxf.reactor.version>
         <cxf.rhino.version>1.7R2</cxf.rhino.version>
         <cxf.rxjava.version>1.3.8</cxf.rxjava.version>
         <cxf.rxjava2.version>2.2.20</cxf.rxjava2.version>


[cxf] 02/04: Recording .gitmergeinfo Changes

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

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

commit c3d825c4265754ed327980a2adc9422dd561419b
Author: reta <dr...@gmail.com>
AuthorDate: Tue Jan 12 21:08:25 2021 -0500

    Recording .gitmergeinfo Changes
---
 .gitmergeinfo | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 40c82f9..cefd60b 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -9,25 +9,31 @@ B 837401d8b08449ea34304df68600514d1132c499
 B 9485e3b46125c9102610aa6dcab6e330952b2fb0
 B c58d2cd38003a90608aa04e40756c042cbaf7e03
 B f5f08c838e1d52f17bcc8422fac38831a63e6e30
+M 0320ad320ba88a123a5296a8060d3ac1794009f6
 M 0f30442f3acb82e9936d4b486e07f5c341c142d2
 M 12a70c867e88379c520c64882ca2b261b9e9559d
 M 15185954d24578b3a848afe5bf258d9774ff03b6
 M 1820f1a94b08ba840c3868ac3e1f3b7751540a08
+M 2c7b64383d81db5e7bd14abc90fbbbf0597044af
 M 2f844e251362ab62923cfc6b7061591375a1cb44
+M 39ff641f3d81d8e0b9487ae8c49ac2a5bf055bc1
 M 4162189dabdb22aec54dc3c5ae93cf42b0575d3d
 M 420f6f35915cbd50cc175a6a10359125516b0213
 M 4c3c5196be3e9295c31b5bc592ebc8f911c93c6d
 M 6a77819f4bc141fcddd53a36b178972f1f68fe97
 M 70c7d6a1e3f23522609d58b72b61c52e3cbc919a
+M 7a05e4fb0b67a89b86ed6eee68b9416005d6f631
 M 88907f141ee80792627da3cc7846d1562f6c0238
 M 8b67b6f672d25f1128924e8aac58a6f395fe3511
 M 8c4f04855a5d8623daff2aa8a8856367879c624b
 M 9c17f2fb90a9929d0dc8e4f090da78547a4e7a02
 M 9df9b22a4032b19ea953600ebdfa84e8c15d2370
+M 9f939eefbd41ee5c0e88b41c2e177fdbc5cbdd26
 M bfc509c206d67124d3f0ae46cea6963cabb8f3ca
 M c0690e1fa57e0231461c9dd644d6b3c80852eef9
 M c070a8f50d83b82d864884020a64d1d67f5e7c95
 M c0ef051466d775c84ddb20a9a12025d4258fb18b
+M c2244fa94cd86e1bd1068f36d9fe2f88269f2a74
 M d6a299217dd943a3872da9b0afb7f966ab289cc0
 M e0dbc85b5b3383c48fecb97ac11608d7b8c82cc5
 M e775237e6dcb16b647d102bcbb3908d3e9fce1de


[cxf] 04/04: Update to Micrometer 1.5.10

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

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

commit dc61a65123769ce123a7b104a747d88c6e95e120
Author: reta <dr...@gmail.com>
AuthorDate: Tue Jan 12 21:09:52 2021 -0500

    Update to Micrometer 1.5.10
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 15d6695..fe73889 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -162,7 +162,7 @@
         <cxf.logback.classic.version>1.2.3</cxf.logback.classic.version>
         <cxf.lucene.version>8.2.0</cxf.lucene.version>
         <cxf.maven.core.version>3.6.3</cxf.maven.core.version>
-        <cxf.micrometer.version>1.5.9</cxf.micrometer.version>
+        <cxf.micrometer.version>1.5.10</cxf.micrometer.version>
         <cxf.microprofile.config.version>2.0</cxf.microprofile.config.version>
         <cxf.microprofile.rest.client.version>2.0</cxf.microprofile.rest.client.version>
         <cxf.microprofile.openapi.version>2.0</cxf.microprofile.openapi.version>


[cxf] 01/04: Update to Dropwizard Metrics 4.1.17

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

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

commit 4f6b2c23194d30a86fd274a7ac5ca8c1f11783dd
Author: reta <dr...@gmail.com>
AuthorDate: Tue Jan 12 19:47:24 2021 -0500

    Update to Dropwizard Metrics 4.1.17
    
    (cherry picked from commit 29482be8df227ddbcac01e957c84e4807211865d)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 74c074b..883a943 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -103,7 +103,7 @@
         <cxf.derby.version>10.14.2.0</cxf.derby.version>
         <cxf.dom4j.version>2.1.3</cxf.dom4j.version>
         <cxf.dropwizard3.version>3.2.6</cxf.dropwizard3.version>
-        <cxf.dropwizard4.version>4.1.16</cxf.dropwizard4.version>
+        <cxf.dropwizard4.version>4.1.17</cxf.dropwizard4.version>
         <cxf.ehcache3.version>3.8.1</cxf.ehcache3.version>
         <cxf.el-api.version>3.0.3</cxf.el-api.version>
         <cxf.findbugs.version>3.0.2</cxf.findbugs.version>