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

Scott Marlow smarlow at redhat.com
Fri Nov 4 10:42:25 EDT 2011


Currently, in AS7, the AS7 "org.jboss.logging" module is used by the 
Hibernate (Core) module.  The "org.jboss.logging" module happens to be 
"3.1.0.Beta3".  I think that Hibernate (4.0.x) Core needs to stay in 
sync with the AS7 version of JBoss Logging.

https://github.com/jbossas/jboss-as/blob/master/build/src/main/resources/modules/org/hibernate/main/module.xml

I think that AS7 needs to stay in sync with what integrated projects are 
using (using the 3.1.0.* versions of JBoss logging for AS 7.1).


On 11/04/2011 07:30 AM, Emmanuel Bernard wrote:
> 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
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev




More information about the hibernate-dev mailing list