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/01/15 07:18:28 UTC

[cxf-fediz] branch master updated (a8b3f88 -> 60802b4)

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-fediz.git.


    from a8b3f88  fediz-core: cleanup ClassLoaderUtils
     new a81f266  Update Jetty
     new 60802b4  Update CXF

The 2 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:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Re: [cxf-fediz] 01/02: Update Jetty

Posted by Freeman Fang <fr...@gmail.com>.
Yeah, I think it's a good idea if Jetty 10 GA is available before CXF 3.4.

Cheers
Freeman

On Wed, Jan 15, 2020 at 5:27 PM Dennis Kieselhorst <ma...@dekies.de> wrote:

> > I think I found the reason and fixed the test failure with jetty
> > 9.4.25.
> > Please see
> > https://issues.apache.org/jira/browse/CXF-8193
>
> Thanks Freeman, much appreciated.
>
> Btw. I wonder if we want to go for Jetty 10.0.x for CXF 3.4? Currently
> they have an alpha version released. We can discuss it in:
> https://issues.apache.org/jira/browse/CXF-7949
>
> Best,
> Dennis
>

Re: [cxf-fediz] 01/02: Update Jetty

Posted by Dennis Kieselhorst <ma...@dekies.de>.
> I think I found the reason and fixed the test failure with jetty 
> 9.4.25.
> Please see
> https://issues.apache.org/jira/browse/CXF-8193

Thanks Freeman, much appreciated.

Btw. I wonder if we want to go for Jetty 10.0.x for CXF 3.4? Currently 
they have an alpha version released. We can discuss it in: 
https://issues.apache.org/jira/browse/CXF-7949

Best,
Dennis

Re: [cxf-fediz] 01/02: Update Jetty

Posted by Freeman Fang <fr...@gmail.com>.
Hi Guys,

I think I found the reason and fixed the test failure with jetty 9.4.25.
Please see
https://issues.apache.org/jira/browse/CXF-8193

Cheers
Freeman

On Wed, Jan 15, 2020 at 9:20 AM Dennis Kieselhorst <ma...@dekies.de> wrote:

> Hi!
>
> > I think I'd prefer to keep the Jetty version in Fediz aligned with the
> > version of Jetty in the CXF release.
>
> For CXF we need to debug
> JAXRSRequestDispatcherTest.testGetBookHTMLInclude (an update breaks it).
> Haven't found the time yet.
>
> Best,
> Dennis
>


-- 
-------------
Freeman(Yue) Fang

Red Hat, Inc.

Member and Committer of The Apache Software Foundation
Linkedln <https://www.linkedin.com/in/freeman-fang-0979741a/>

Re: [cxf-fediz] 01/02: Update Jetty

Posted by Dennis Kieselhorst <ma...@dekies.de>.
Hi!

> I think I'd prefer to keep the Jetty version in Fediz aligned with the
> version of Jetty in the CXF release.

For CXF we need to debug 
JAXRSRequestDispatcherTest.testGetBookHTMLInclude (an update breaks it). 
Haven't found the time yet.

Best,
Dennis

Re: [cxf-fediz] 01/02: Update Jetty

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

I think I'd prefer to keep the Jetty version in Fediz aligned with the
version of Jetty in the CXF release.

Colm.

On Wed, Jan 15, 2020 at 7:18 AM <bu...@apache.org> wrote:

> 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-fediz.git
>
> commit a81f266b809a71014139daba9133045cd86ce7f4
> Author: Alexey Markevich <bu...@gmail.com>
> AuthorDate: Wed Jan 15 10:17:36 2020 +0300
>
>     Update Jetty
> ---
>  pom.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/pom.xml b/pom.xml
> index 2fadc7b..8e39dd7 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -56,7 +56,7 @@
>          <javax.el.version>3.0.0</javax.el.version>
>          <javax.validation.version>2.0.1.Final</javax.validation.version>
>          <jaxb.version>2.3.2</jaxb.version>
> -        <jetty9.version>9.4.24.v20191120</jetty9.version>
> +        <jetty9.version>9.4.25.v20191220</jetty9.version>
>          <junit.version>4.12</junit.version>
>          <kerby.version>1.1.1</kerby.version>
>          <log4j.version>1.2.17</log4j.version>
>
>

[cxf-fediz] 01/02: Update Jetty

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-fediz.git

commit a81f266b809a71014139daba9133045cd86ce7f4
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Wed Jan 15 10:17:36 2020 +0300

    Update Jetty
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2fadc7b..8e39dd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
         <javax.el.version>3.0.0</javax.el.version>
         <javax.validation.version>2.0.1.Final</javax.validation.version>
         <jaxb.version>2.3.2</jaxb.version>
-        <jetty9.version>9.4.24.v20191120</jetty9.version>
+        <jetty9.version>9.4.25.v20191220</jetty9.version>
         <junit.version>4.12</junit.version>
         <kerby.version>1.1.1</kerby.version>
         <log4j.version>1.2.17</log4j.version>


[cxf-fediz] 02/02: Update CXF

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-fediz.git

commit 60802b4d04eb9dc4c2239ab1b6dd8a91c504023f
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Wed Jan 15 10:17:58 2020 +0300

    Update CXF
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8e39dd7..568a9df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
         <commons.logging.version>1.2</commons.logging.version>
         <commons.text.version>1.8</commons.text.version>
         <commons.validator.version>1.6</commons.validator.version>
-        <cxf.version>3.3.4</cxf.version>
+        <cxf.version>3.3.5</cxf.version>
         <cxf.build-utils.version>3.4.3</cxf.build-utils.version>
         <easymock.version>4.0.2</easymock.version>
         <ehcache.version>2.10.6</ehcache.version>