Skip to content

Commit 657bf6f

Browse files
dadoonetbrmeyer
authored andcommitted
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).
1 parent 63ae6de commit 657bf6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ext {
5858
jacc: 'org.jboss.spec.javax.security.jacc:jboss-jacc-api_1.4_spec:1.0.2.Final',
5959

6060
// logging
61-
logging: 'org.jboss.logging:jboss-logging:3.1.3.GA',
61+
logging: 'org.jboss.logging:jboss-logging:3.2.1.Final',
6262
logging_annotations: 'org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1',
6363
logging_processor: 'org.jboss.logging:jboss-logging-processor:1.2.0.Beta1',
6464

0 commit comments

Comments
 (0)