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

Durgesh Pachghare updated CXF-8649:
-----------------------------------
    Description: 
When the BeanParam annotation is used, this line of code gets executed:

[https://github.com/apache/cxf/blob/02403c59b767a985454856e31166d960bd78f0fa/rt/rs/description-swagger/src/main/java/org/apache/cxf/jaxrs/swagger/JaxRs2Extension.java#L102]

 

The function is removed in: 
[https://github.com/FasterXML/jackson-databind/commit/4619891b0941f956f44baddf1a42ea0b10db293f]

 

Though the pom.xml contains 2.13.1 for Jackson-databind 
[https://github.com/apache/cxf/blob/b176e8e4a5a6bb6097c4e399ee0fa843f81e4b32/parent/pom.xml#L131]

 

Those deprecated function calls need to be replaced with new ones.

  was:
When the BeanParam annotation is used, this line of code gets executed:

[https://github.com/apache/cxf/blob/02403c59b767a985454856e31166d960bd78f0fa/rt/rs/description-swagger/src/main/java/org/apache/cxf/jaxrs/swagger/JaxRs2Extension.java#L102]

 

The function is removed in: 
[https://github.com/FasterXML/jackson-databind/commit/4619891b0941f956f44baddf1a42ea0b10db293f]

 

Though the pom.xml contains 2.13.1 for Jackson-databind 
[https://github.com/apache/cxf/blob/b176e8e4a5a6bb6097c4e399ee0fa843f81e4b32/parent/pom.xml#L131]


> Deprecated method in jackson-databind still being used even after updating 
> version
> ----------------------------------------------------------------------------------
>
>                 Key: CXF-8649
>                 URL: https://issues.apache.org/jira/browse/CXF-8649
>             Project: CXF
>          Issue Type: Bug
>          Components: JAXB Databinding
>    Affects Versions: 3.4.5
>            Reporter: Durgesh Pachghare
>            Priority: Blocker
>
> When the BeanParam annotation is used, this line of code gets executed:
> [https://github.com/apache/cxf/blob/02403c59b767a985454856e31166d960bd78f0fa/rt/rs/description-swagger/src/main/java/org/apache/cxf/jaxrs/swagger/JaxRs2Extension.java#L102]
>  
> The function is removed in: 
> [https://github.com/FasterXML/jackson-databind/commit/4619891b0941f956f44baddf1a42ea0b10db293f]
>  
> Though the pom.xml contains 2.13.1 for Jackson-databind 
> [https://github.com/apache/cxf/blob/b176e8e4a5a6bb6097c4e399ee0fa843f81e4b32/parent/pom.xml#L131]
>  
> Those deprecated function calls need to be replaced with new ones.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to