This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from c8683be Simplify FileUtils.readLines
new 33c46b8 Refactor FileUtils to use a suffix instead of a reg ex
new 57025af Make StringUtils.getFirstFound more efficient
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/cxf/common/util/StringUtils.java | 22 +++-------
.../java/org/apache/cxf/helpers/FileUtils.java | 47 +++++++++++---------
.../apache/cxf/common/util/StringUtilsTest.java | 8 ++--
.../java/org/apache/cxf/helpers/FileUtilsTest.java | 17 ++++++++
.../cxf/endpoint/dynamic/DynamicClientFactory.java | 2 +-
.../org/apache/cxf/tools/common/ClassUtils.java | 6 +--
.../cxf/tools/wadlto/jaxrs/JAXRSContainerTest.java | 50 +++++++++++-----------
.../cxf/tools/wadlto/jaxrs/WADLToJavaTest.java | 2 +-
8 files changed, 82 insertions(+), 72 deletions(-)