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 "Norman Maurer (Created) (JIRA)" <ji...@apache.org> on 2011/12/24 12:24:30 UTC

[jira] [Created] (PROTOCOLS-76) Remove dependency on slf4j

Remove dependency on slf4j
--------------------------

                 Key: PROTOCOLS-76
                 URL: https://issues.apache.org/jira/browse/PROTOCOLS-76
             Project: JAMES Protocols
          Issue Type: Task
          Components: api
    Affects Versions: 1.6.0-RC1
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 1.6.0


We should remove the dependency on slf4j as a no-dependency api is kind of sexy. We should just use our own Logger interface and then provide an adapter in the netty module

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Resolved] (PROTOCOLS-76) Remove dependency on slf4j

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

Norman Maurer resolved PROTOCOLS-76.
------------------------------------

    Resolution: Fixed

done
                
> Remove dependency on slf4j
> --------------------------
>
>                 Key: PROTOCOLS-76
>                 URL: https://issues.apache.org/jira/browse/PROTOCOLS-76
>             Project: JAMES Protocols
>          Issue Type: Task
>          Components: api
>    Affects Versions: 1.6.0-RC1
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 1.6.0
>
>
> We should remove the dependency on slf4j as a no-dependency api is kind of sexy. We should just use our own Logger interface and then provide an adapter in the netty module

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (PROTOCOLS-76) Remove dependency on slf4j

Posted by "Eric Charles (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PROTOCOLS-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176129#comment-13176129 ] 

Eric Charles commented on PROTOCOLS-76:
---------------------------------------

Hi,

I just tried to use 1.6.0-RC2-SNAPSHOT in server (among others, the pop3server). Some classes/constructors have changed.
Example: POP3Protocol now takes a java.util.Logger, and the POP3Server.getLogger() is org.slf4j.Logger.
Should we align all the depending projects to java.util.Logger?
Thx,
Eric
                
> Remove dependency on slf4j
> --------------------------
>
>                 Key: PROTOCOLS-76
>                 URL: https://issues.apache.org/jira/browse/PROTOCOLS-76
>             Project: JAMES Protocols
>          Issue Type: Task
>          Components: api
>    Affects Versions: 1.6.0-RC1
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 1.6.0
>
>
> We should remove the dependency on slf4j as a no-dependency api is kind of sexy. We should just use our own Logger interface and then provide an adapter in the netty module

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (PROTOCOLS-76) Remove dependency on slf4j

Posted by "Norman Maurer (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PROTOCOLS-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176210#comment-13176210 ] 

Norman Maurer commented on PROTOCOLS-76:
----------------------------------------

I need to adjust server code to use PROTOCOLS 1.6.0-RC1. I will do this later.

The problem with java.util.Logger is that it suxx in so many ways :(

                
> Remove dependency on slf4j
> --------------------------
>
>                 Key: PROTOCOLS-76
>                 URL: https://issues.apache.org/jira/browse/PROTOCOLS-76
>             Project: JAMES Protocols
>          Issue Type: Task
>          Components: api
>    Affects Versions: 1.6.0-RC1
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 1.6.0
>
>
> We should remove the dependency on slf4j as a no-dependency api is kind of sexy. We should just use our own Logger interface and then provide an adapter in the netty module

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Closed] (PROTOCOLS-76) Remove dependency on slf4j

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

Eric Charles closed PROTOCOLS-76.
---------------------------------


Implemented with slf4j optional in protocols-api. Can be closed.
                
> Remove dependency on slf4j
> --------------------------
>
>                 Key: PROTOCOLS-76
>                 URL: https://issues.apache.org/jira/browse/PROTOCOLS-76
>             Project: JAMES Protocols
>          Issue Type: Task
>          Components: api
>    Affects Versions: 1.6.0-RC1
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 1.6.0
>
>
> We should remove the dependency on slf4j as a no-dependency api is kind of sexy. We should just use our own Logger interface and then provide an adapter in the netty module

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (PROTOCOLS-76) Remove dependency on slf4j

Posted by "Ceki Gulcu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PROTOCOLS-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175784#comment-13175784 ] 

Ceki Gulcu commented on PROTOCOLS-76:
-------------------------------------

You might reconsider your decision after reading http://slf4j.org/faq.html#optional_dependency 

                
> Remove dependency on slf4j
> --------------------------
>
>                 Key: PROTOCOLS-76
>                 URL: https://issues.apache.org/jira/browse/PROTOCOLS-76
>             Project: JAMES Protocols
>          Issue Type: Task
>          Components: api
>    Affects Versions: 1.6.0-RC1
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 1.6.0
>
>
> We should remove the dependency on slf4j as a no-dependency api is kind of sexy. We should just use our own Logger interface and then provide an adapter in the netty module

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (PROTOCOLS-76) Remove dependency on slf4j

Posted by "Norman Maurer (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PROTOCOLS-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175810#comment-13175810 ] 

Norman Maurer commented on PROTOCOLS-76:
----------------------------------------

I know this section but I don't agree ;) In our implementation (james-server) we will still use slf4j and so provide the "adapter" class.
                
> Remove dependency on slf4j
> --------------------------
>
>                 Key: PROTOCOLS-76
>                 URL: https://issues.apache.org/jira/browse/PROTOCOLS-76
>             Project: JAMES Protocols
>          Issue Type: Task
>          Components: api
>    Affects Versions: 1.6.0-RC1
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 1.6.0
>
>
> We should remove the dependency on slf4j as a no-dependency api is kind of sexy. We should just use our own Logger interface and then provide an adapter in the netty module

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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