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

Freeman Yue Fang commented on CXF-9085:
---------------------------------------

Patch applied on behalf of [~riggs] with thanks!

> Replace use of Google Guava with JDK API
> ----------------------------------------
>
>                 Key: CXF-9085
>                 URL: https://issues.apache.org/jira/browse/CXF-9085
>             Project: CXF
>          Issue Type: Improvement
>          Components: Build system, JAX-WS Runtime
>    Affects Versions: 4.0.5
>            Reporter: Thomas
>            Assignee: Freeman Yue Fang
>            Priority: Trivial
>              Labels: pull-request-available
>             Fix For: 4.1.0, 4.0.6
>
>
> I noticed the only use of the [Google Guava|https://github.com/google/guava] 
> dependency in the CXF code base seems to be in this test class 
> [https://github.com/apache/cxf/blob/main/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/ClientServerTest.java]
> (I searched via Github in the repository for "import com.google".)
> Since the current cxf codebase (version 4.0.5) uses Java 17 it is possible to 
> replace the use of the Guava class (`Files`) with standard JDK functionality 
> and therefore (maybe?) remove the whole Guava dependency.
> See my PR: [https://github.com/apache/cxf/pull/2160]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to