You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2012/11/02 15:59:11 UTC

[jira] [Created] (DOSGI-138) Refactoring of discovery distributed

Christian Schneider created DOSGI-138:
-----------------------------------------

             Summary: Refactoring of discovery distributed
                 Key: DOSGI-138
                 URL: https://issues.apache.org/jira/browse/DOSGI-138
             Project: CXF Distributed OSGi
          Issue Type: Improvement
          Components: Discovery
    Affects Versions: 1.3.1
            Reporter: Christian Schneider
            Assignee: Christian Schneider
             Fix For: 1.4


The discovery impl currently has a lot of dependency cycles and is quite difficult to understand.

I prepared a refactoring that removes the cycles and should make the code a lot more readable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (DOSGI-138) Refactoring of discovery distributed

Posted by "Christian Schneider (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DOSGI-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider updated DOSGI-138:
--------------------------------------

    Attachment: org.apache.cxf.dosgi.discovery.zookeeper_after.png
    
> Refactoring of discovery distributed
> ------------------------------------
>
>                 Key: DOSGI-138
>                 URL: https://issues.apache.org/jira/browse/DOSGI-138
>             Project: CXF Distributed OSGi
>          Issue Type: Improvement
>          Components: Discovery
>    Affects Versions: 1.3.1
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 1.4
>
>         Attachments: org.apache.cxf.dosgi.discovery.zookeeper-1.3.1.png, org.apache.cxf.dosgi.discovery.zookeeper_after.png
>
>
> The discovery impl currently has a lot of dependency cycles and is quite difficult to understand.
> I prepared a refactoring that removes the cycles and should make the code a lot more readable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (DOSGI-138) Refactoring of discovery distributed

Posted by "Christian Schneider (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DOSGI-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider updated DOSGI-138:
--------------------------------------

    Attachment:     (was: org.apache.cxf.dosgi.topologymanager-after.png)
    
> Refactoring of discovery distributed
> ------------------------------------
>
>                 Key: DOSGI-138
>                 URL: https://issues.apache.org/jira/browse/DOSGI-138
>             Project: CXF Distributed OSGi
>          Issue Type: Improvement
>          Components: Discovery
>    Affects Versions: 1.3.1
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 1.4
>
>         Attachments: org.apache.cxf.dosgi.discovery.zookeeper-1.3.1.png, org.apache.cxf.dosgi.discovery.zookeeper_after.png
>
>
> The discovery impl currently has a lot of dependency cycles and is quite difficult to understand.
> I prepared a refactoring that removes the cycles and should make the code a lot more readable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (DOSGI-138) Refactoring of discovery distributed

Posted by "Christian Schneider (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DOSGI-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider updated DOSGI-138:
--------------------------------------

    Attachment: org.apache.cxf.dosgi.topologymanager-after.png
                org.apache.cxf.dosgi.discovery.zookeeper-1.3.1.png

Added structure 101 diagrams of the code dependencies before and after the change

                
> Refactoring of discovery distributed
> ------------------------------------
>
>                 Key: DOSGI-138
>                 URL: https://issues.apache.org/jira/browse/DOSGI-138
>             Project: CXF Distributed OSGi
>          Issue Type: Improvement
>          Components: Discovery
>    Affects Versions: 1.3.1
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 1.4
>
>         Attachments: org.apache.cxf.dosgi.discovery.zookeeper-1.3.1.png, org.apache.cxf.dosgi.discovery.zookeeper_after.png
>
>
> The discovery impl currently has a lot of dependency cycles and is quite difficult to understand.
> I prepared a refactoring that removes the cycles and should make the code a lot more readable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (DOSGI-138) Refactoring of discovery distributed

Posted by "Christian Schneider (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DOSGI-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider resolved DOSGI-138.
---------------------------------------

    Resolution: Fixed

Also fixed the two other issues named in the commit.

1404989 02.11.2012 16:02:01, by cschneider
DOSGI-138 DOSGI-123 DOSGI-70 Refactoring of discovery, added reconnect and republishing after connection loss to zookeeper
M /cxf/dosgi/trunk/discovery/distributed/cxf-discovery/src/main/java/org/apache/cxf/dosgi/discovery/zookeeper/Activator.java
D /cxf/dosgi/trunk/discovery/distributed/cxf-discovery/src/main/java/org/apache/cxf/dosgi/discovery/zookeeper/DataMonitorListener.java
D /cxf/dosgi/trunk/discovery/distributed/cxf-discovery/src/main/java/org/apache/cxf/dosgi/discovery/zookeeper/EndpointListenerFactory.java
D /cxf/dosgi/trunk/discovery/distributed/cxf-discovery/src/main/java/org/apache/cxf/dosgi/discovery/zookeeper/EndpointListenerImpl.java
M /cxf/dosgi/trunk/discovery/distributed/cxf-discovery/src/main/java/org/apache/cxf/dosgi/discovery/zookeeper/EndpointListenerTrackerCustomizer.java
D /cxf/dosgi/trunk/discovery/distributed/cxf-discovery/src/main/java/org/apache/cxf/dosgi/discovery/zookeeper/InterfaceDataMonitorListenerImpl.java
M /cxf/dosgi/trunk/discovery/distributed/cxf-discovery/src/main/java/org/apache/cxf/dosgi/discovery/zookeeper/InterfaceMonitor.java
A /cxf/dosgi/trunk/discovery/distributed/cxf-discovery/src/main/java/org/apache/cxf/dosgi/discovery/zookeeper/InterfaceMonitorManager.java
A /cxf/dosgi/trunk/discovery/distributed/cxf-discovery/src/main/java/org/apache/cxf/dosgi/discovery/zookeeper/PublishingEndpointListener.java
A /cxf/dosgi/trunk/discovery/distributed/cxf-discovery/src/main/java/org/apache/cxf/dosgi/discovery/zookeeper/PublishingEndpointListenerFactory.java
And 9 more 
                
> Refactoring of discovery distributed
> ------------------------------------
>
>                 Key: DOSGI-138
>                 URL: https://issues.apache.org/jira/browse/DOSGI-138
>             Project: CXF Distributed OSGi
>          Issue Type: Improvement
>          Components: Discovery
>    Affects Versions: 1.3.1
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 1.4
>
>         Attachments: org.apache.cxf.dosgi.discovery.zookeeper-1.3.1.png, org.apache.cxf.dosgi.discovery.zookeeper_after.png
>
>
> The discovery impl currently has a lot of dependency cycles and is quite difficult to understand.
> I prepared a refactoring that removes the cycles and should make the code a lot more readable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira