[hibernate-dev] Which JBoss Logging version to use in AS and Hibernate Core

Emmanuel Bernard emmanuel at hibernate.org
Fri Nov 4 07:30:54 EDT 2011


JBoss AS 7.1 is targeted to use JBoss Logging 3.0.1 AFAIK.
Hibernate Core 4.0 right now is using JBoss Logging 3.1.0.Beta3

        // logging
        logging:        'org.jboss.logging:jboss-logging:3.1.0.Beta3',
        logging_generator:  'org.jboss.logging:jboss-logging-generator:1.0.0.CR3',
        logging_processor:  'org.jboss.logging:jboss-logging-processor:1.0.0.CR3',

So which one we should go to? Once we have decided, I will align Search, OGM and Commons Annotations.

Emmanuel



More information about the hibernate-dev mailing list