[ https://issues.apache.org/jira/browse/CXF-9085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Freeman Yue Fang updated CXF-9085: ---------------------------------- Component/s: JAX-WS Runtime > 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 > Priority: Trivial > Labels: pull-request-available > > 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)