[jboss-jira] [JBoss JIRA] Updated: (JBMESSAGING-1357) Remove third party dependencies into integration layer
Tim Fox (JIRA)
jira-events at lists.jboss.org
Sat Jun 7 15:58:48 EDT 2008
[ http://jira.jboss.com/jira/browse/JBMESSAGING-1357?page=all ]
Tim Fox updated JBMESSAGING-1357:
---------------------------------
Summary: Remove third party dependencies into integration layer (was: Remove dependency on org.jboss.logging classes)
Description:
Currently core classes depend on the following:
<path refid="jboss.common.classpath"/>
<path refid="apache.log4j.classpath"/>
<path refid="jboss.microcontainer.classpath"/>
<path refid="jboss.jbosssx.client.classpath"/>
<path refid="jboss.jboss.security.spi.classpath"/>
<path refid="jboss.jboss.jaspi.api.classpath"/>
<path refid="jgroups.jgroups.classpath"/>
<path refid="apache.mina.classpath"/>
The depencies should be moved out of core into an integration layer - core itself should have no such dependencies
was:
We shouldn't have any dependencies on org.jboss.logging classes or any logging library - log4j or slf4j.
Instead we should use JDK logging, and write JUL appenders which can redirect to log4j or ANOtherLoggingLibrary, but these are specified as run time config - no code dependencies.
> Remove third party dependencies into integration layer
> ------------------------------------------------------
>
> Key: JBMESSAGING-1357
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1357
> Project: JBoss Messaging
> Issue Type: Task
> Reporter: Tim Fox
> Assigned To: Tim Fox
> Fix For: 2.0.0 Beta
>
>
> Currently core classes depend on the following:
> <path refid="jboss.common.classpath"/>
> <path refid="apache.log4j.classpath"/>
> <path refid="jboss.microcontainer.classpath"/>
> <path refid="jboss.jbosssx.client.classpath"/>
> <path refid="jboss.jboss.security.spi.classpath"/>
> <path refid="jboss.jboss.jaspi.api.classpath"/>
> <path refid="jgroups.jgroups.classpath"/>
> <path refid="apache.mina.classpath"/>
> The depencies should be moved out of core into an integration layer - core itself should have no such dependencies
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list