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

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Mon May 9 08:20:22 EDT 2011


     [ https://issues.jboss.org/browse/ARQ-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aslak Knutsen updated ARQ-430:
------------------------------

    Fix Version/s: 1.1.0.CR1
                       (was: 1.0.0.Beta1)


> 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.1.0.CR1
>
>
> I suggest to use
> {noformat} 
>         <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>
> {noformat} 
> 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