You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by seelmann <gi...@git.apache.org> on 2018/12/27 12:34:34 UTC

[GitHub] directory-studio pull request #21: Remove JNDI provider and JNDI layer

GitHub user seelmann opened a pull request:

    https://github.com/apache/directory-studio/pull/21

    Remove JNDI provider and JNDI layer

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/directory-studio remove-jndi-provider-and-jndi-layer

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/directory-studio/pull/21.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #21
    
----
commit 66c9dd83a0763fd736c6d2ac2d4c00276bba6a80
Author: Stefan Seelmann <ma...@...>
Date:   2018-11-22T21:37:33Z

    Delete JNDI connection provider and provider selection from UI

commit eca56c33bddf424a5e780329c809a49a44247c3c
Author: Stefan Seelmann <ma...@...>
Date:   2018-11-24T08:35:44Z

    Migrate createEntry to LDAP API

commit 262aff79ac4218943fb8c15a2f58041cf473cba9
Author: Stefan Seelmann <ma...@...>
Date:   2018-11-24T13:55:06Z

    Migrate deleteEntry to LDAP API

commit 0b7c74154400ec4a8ef8c153b3d13b799599978c
Author: Stefan Seelmann <ma...@...>
Date:   2018-11-24T16:53:09Z

    Migrate renameEntry to LDAP API

commit aa3380319feccef2ea81b704d63ae4e7259b3031
Author: Stefan Seelmann <ma...@...>
Date:   2018-11-24T17:48:11Z

    Verify not remaining jobs running after test

commit 95f1339b87e0daee13e1d7404c82c2acf1b453e8
Author: Stefan Seelmann <ma...@...>
Date:   2018-11-24T21:55:07Z

    Migrate modifyEntry to LDAP API

commit b109eed14a20fa41462983cecdbe1e6ef4915b2b
Author: Stefan Seelmann <ma...@...>
Date:   2018-11-25T13:51:03Z

    Migrate search results to LDAP API

commit a4347ea547d99ae949f6bb79f811997b2c04410a
Author: Stefan Seelmann <ma...@...>
Date:   2018-11-25T14:03:41Z

    Relax check for open connections after test

commit 218926661d2d2938e0578d266e8e9bf175727b98
Author: Stefan Seelmann <ma...@...>
Date:   2018-11-25T19:07:15Z

    Remove NamingEnumeration interface

commit 7d2f05d2024be1c3b27ae84bd46bf51b54acdf5f
Author: Stefan Seelmann <ma...@...>
Date:   2018-11-25T20:00:56Z

    Make entry schema aware

commit 16610f063ed2e1f12e61684f04667a01087220b4
Author: Stefan Seelmann <ma...@...>
Date:   2018-11-25T21:42:23Z

    Remove class hierarchy

commit 255e722c46050736e4cbd7f42125658dfc711cde
Author: Stefan Seelmann <ma...@...>
Date:   2018-11-26T22:13:10Z

    Migrate JNDI exceptions

commit 9236f860695e4ec197b3812615b96b0686a6d670
Author: Stefan Seelmann <ma...@...>
Date:   2018-11-27T22:46:43Z

    Migrate more usages of JNDI to LDAP API. Also fixes DIRSTUDIO-1160.

commit 557c14f49faefd80bb3053ed069b5746b953d1df
Author: Stefan Seelmann <ma...@...>
Date:   2018-11-29T19:57:54Z

    Add tests: LDIF with changetypes, use unicode characters.

commit a1a1758399ee77219ca10a89699b6cc2452f90a7
Author: Stefan Seelmann <ma...@...>
Date:   2018-12-02T09:19:50Z

    Fix copy entry and add tests

commit c6bbf6514b498657ecf8204688945b0d25be1bc6
Author: Stefan Seelmann <ma...@...>
Date:   2018-12-20T06:48:09Z

    DIRSTUDIO-1205: Improve TLS handshake error handling
    
    * Switch to master version of LDAP API and server and fix changes in controls
    * Add test for small key size error handling

commit 0b082bc11b482dee0d7dbfd97836ed0741560d7e
Author: Stefan Seelmann <ma...@...>
Date:   2018-12-23T14:24:07Z

    GTK flag no longer needed

commit b7a6f37e6a30751ec3179361a5092eb65d1a3b38
Author: Stefan Seelmann <ma...@...>
Date:   2018-12-25T11:58:44Z

    Switch to common lang3 and collections4

commit 6eb79a9caf44a8ce2f01d20431d0e716ea5cfa2d
Author: Stefan Seelmann <ma...@...>
Date:   2018-12-25T18:00:06Z

    Fix schema load from ApacheDS and add more schema editor tests

commit e6a91a98061117c290f46b961f3b2a67f906090b
Author: Stefan Seelmann <ma...@...>
Date:   2018-12-25T18:45:37Z

    Remove sysout

commit 5bbcbc8486c2cb34f42d235b2f72e6dceecca79a
Author: Stefan Seelmann <ma...@...>
Date:   2018-12-27T00:26:26Z

    Improve certificate validation, reuse classifier from LDAP API. Speed up tests.

commit a14b84e88dff53e4ee56bce988f1a73cdd13ea6e
Author: Stefan Seelmann <ma...@...>
Date:   2018-12-27T08:36:46Z

    Add missing license headers

commit ac41bcc061c333e105ed55c6b7e89055a5cd342f
Author: Stefan Seelmann <ma...@...>
Date:   2018-12-27T11:57:47Z

    Fix flaky test

----


---