This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from bcd688aeb3 Bump org.apache.maven.plugins:maven-resources-plugin from
3.4.0 to 3.5.0 (#2936)
new fbb4795dcd replace StringUtils#notEmpty() with predicate (s ->
!s.isEmpty())
new 7b1b85d0fe Fix resource leaks in PlugInClassLoader and RMTxStore
(#2943)
new c9fbf57e69 Rename misleading parameter names in MaskSensitiveHelper
(#2942)
The 3 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:
core/src/main/java/org/apache/cxf/common/util/StringUtils.java | 7 -------
.../org/apache/cxf/jca/core/classloader/PlugInClassLoader.java | 4 +++-
.../main/java/org/apache/cxf/ext/logging/MaskSensitiveHelper.java | 8 ++++----
.../src/main/java/org/apache/cxf/jaxrs/utils/JAXRSUtils.java | 2 +-
.../java/org/apache/cxf/rs/security/oauth2/utils/OAuthUtils.java | 2 +-
.../java/org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.java | 7 ++++---
6 files changed, 13 insertions(+), 17 deletions(-)