You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2021/04/04 08:12:50 UTC

[directory-ldap-api] branch master updated (607e52b -> 275b983)

This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git.


    from 607e52b  Add tests for DIRSTUDIO-1078/DIRAPI-365: unable to use # pound hash sign in LDAP filters
     add c5acb33  DIRAPI-368, DIRSERVER-2340: Fix StackOverflowError
     add 286524c  Make reverse() more efficient, fix checkstyle, add test
     new 275b983  Merge pull request #16 from apache/DIRAPI-368-fix-stackoverflow

The 1 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:
 .../api/ldap/codec/factory/AddRequestFactory.java  | 17 ++++-----
 .../ldap/codec/factory/ModifyRequestFactory.java   | 17 ++++-----
 .../codec/factory/SearchResultEntryFactory.java    | 20 +++++------
 .../api/ldap/codec/add/AddRequestTest.java         | 39 +++++++++++++++++++++
 .../api/ldap/codec/modify/ModifyRequestTest.java   | 39 +++++++++++++++++++++
 .../ldap/codec/search/SearchResultEntryTest.java   | 40 +++++++++++++++++++++-
 .../util/{TimeZones.java => CollectionUtils.java}  | 20 +++++++----
 .../directory/api/util/CollectionUtilsTest.java    | 34 +++++++++++++-----
 8 files changed, 179 insertions(+), 47 deletions(-)
 copy util/src/main/java/org/apache/directory/api/util/{TimeZones.java => CollectionUtils.java} (69%)
 copy ldap/client/api/src/test/java/org/apache/directory/ldap/client/api/search/AttributeDescriptionFilterTest.java => util/src/test/java/org/apache/directory/api/util/CollectionUtilsTest.java (58%)
 mode change 100755 => 100644

[directory-ldap-api] 01/01: Merge pull request #16 from apache/DIRAPI-368-fix-stackoverflow

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git

commit 275b9830b8b974dc19fb3b8d38c68061211fb5f7
Merge: 607e52b 286524c
Author: Emmanuel Lécharny <el...@apache.org>
AuthorDate: Sun Apr 4 10:12:42 2021 +0200

    Merge pull request #16 from apache/DIRAPI-368-fix-stackoverflow
    
    DIRAPI-368, DIRSERVER-2340: Fix StackOverflowError

 .../api/ldap/codec/factory/AddRequestFactory.java  | 17 +++----
 .../ldap/codec/factory/ModifyRequestFactory.java   | 17 +++----
 .../codec/factory/SearchResultEntryFactory.java    | 20 ++++----
 .../api/ldap/codec/add/AddRequestTest.java         | 39 ++++++++++++++
 .../api/ldap/codec/modify/ModifyRequestTest.java   | 39 ++++++++++++++
 .../ldap/codec/search/SearchResultEntryTest.java   | 40 ++++++++++++++-
 .../apache/directory/api/util/CollectionUtils.java | 48 ++++++++++++++++++
 .../directory/api/util/CollectionUtilsTest.java    | 59 ++++++++++++++++++++++
 8 files changed, 247 insertions(+), 32 deletions(-)