You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/09/10 03:17:46 UTC

[jira] [Commented] (CURATOR-261) ZooKeeper 3.5.x has enough APIs so that Javassist can be removed

    [ https://issues.apache.org/jira/browse/CURATOR-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14737946#comment-14737946 ] 

ASF GitHub Bot commented on CURATOR-261:
----------------------------------------

GitHub user Randgalt opened a pull request:

    https://github.com/apache/curator/pull/104

    [CURATOR-261] Removed usages of Javaassist

    Removed usages of Javaassist and simplified how the in-memory ZK server is created and run. Tests should be more reliable and the testing server should respond faster

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

    $ git pull https://github.com/apache/curator CURATOR-261

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

    https://github.com/apache/curator/pull/104.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 #104
    
----
commit 911f02b15e9585e893bdd2c9bdd860fbf85bba4c
Author: randgalt <ra...@apache.org>
Date:   2015-09-10T01:13:56Z

    Removed usages of Javaassist and simplified how the in-memory ZK server is created and run. Tests should be more reliable and the testing server should respond faster

----


> ZooKeeper 3.5.x has enough APIs so that Javassist can be removed
> ----------------------------------------------------------------
>
>                 Key: CURATOR-261
>                 URL: https://issues.apache.org/jira/browse/CURATOR-261
>             Project: Apache Curator
>          Issue Type: Improvement
>          Components: Tests
>    Affects Versions: 2.8.0
>            Reporter: Jordan Zimmerman
>            Assignee: Jordan Zimmerman
>            Priority: Minor
>             Fix For: 3.0.0
>
>
> The test module has used Javassist to fix unit-test-incompatible portions of ZK server. With ZK 3.5.x it's possible to eliminate this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)