You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/03/30 10:35:39 UTC

[cxf] branch master updated (12e20a5 -> 9c2721f)

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

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


    from 12e20a5  Update Swagger UI to 3.25.0
     new 2cff3ce  Upgrade to Netty 4.1.48.Final
     new 6bc7f0c  Upgrade to Jakarta Mail 1.6.5
     new 9c2721f  Upgrade to Rxjava2 2.2.19

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/karaf/features/src/main/resources/features.xml | 2 +-
 parent/pom.xml                                      | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)


[cxf] 03/03: Upgrade to Rxjava2 2.2.19

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

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

commit 9c2721f27e9697fa0f515e0787f75c26077d0572
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Mon Mar 30 13:34:53 2020 +0300

    Upgrade to Rxjava2 2.2.19
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7185a00..cf2ec3e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -185,7 +185,7 @@
         <cxf.reactor.version>3.3.2.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.11</cxf.rxjava2.version>
+        <cxf.rxjava2.version>2.2.19</cxf.rxjava2.version>
         <cxf.servlet-api-2.5.artifact>geronimo-servlet_2.5_spec</cxf.servlet-api-2.5.artifact>
         <cxf.servlet-api-2.5.version>1.2</cxf.servlet-api-2.5.version>
         <cxf.servlet-api.artifact>javax.servlet-api</cxf.servlet-api.artifact>


Re: [cxf] 01/03: Upgrade to Netty 4.1.48.Final

Posted by Andriy Redko <dr...@gmail.com>.
My appologies guys, I believe it is still on me, too many versions of callbacks,
fixing it shortly. Colm, it looks to be have the same cause as JAX-RS tests, I didn't
apply this change to JAX-WS callback, I missed it. Sorry for that.

Best Regards,
   Andriy Redko

AM> Hi Colm,

AM> I saw this failure - but the latest build is stable. There was also
AM> aync stuff changes [1].
AM> The Netty upgrade can be easily reverted to monitor the actual failure reason.

AM> 1. https://github.com/apache/cxf/commit/3921fc29c265addfa36d0b4260903eef96ac1e25

AM> On 4/2/20, Colm O hEigeartaigh <co...@apache.org> wrote:
>> Hi Alexey,

>> It looks like this upgrade is causing a test failure:

>> - [ERROR]
>> testCallAsync(org.apache.cxf.transport.http.netty.client.integration.NettyClientTest)
>>  Time elapsed: 1.186 s  <<< ERROR!
>> java.lang.NullPointerException
>> at
>> org.apache.cxf.transport.http.netty.client.integration.NettyClientTest.testCallAsync(NettyClientTest.java:129)

>> Colm.

>> ---------- Forwarded message ---------
>> From: <bu...@apache.org>
>> Date: Mon, Mar 30, 2020 at 11:35 AM
>> Subject: [cxf] 01/03: Upgrade to Netty 4.1.48.Final
>> To: commits@cxf.apache.org <co...@cxf.apache.org>


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

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

>> commit 2cff3ce96abb43a5171d047984a47a37c1c2ea68
>> Author: Alexey Markevich <bu...@gmail.com>
>> AuthorDate: Mon Mar 30 11:36:15 2020 +0300

>>     Upgrade to Netty 4.1.48.Final
>> ---
>>  parent/pom.xml | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)

>> diff --git a/parent/pom.xml b/parent/pom.xml
>> index 04b8171..fb30a9a 100644
>> --- a/parent/pom.xml
>> +++ b/parent/pom.xml
>> @@ -172,7 +172,7 @@
>>          <cxf.msv.version>2013.6.1</cxf.msv.version>
>>          <cxf.neethi.version>3.1.1</cxf.neethi.version>
>>          <cxf.netty.version.range>[4,5)</cxf.netty.version.range>
>> -        <cxf.netty.version>4.1.45.Final</cxf.netty.version>
>> +        <cxf.netty.version>4.1.48.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>



Re: [cxf] 01/03: Upgrade to Netty 4.1.48.Final

Posted by Colm O hEigeartaigh <co...@apache.org>.
Looks good now, thanks Andriy!

Colm.

On Fri, Apr 3, 2020 at 2:34 AM Andriy Redko <dr...@gmail.com> wrote:

> Should be fixed now guys, thanks!
>
> Best Regards,
>     Andriy Redko
>
> AM> Hi Colm,
>
> AM> I saw this failure - but the latest build is stable. There was also
> AM> aync stuff changes [1].
> AM> The Netty upgrade can be easily reverted to monitor the actual failure
> reason.
>
> AM> 1.
> https://github.com/apache/cxf/commit/3921fc29c265addfa36d0b4260903eef96ac1e25
>
> AM> On 4/2/20, Colm O hEigeartaigh <co...@apache.org> wrote:
> >> Hi Alexey,
>
> >> It looks like this upgrade is causing a test failure:
>
> >> - [ERROR]
> >>
> testCallAsync(org.apache.cxf.transport.http.netty.client.integration.NettyClientTest)
> >>  Time elapsed: 1.186 s  <<< ERROR!
> >> java.lang.NullPointerException
> >> at
> >>
> org.apache.cxf.transport.http.netty.client.integration.NettyClientTest.testCallAsync(NettyClientTest.java:129)
>
> >> Colm.
>
> >> ---------- Forwarded message ---------
> >> From: <bu...@apache.org>
> >> Date: Mon, Mar 30, 2020 at 11:35 AM
> >> Subject: [cxf] 01/03: Upgrade to Netty 4.1.48.Final
> >> To: commits@cxf.apache.org <co...@cxf.apache.org>
>
>
> >> This is an automated email from the ASF dual-hosted git repository.
>
> >> buhhunyx pushed a commit to branch master
> >> in repository https://gitbox.apache.org/repos/asf/cxf.git
>
> >> commit 2cff3ce96abb43a5171d047984a47a37c1c2ea68
> >> Author: Alexey Markevich <bu...@gmail.com>
> >> AuthorDate: Mon Mar 30 11:36:15 2020 +0300
>
> >>     Upgrade to Netty 4.1.48.Final
> >> ---
> >>  parent/pom.xml | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> >> diff --git a/parent/pom.xml b/parent/pom.xml
> >> index 04b8171..fb30a9a 100644
> >> --- a/parent/pom.xml
> >> +++ b/parent/pom.xml
> >> @@ -172,7 +172,7 @@
> >>          <cxf.msv.version>2013.6.1</cxf.msv.version>
> >>          <cxf.neethi.version>3.1.1</cxf.neethi.version>
> >>          <cxf.netty.version.range>[4,5)</cxf.netty.version.range>
> >> -        <cxf.netty.version>4.1.45.Final</cxf.netty.version>
> >> +        <cxf.netty.version>4.1.48.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>
>
>
>

Re: [cxf] 01/03: Upgrade to Netty 4.1.48.Final

Posted by Andriy Redko <dr...@gmail.com>.
Should be fixed now guys, thanks!

Best Regards,
    Andriy Redko

AM> Hi Colm,

AM> I saw this failure - but the latest build is stable. There was also
AM> aync stuff changes [1].
AM> The Netty upgrade can be easily reverted to monitor the actual failure reason.

AM> 1. https://github.com/apache/cxf/commit/3921fc29c265addfa36d0b4260903eef96ac1e25

AM> On 4/2/20, Colm O hEigeartaigh <co...@apache.org> wrote:
>> Hi Alexey,

>> It looks like this upgrade is causing a test failure:

>> - [ERROR]
>> testCallAsync(org.apache.cxf.transport.http.netty.client.integration.NettyClientTest)
>>  Time elapsed: 1.186 s  <<< ERROR!
>> java.lang.NullPointerException
>> at
>> org.apache.cxf.transport.http.netty.client.integration.NettyClientTest.testCallAsync(NettyClientTest.java:129)

>> Colm.

>> ---------- Forwarded message ---------
>> From: <bu...@apache.org>
>> Date: Mon, Mar 30, 2020 at 11:35 AM
>> Subject: [cxf] 01/03: Upgrade to Netty 4.1.48.Final
>> To: commits@cxf.apache.org <co...@cxf.apache.org>


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

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

>> commit 2cff3ce96abb43a5171d047984a47a37c1c2ea68
>> Author: Alexey Markevich <bu...@gmail.com>
>> AuthorDate: Mon Mar 30 11:36:15 2020 +0300

>>     Upgrade to Netty 4.1.48.Final
>> ---
>>  parent/pom.xml | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)

>> diff --git a/parent/pom.xml b/parent/pom.xml
>> index 04b8171..fb30a9a 100644
>> --- a/parent/pom.xml
>> +++ b/parent/pom.xml
>> @@ -172,7 +172,7 @@
>>          <cxf.msv.version>2013.6.1</cxf.msv.version>
>>          <cxf.neethi.version>3.1.1</cxf.neethi.version>
>>          <cxf.netty.version.range>[4,5)</cxf.netty.version.range>
>> -        <cxf.netty.version>4.1.45.Final</cxf.netty.version>
>> +        <cxf.netty.version>4.1.48.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>



Re: [cxf] 01/03: Upgrade to Netty 4.1.48.Final

Posted by Alexey Markevich <bu...@gmail.com>.
Hi Colm,

I saw this failure - but the latest build is stable. There was also
aync stuff changes [1].
The Netty upgrade can be easily reverted to monitor the actual failure reason.

1. https://github.com/apache/cxf/commit/3921fc29c265addfa36d0b4260903eef96ac1e25

On 4/2/20, Colm O hEigeartaigh <co...@apache.org> wrote:
> Hi Alexey,
>
> It looks like this upgrade is causing a test failure:
>
> - [ERROR]
> testCallAsync(org.apache.cxf.transport.http.netty.client.integration.NettyClientTest)
>  Time elapsed: 1.186 s  <<< ERROR!
> java.lang.NullPointerException
> at
> org.apache.cxf.transport.http.netty.client.integration.NettyClientTest.testCallAsync(NettyClientTest.java:129)
>
> Colm.
>
> ---------- Forwarded message ---------
> From: <bu...@apache.org>
> Date: Mon, Mar 30, 2020 at 11:35 AM
> Subject: [cxf] 01/03: Upgrade to Netty 4.1.48.Final
> To: commits@cxf.apache.org <co...@cxf.apache.org>
>
>
> This is an automated email from the ASF dual-hosted git repository.
>
> buhhunyx pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/cxf.git
>
> commit 2cff3ce96abb43a5171d047984a47a37c1c2ea68
> Author: Alexey Markevich <bu...@gmail.com>
> AuthorDate: Mon Mar 30 11:36:15 2020 +0300
>
>     Upgrade to Netty 4.1.48.Final
> ---
>  parent/pom.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/parent/pom.xml b/parent/pom.xml
> index 04b8171..fb30a9a 100644
> --- a/parent/pom.xml
> +++ b/parent/pom.xml
> @@ -172,7 +172,7 @@
>          <cxf.msv.version>2013.6.1</cxf.msv.version>
>          <cxf.neethi.version>3.1.1</cxf.neethi.version>
>          <cxf.netty.version.range>[4,5)</cxf.netty.version.range>
> -        <cxf.netty.version>4.1.45.Final</cxf.netty.version>
> +        <cxf.netty.version>4.1.48.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>
>

Fwd: [cxf] 01/03: Upgrade to Netty 4.1.48.Final

Posted by Colm O hEigeartaigh <co...@apache.org>.
Hi Alexey,

It looks like this upgrade is causing a test failure:

- [ERROR]
testCallAsync(org.apache.cxf.transport.http.netty.client.integration.NettyClientTest)
 Time elapsed: 1.186 s  <<< ERROR!
java.lang.NullPointerException
at
org.apache.cxf.transport.http.netty.client.integration.NettyClientTest.testCallAsync(NettyClientTest.java:129)

Colm.

---------- Forwarded message ---------
From: <bu...@apache.org>
Date: Mon, Mar 30, 2020 at 11:35 AM
Subject: [cxf] 01/03: Upgrade to Netty 4.1.48.Final
To: commits@cxf.apache.org <co...@cxf.apache.org>


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

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

commit 2cff3ce96abb43a5171d047984a47a37c1c2ea68
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Mon Mar 30 11:36:15 2020 +0300

    Upgrade to Netty 4.1.48.Final
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 04b8171..fb30a9a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -172,7 +172,7 @@
         <cxf.msv.version>2013.6.1</cxf.msv.version>
         <cxf.neethi.version>3.1.1</cxf.neethi.version>
         <cxf.netty.version.range>[4,5)</cxf.netty.version.range>
-        <cxf.netty.version>4.1.45.Final</cxf.netty.version>
+        <cxf.netty.version>4.1.48.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] 01/03: Upgrade to Netty 4.1.48.Final

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

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

commit 2cff3ce96abb43a5171d047984a47a37c1c2ea68
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Mon Mar 30 11:36:15 2020 +0300

    Upgrade to Netty 4.1.48.Final
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 04b8171..fb30a9a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -172,7 +172,7 @@
         <cxf.msv.version>2013.6.1</cxf.msv.version>
         <cxf.neethi.version>3.1.1</cxf.neethi.version>
         <cxf.netty.version.range>[4,5)</cxf.netty.version.range>
-        <cxf.netty.version>4.1.45.Final</cxf.netty.version>
+        <cxf.netty.version>4.1.48.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] 02/03: Upgrade to Jakarta Mail 1.6.5

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

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

commit 6bc7f0cc09395effeaa57ee92e4b8c5dce5c00a6
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Mon Mar 30 13:34:03 2020 +0300

    Upgrade to Jakarta Mail 1.6.5
---
 osgi/karaf/features/src/main/resources/features.xml | 2 +-
 parent/pom.xml                                      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/osgi/karaf/features/src/main/resources/features.xml b/osgi/karaf/features/src/main/resources/features.xml
index 63d62b2..bf53b81 100644
--- a/osgi/karaf/features/src/main/resources/features.xml
+++ b/osgi/karaf/features/src/main/resources/features.xml
@@ -30,7 +30,7 @@
         <bundle start-level="10" dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxrs-api-2.1/${cxf.servicemix.jaxrs.specs.version}</bundle>
         <bundle start-level="10" dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.saaj-api-1.4/1.4_1</bundle>
         <bundle start-level="10" dependency="true">mvn:jakarta.jws/jakarta.jws-api/1.1.1</bundle>
-        <bundle start-level="10" dependency="true">mvn:javax.mail/mail/${cxf.javax.mail.version}</bundle>
+        <bundle start-level="10" dependency="true">mvn:jakarta.mail/jakarta.mail-api/${cxf.jakarta.mail.version}</bundle>
         <bundle start-level="20">mvn:org.codehaus.woodstox/stax2-api/${cxf.woodstox.stax2-api.version}</bundle>
         <bundle start-level="20">mvn:com.fasterxml.woodstox/woodstox-core/${cxf.woodstox.core.version}</bundle>
         <bundle start-level="20">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-runtime/${cxf.jaxb.bundle.version}</bundle>
diff --git a/parent/pom.xml b/parent/pom.xml
index fb30a9a..7185a00 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -239,8 +239,8 @@
         <cxf.fastinfoset.bundle.version>1.2.16_1</cxf.fastinfoset.bundle.version>
         <cxf.felix.configadmin.version>1.2.4</cxf.felix.configadmin.version>
         <cxf.istack.bundle.version>3.0.7</cxf.istack.bundle.version>
+        <cxf.jakarta.mail.version>1.6.5</cxf.jakarta.mail.version>
         <cxf.jasypt.bundle.version>1.9.3_1</cxf.jasypt.bundle.version>
-        <cxf.javax.mail.version>1.4.4</cxf.javax.mail.version>
         <cxf.jaxb.bundle.version>2.3.2_1</cxf.jaxb.bundle.version>
         <cxf.jaxb.context.class.property>none</cxf.jaxb.context.class.property>
         <cxf.jdom.bundle.version>1.1_4</cxf.jdom.bundle.version>
@@ -2568,7 +2568,7 @@
                 <dependency>
                     <groupId>org.apache.geronimo.specs</groupId>
                     <artifactId>geronimo-javamail_1.4_spec</artifactId>
-                    <version>1.7.1</version>
+                    <version>1.8.4</version>
                 </dependency>
             </dependencies>
             <repositories>