[
https://issues.jboss.org/browse/ARQ-430?page=com.atlassian.jira.plugin.sy...
]
Thomas Diesler updated ARQ-430:
-------------------------------
Description:
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
was:
I suggest to
{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
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 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