[jira] [Commented] (CXF-7639) Support Servlet 4.0 API in OSGI manifest

2018-02-12 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CXF-7639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361267#comment-16361267
 ] 

ASF GitHub Bot commented on CXF-7639:
-

andymc12 commented on issue #380: [CXF-7639] Update dependency to servlet 4.0
URL: https://github.com/apache/cxf/pull/380#issuecomment-365023943
 
 
   https://issues.apache.org/jira/browse/CXF-7639


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Support Servlet 4.0 API in OSGI manifest
> 
>
> Key: CXF-7639
> URL: https://issues.apache.org/jira/browse/CXF-7639
> Project: CXF
>  Issue Type: Bug
>  Components: OSGi
>Affects Versions: 3.2.2
>Reporter: Arnaud MERGEY
>Assignee: Andy McCright
>Priority: Major
> Fix For: 3.2.3
>
>
> Our OSGI application cannot be deployed on top of tomcat 9, because tomcat 9 
> exposes javax.servlet.xxx packages in V 4.0, and various bundles from cxf who 
> depends of javax.servlet exclude 4.0 from their osgi manifest.
> It seems Servlet 4.0 is already supported, so the simple fix for this only 
> seems to include servlet 4.0 in range of supported version ( ** [0,4.1) 
> instead of [0,4.0) in Import-Package)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CXF-7639) Support Servlet 4.0 API in OSGI manifest

2018-02-12 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CXF-7639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361257#comment-16361257
 ] 

ASF GitHub Bot commented on CXF-7639:
-

andymc12 commented on issue #380: [CXF-7639] Update dependency to servlet 4.0
URL: https://github.com/apache/cxf/pull/380#issuecomment-365023431
 
 
   There are two failures, but they definitely seem unrelated to the change in 
the OSGi export/import versions.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Support Servlet 4.0 API in OSGI manifest
> 
>
> Key: CXF-7639
> URL: https://issues.apache.org/jira/browse/CXF-7639
> Project: CXF
>  Issue Type: Bug
>  Components: OSGi
>Affects Versions: 3.2.2
>Reporter: Arnaud MERGEY
>Priority: Major
>
> Our OSGI application cannot be deployed on top of tomcat 9, because tomcat 9 
> exposes javax.servlet.xxx packages in V 4.0, and various bundles from cxf who 
> depends of javax.servlet exclude 4.0 from their osgi manifest.
> It seems Servlet 4.0 is already supported, so the simple fix for this only 
> seems to include servlet 4.0 in range of supported version ( ** [0,4.1) 
> instead of [0,4.0) in Import-Package)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CXF-7639) Support Servlet 4.0 API in OSGI manifest

2018-02-12 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CXF-7639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361258#comment-16361258
 ] 

ASF GitHub Bot commented on CXF-7639:
-

andymc12 closed pull request #380: [CXF-7639] Update dependency to servlet 4.0
URL: https://github.com/apache/cxf/pull/380
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/parent/pom.xml b/parent/pom.xml
index ea0e37a1c15..e1a04aa3dfd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -63,7 +63,7 @@
 [0.0,2)
 
[0.0,2)
 [0.0,2)
-
[0.0,4)
+
[0.0,4.1)
 [0.0,3)
 
 1.1.3


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Support Servlet 4.0 API in OSGI manifest
> 
>
> Key: CXF-7639
> URL: https://issues.apache.org/jira/browse/CXF-7639
> Project: CXF
>  Issue Type: Bug
>  Components: OSGi
>Affects Versions: 3.2.2
>Reporter: Arnaud MERGEY
>Priority: Major
>
> Our OSGI application cannot be deployed on top of tomcat 9, because tomcat 9 
> exposes javax.servlet.xxx packages in V 4.0, and various bundles from cxf who 
> depends of javax.servlet exclude 4.0 from their osgi manifest.
> It seems Servlet 4.0 is already supported, so the simple fix for this only 
> seems to include servlet 4.0 in range of supported version ( ** [0,4.1) 
> instead of [0,4.0) in Import-Package)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CXF-7639) Support Servlet 4.0 API in OSGI manifest

2018-02-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CXF-7639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16357853#comment-16357853
 ] 

ASF GitHub Bot commented on CXF-7639:
-

andymc12 opened a new pull request #380: [CXF-7639] Update dependency to 
servlet 4.0
URL: https://github.com/apache/cxf/pull/380
 
 
   Updating the Import-Package of javax.servlet.* packages to include 4.0.  
This is a small change, but is used in several modules.  I'm mainly looking for 
an automated build to confirm that this change doesn't break anything, but 
review/suggestions welcome.  Thanks!


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Support Servlet 4.0 API in OSGI manifest
> 
>
> Key: CXF-7639
> URL: https://issues.apache.org/jira/browse/CXF-7639
> Project: CXF
>  Issue Type: Bug
>  Components: OSGi
>Affects Versions: 3.2.2
>Reporter: Arnaud MERGEY
>Priority: Major
>
> Our OSGI application cannot be deployed on top of tomcat 9, because tomcat 9 
> exposes javax.servlet.xxx packages in V 4.0, and various bundles from cxf who 
> depends of javax.servlet exclude 4.0 from their osgi manifest.
> It seems Servlet 4.0 is already supported, so the simple fix for this only 
> seems to include servlet 4.0 in range of supported version ( ** [0,4.1) 
> instead of [0,4.0) in Import-Package)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)