This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from 14a8ee4 Recording .gitmergeinfo Changes
new d1ba0e2 CXF-8043 - XKMS LdapCertificateRepo searching using DN
doesn't work
new d2e8d9c Recording .gitmergeinfo Changes
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:
.gitmergeinfo | 1 +
.../xkms/x509/repo/ldap/LdapCertificateRepo.java | 26 ++--
.../x509/repo/ldap/LDAPCertificateRepoTest.java | 150 --------------------
.../cxf/xkms/x509/repo/ldap/LDAPSearchTest.java | 51 -------
systests/ldap/pom.xml | 6 +
.../systest/ldap/xkms/LDAPCertificateRepoTest.java | 151 +++++++++++++++++++++
systests/ldap/src/test/resources/ldap.ldif | 5 +
.../org/apache/cxf/systest/ldap/xkms}/cert1.cer | 0
8 files changed, 178 insertions(+), 212 deletions(-)
delete mode 100644
services/xkms/xkms-x509-repo-ldap/src/test/java/org/apache/cxf/xkms/x509/repo/ldap/LDAPCertificateRepoTest.java
delete mode 100644
services/xkms/xkms-x509-repo-ldap/src/test/java/org/apache/cxf/xkms/x509/repo/ldap/LDAPSearchTest.java
create mode 100644
systests/ldap/src/test/java/org/apache/cxf/systest/ldap/xkms/LDAPCertificateRepoTest.java
rename {services/xkms/xkms-x509-repo-ldap/src/test/resources =>
systests/ldap/src/test/resources/org/apache/cxf/systest/ldap/xkms}/cert1.cer
(100%)