You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Eric Charles (JIRA)" <se...@james.apache.org> on 2010/09/24 16:27:34 UTC

[jira] Created: (JAMES-1050) Rename dnsserver project to dnsservice

Rename dnsserver project to dnsservice
--------------------------------------

                 Key: JAMES-1050
                 URL: https://issues.apache.org/jira/browse/JAMES-1050
             Project: JAMES Server
          Issue Type: Improvement
            Reporter: Eric Charles


Small naming change (dnsserver is not a DNS Server a all):
- dnsserver-api > dnsservice-api
- dnsserver > dnsservice-dnsjava

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Closed: (JAMES-1050) Rename dnsserver project to dnsservice

Posted by "Eric Charles (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Charles closed JAMES-1050.
-------------------------------

      Assignee: Eric Charles
    Resolution: Fixed

Fixed with http://svn.apache.org/viewvc?rev=1000904&view=rev
Can be closed.


> Rename dnsserver project to dnsservice
> --------------------------------------
>
>                 Key: JAMES-1050
>                 URL: https://issues.apache.org/jira/browse/JAMES-1050
>             Project: JAMES Server
>          Issue Type: Improvement
>            Reporter: Eric Charles
>            Assignee: Eric Charles
>
> Small naming change (dnsserver is not a DNS Server a all):
> - dnsserver-api > dnsservice-api
> - dnsserver > dnsservice-dnsjava

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Commented: (JAMES-1050) Rename dnsserver project to dnsservice

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
    [ https://issues.apache.org/jira/browse/JAMES-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12914793#action_12914793 ] 

Norman Maurer commented on JAMES-1050:
--------------------------------------

Why not move them to common-util?



> Rename dnsserver project to dnsservice
> --------------------------------------
>
>                 Key: JAMES-1050
>                 URL: https://issues.apache.org/jira/browse/JAMES-1050
>             Project: JAMES Server
>          Issue Type: Improvement
>            Reporter: Eric Charles
>            Assignee: Eric Charles
>
> Small naming change (dnsserver is not a DNS Server a all):
> - dnsserver-api > dnsservice-api
> - dnsserver > dnsservice-dnsjava

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (JAMES-1050) Rename dnsserver project to dnsservice

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved JAMES-1050.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0-M1

Was fixed by Eric before

> Rename dnsserver project to dnsservice
> --------------------------------------
>
>                 Key: JAMES-1050
>                 URL: https://issues.apache.org/jira/browse/JAMES-1050
>             Project: JAMES Server
>          Issue Type: Improvement
>            Reporter: Eric Charles
>            Assignee: Eric Charles
>             Fix For: 3.0-M1
>
>
> Small naming change (dnsserver is not a DNS Server a all):
> - dnsserver-api > dnsservice-api
> - dnsserver > dnsservice-dnsjava

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Commented: (JAMES-1050) Rename dnsserver project to dnsservice

Posted by "Eric Charles (JIRA)" <se...@james.apache.org>.
    [ https://issues.apache.org/jira/browse/JAMES-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12915311#action_12915311 ] 

Eric Charles commented on JAMES-1050:
-------------------------------------

Committed.

Finally, no new project for InetNetwork.

Current james 3.0 users should rename their dnsserver.xml to dnsservice.xml

There's also a DNSService interface in smtp-protocols.
I suppose it was for protocols projects not to depend on server projects?
But now, the dnsservcie-api is clearly separated, so does this duplicate need to stay, or could smtp-protocols depend on mailservice-api?


> Rename dnsserver project to dnsservice
> --------------------------------------
>
>                 Key: JAMES-1050
>                 URL: https://issues.apache.org/jira/browse/JAMES-1050
>             Project: JAMES Server
>          Issue Type: Improvement
>            Reporter: Eric Charles
>            Assignee: Eric Charles
>
> Small naming change (dnsserver is not a DNS Server a all):
> - dnsserver-api > dnsservice-api
> - dnsserver > dnsservice-dnsjava

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Commented: (JAMES-1050) Rename dnsserver project to dnsservice

Posted by "Eric Charles (JIRA)" <se...@james.apache.org>.
    [ https://issues.apache.org/jira/browse/JAMES-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12914799#action_12914799 ] 

Eric Charles commented on JAMES-1050:
-------------------------------------

Norman,
"move to common-util" : Are you talking about  all the dns classes or only NetMatcher/InetNetwork ?
If only NetMatcher/InetNetwork, I was thinking exactly the same for NetMatcher (to common-util).
Netmatcher is currently used in stmpserver (fastfail) and mailets projects and could be used by other, so common-util is the place to be.
I think the InetNetwork stuff (there's still some work for ip v6,...) merits its own project.
InetNetwork is really specific and could be donated to apache commons net project if they like it.


> Rename dnsserver project to dnsservice
> --------------------------------------
>
>                 Key: JAMES-1050
>                 URL: https://issues.apache.org/jira/browse/JAMES-1050
>             Project: JAMES Server
>          Issue Type: Improvement
>            Reporter: Eric Charles
>            Assignee: Eric Charles
>
> Small naming change (dnsserver is not a DNS Server a all):
> - dnsserver-api > dnsservice-api
> - dnsserver > dnsservice-dnsjava

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Reopened: (JAMES-1050) Rename dnsserver project to dnsservice

Posted by "Eric Charles (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Charles reopened JAMES-1050:
---------------------------------


Still:
- DNSServer classes to be renames
- interface for MBean to be move to dnsservice-api
- dnserver bean to be renamed
- new project for the NetMatcher and InetNetwork


> Rename dnsserver project to dnsservice
> --------------------------------------
>
>                 Key: JAMES-1050
>                 URL: https://issues.apache.org/jira/browse/JAMES-1050
>             Project: JAMES Server
>          Issue Type: Improvement
>            Reporter: Eric Charles
>            Assignee: Eric Charles
>
> Small naming change (dnsserver is not a DNS Server a all):
> - dnsserver-api > dnsservice-api
> - dnsserver > dnsservice-dnsjava

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Commented: (JAMES-1050) Rename dnsserver project to dnsservice

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
    [ https://issues.apache.org/jira/browse/JAMES-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12919817#action_12919817 ] 

Norman Maurer commented on JAMES-1050:
--------------------------------------

It need to stay

> Rename dnsserver project to dnsservice
> --------------------------------------
>
>                 Key: JAMES-1050
>                 URL: https://issues.apache.org/jira/browse/JAMES-1050
>             Project: JAMES Server
>          Issue Type: Improvement
>            Reporter: Eric Charles
>            Assignee: Eric Charles
>
> Small naming change (dnsserver is not a DNS Server a all):
> - dnsserver-api > dnsservice-api
> - dnsserver > dnsservice-dnsjava

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org