[jira] [Created] (CXF-8111) Run Jakarta RESTful Web Services 2.1 TCK

2019-09-07 Thread Dennis Kieselhorst (Jira)
Dennis Kieselhorst created CXF-8111:
---

 Summary: Run Jakarta RESTful Web Services 2.1 TCK
 Key: CXF-8111
 URL: https://issues.apache.org/jira/browse/CXF-8111
 Project: CXF
  Issue Type: Task
  Components: JAX-RS
Reporter: Dennis Kieselhorst


We should run the TCK 
[http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8/promoted/restful-ws-tck-2.1.0.zip]
 and ideally have a Jenkins job for it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Resolved] (CXF-8106) Update to Swagger Core 1.5.23 and 2.0.9

2019-09-07 Thread Andriy Redko (Jira)


 [ 
https://issues.apache.org/jira/browse/CXF-8106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andriy Redko resolved CXF-8106.
---
Resolution: Fixed

> Update to Swagger Core 1.5.23 and 2.0.9
> ---
>
> Key: CXF-8106
> URL: https://issues.apache.org/jira/browse/CXF-8106
> Project: CXF
>  Issue Type: Task
>Affects Versions: 3.3.3
>Reporter: Andriy Redko
>Assignee: Andriy Redko
>Priority: Major
> Fix For: 3.4.0, 3.3.4
>
>
> The latest versions of Swagger Core introduce new dependencies and fail our 
> OSGi deployments.
> Note: the ClassGraph library which Swagger Core is using since *2.0.7* is not 
> working well inside OSGi container, for example the package scanning does not 
> produce any results.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (CXF-8106) Update to Swagger Core 1.5.23 and 2.0.9

2019-09-07 Thread Andriy Redko (Jira)


 [ 
https://issues.apache.org/jira/browse/CXF-8106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andriy Redko updated CXF-8106:
--
Fix Version/s: 3.3.4

> Update to Swagger Core 1.5.23 and 2.0.9
> ---
>
> Key: CXF-8106
> URL: https://issues.apache.org/jira/browse/CXF-8106
> Project: CXF
>  Issue Type: Task
>Affects Versions: 3.3.3
>Reporter: Andriy Redko
>Assignee: Andriy Redko
>Priority: Major
> Fix For: 3.4.0, 3.3.4
>
>
> The latest versions of Swagger Core introduce new dependencies and fail our 
> OSGi deployments.
> Note: the ClassGraph library which Swagger Core is using since *2.0.7* is not 
> working well inside OSGi container, for example the package scanning does not 
> produce any results.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (CXF-8103) OpenApiFeature - cannot use useContextBasedConfig

2019-09-07 Thread Andriy Redko (Jira)


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

Andriy Redko commented on CXF-8103:
---

Hey [~kkurucz] , a bit more details popped up recently, so Swagger introduced 
the property which allows to specify scanner class, we've added the support for 
it in *OpenApiFeature* as well (*scannerClass* property). For your case, it 
would be (to use application-defined classes only):
{code:java}
feature.setScannerClass("io.swagger.v3.jaxrs2.integration.JaxrsApplicationScanner");{code}
The workaround with *resourcePackages*  would not be required anymore. With 
that, we may not need to wait for *2.0.10* to come out, and next CXF release 
train will bring these changes in. Thanks.

Best Regards,
    Andriy Redko

> OpenApiFeature - cannot use useContextBasedConfig
> -
>
> Key: CXF-8103
> URL: https://issues.apache.org/jira/browse/CXF-8103
> Project: CXF
>  Issue Type: Bug
>  Components: JAX-RS, Services
>Affects Versions: 3.3.3
>Reporter: Krisztian Kurucz
>Assignee: Andriy Redko
>Priority: Major
> Attachments: description_openapi_v3_spring_boot.7z
>
>
> In case of Using Multiple Server Endpoints all openapi.json will contain all 
> resource descriptions



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (CXF-8106) Update to Swagger Core 1.5.23 and 2.0.9

2019-09-07 Thread Andriy Redko (Jira)


 [ 
https://issues.apache.org/jira/browse/CXF-8106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andriy Redko updated CXF-8106:
--
Fix Version/s: 3.4.0

> Update to Swagger Core 1.5.23 and 2.0.9
> ---
>
> Key: CXF-8106
> URL: https://issues.apache.org/jira/browse/CXF-8106
> Project: CXF
>  Issue Type: Task
>Affects Versions: 3.3.3
>Reporter: Andriy Redko
>Assignee: Andriy Redko
>Priority: Major
> Fix For: 3.4.0
>
>
> The latest versions of Swagger Core introduce new dependencies and fail our 
> OSGi deployments.
> Note: the ClassGraph library which Swagger Core is using since *2.0.7* is not 
> working well inside OSGi container, for example the package scanning does not 
> produce any results.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (CXF-8106) Update to Swagger Core 1.5.23 and 2.0.9

2019-09-07 Thread Andriy Redko (Jira)


 [ 
https://issues.apache.org/jira/browse/CXF-8106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andriy Redko updated CXF-8106:
--
Description: 
The latest versions of Swagger Core introduce new dependencies and fail our 
OSGi deployments.

Note: the ClassGraph library which Swagger Core is using since *2.0.7* is not 
working well inside OSGi container, for example the package scanning does not 
produce any results.

  was:The latest versions of Swagger Core introduce new dependencies and fail 
our OSGi deployments.


> Update to Swagger Core 1.5.23 and 2.0.9
> ---
>
> Key: CXF-8106
> URL: https://issues.apache.org/jira/browse/CXF-8106
> Project: CXF
>  Issue Type: Task
>Affects Versions: 3.3.3
>Reporter: Andriy Redko
>Assignee: Andriy Redko
>Priority: Major
>
> The latest versions of Swagger Core introduce new dependencies and fail our 
> OSGi deployments.
> Note: the ClassGraph library which Swagger Core is using since *2.0.7* is not 
> working well inside OSGi container, for example the package scanning does not 
> produce any results.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Resolved] (CXF-8110) Update to Jakarta RESTful Web Services API 2.1.6

2019-09-07 Thread Dennis Kieselhorst (Jira)


 [ 
https://issues.apache.org/jira/browse/CXF-8110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Kieselhorst resolved CXF-8110.
-
Resolution: Fixed

> Update to Jakarta RESTful Web Services API 2.1.6
> 
>
> Key: CXF-8110
> URL: https://issues.apache.org/jira/browse/CXF-8110
> Project: CXF
>  Issue Type: Task
>  Components: JAX-RS
>Reporter: Dennis Kieselhorst
>Assignee: Dennis Kieselhorst
>Priority: Major
> Fix For: 3.4.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Assigned] (CXF-8110) Update to Jakarta RESTful Web Services API 2.1.6

2019-09-07 Thread Dennis Kieselhorst (Jira)


 [ 
https://issues.apache.org/jira/browse/CXF-8110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Kieselhorst reassigned CXF-8110:
---

Assignee: Dennis Kieselhorst

> Update to Jakarta RESTful Web Services API 2.1.6
> 
>
> Key: CXF-8110
> URL: https://issues.apache.org/jira/browse/CXF-8110
> Project: CXF
>  Issue Type: Task
>  Components: JAX-RS
>Reporter: Dennis Kieselhorst
>Assignee: Dennis Kieselhorst
>Priority: Major
> Fix For: 3.4.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Created] (CXF-8110) Update to Jakarta RESTful Web Services API 2.1.6

2019-09-07 Thread Dennis Kieselhorst (Jira)
Dennis Kieselhorst created CXF-8110:
---

 Summary: Update to Jakarta RESTful Web Services API 2.1.6
 Key: CXF-8110
 URL: https://issues.apache.org/jira/browse/CXF-8110
 Project: CXF
  Issue Type: Task
  Components: JAX-RS
Reporter: Dennis Kieselhorst
 Fix For: 3.4.0






--
This message was sent by Atlassian Jira
(v8.3.2#803003)