Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-430

Decide on a common use of logging framework

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Obsolete
    • Major
    • 2.0.0.CR1
    • None
    • None
    • None

    Description

      I suggest to use

       
              <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

      Attachments

        Activity

          People

            Unassigned Unassigned
            tdiesler@redhat.com Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: