[arquillian-issues] [JBoss JIRA] Commented: (ARQ-430) Decide on a common use of logging framework

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Thu Apr 28 07:49:18 EDT 2011


    [ https://issues.jboss.org/browse/ARQ-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598720#comment-12598720 ] 

Aslak Knutsen commented on ARQ-430:
-----------------------------------

Common logging framework for Arq is JUL. 

We don't need the extra dependencies that most likely will cause runtime problems in multiple environments.

> Decide on a common use of logging framework
> -------------------------------------------
>
>                 Key: ARQ-430
>                 URL: https://issues.jboss.org/browse/ARQ-430
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>            Reporter: Thomas Diesler
>             Fix For: 1.0.0.Beta1
>
>
> I suggest to 
>         <version.jboss_logging>3.0.0.Beta4</version.jboss_logging>
>         <version.jboss_logmanager>1.2.0.CR8</version.jboss_logmanager>
>             <dependency>
>               <groupId>org.jboss.logging</groupId>
>               <artifactId>jboss-logging</artifactId>
>               <version>${version.jboss_logging}</version>
>             </dependency>
>             <dependency>
>                 <groupId>org.jboss.logmanager</groupId>
>                 <artifactId>jboss-logmanager</artifactId>
>                 <version>${version.jboss_logmanager}</version>
>             </dependency>
> in core build/pom.xml
> All dependent modules can use the same logging framework as AS7 by default 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list