HHH-9647 Update jboss logging to 3.2.1.Final

When using Hibernate 4 with Log4J2, all messages are printed on CONSOLE instead of using Log4J2.
Upgrading the `pom.xml` with:

```xml
<dependency>
    <groupId>org.jboss.logging</groupId>
    <artifactId>jboss-logging</artifactId>
    <version>3.2.1.Final</version>
</dependency>
```

Fixes the issue. See [JBLOGGING-107](https://issues.jboss.org/browse/JBLOGGING-107). It worths upgrading Hibernate to depend on 3.2.0 (minimum) or 3.2.1 (latest).
This commit is contained in:
David Pilato 2015-03-05 13:44:00 +01:00 committed by Brett Meyer
parent 63ae6dec38
commit 657bf6f59b
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ ext {
jacc: 'org.jboss.spec.javax.security.jacc:jboss-jacc-api_1.4_spec:1.0.2.Final',
// logging
logging: 'org.jboss.logging:jboss-logging:3.1.3.GA',
logging: 'org.jboss.logging:jboss-logging:3.2.1.Final',
logging_annotations: 'org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1',
logging_processor: 'org.jboss.logging:jboss-logging-processor:1.2.0.Beta1',