This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 12157306906b8daa33a868549c563949fc9bf0fd Merge: 904db98e2f 62022f04be Author: Guillaume Nodet <[email protected]> AuthorDate: Tue Mar 10 18:04:50 2026 +0100 Merge pull request #2355 from amarkevich/StringUtils_notEmpty replace StringUtils#notEmpty() with predicate (s -> !s.isEmpty()) core/src/main/java/org/apache/cxf/common/util/StringUtils.java | 7 ------- .../jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/JAXRSUtils.java | 2 +- .../java/org/apache/cxf/rs/security/oauth2/utils/OAuthUtils.java | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-)
