File tree Expand file tree Collapse file tree 8 files changed +27
-24
lines changed
hibernate-c3p0/src/main/java/org/hibernate/c3p0/internal
hibernate-core/src/main/java/org/hibernate/internal
hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache
hibernate-entitymanager/src/main/java/org/hibernate/jpa/internal
hibernate-envers/src/main/java/org/hibernate/envers/internal
hibernate-proxool/src/main/java/org/hibernate/proxool/internal Expand file tree Collapse file tree 8 files changed +27
-24
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ buildscript {
2323 dependencies {
2424 classpath ' org.hibernate.build.gradle:gradle-maven-publish-auth:2.0.1'
2525 classpath ' org.hibernate.build.gradle:hibernate-matrix-testing:1.0.0-SNAPSHOT'
26- classpath ' org.hibernate.build.gradle:version-injection-plugin:1.0.0-SNAPSHOT '
26+ classpath ' org.hibernate.build.gradle:version-injection-plugin:1.0.0'
2727 }
2828}
2929
@@ -118,6 +118,7 @@ subprojects { subProject ->
118118 // appropriately inject the common dependencies into each sub-project
119119 dependencies {
120120 compile( libraries. logging )
121+ compile( libraries. logging_annotations )
121122
122123 testCompile( libraries. junit )
123124 testCompile( libraries. byteman )
Original file line number Diff line number Diff line change 2525
2626import java .sql .SQLException ;
2727
28- import org .jboss .logging .Cause ;
29- import org .jboss .logging .LogMessage ;
30- import org .jboss .logging .Message ;
31- import org .jboss .logging .MessageLogger ;
28+ import org .jboss .logging .annotations . Cause ;
29+ import org .jboss .logging .annotations . LogMessage ;
30+ import org .jboss .logging .annotations . Message ;
31+ import org .jboss .logging .annotations . MessageLogger ;
3232
3333import org .hibernate .internal .CoreMessageLogger ;
3434
Original file line number Diff line number Diff line change 6060import org .hibernate .type .SerializationException ;
6161import org .hibernate .type .Type ;
6262import org .jboss .logging .BasicLogger ;
63- import org .jboss .logging .Cause ;
64- import org .jboss .logging .LogMessage ;
65- import org .jboss .logging .Message ;
66- import org .jboss .logging .MessageLogger ;
63+ import org .jboss .logging .annotations . Cause ;
64+ import org .jboss .logging .annotations . LogMessage ;
65+ import org .jboss .logging .annotations . Message ;
66+ import org .jboss .logging .annotations . MessageLogger ;
6767
6868/**
6969 * The jboss-logging {@link MessageLogger} for the hibernate-core module. It reserves message ids ranging from
Original file line number Diff line number Diff line change 2323 */
2424package org .hibernate .cache .ehcache ;
2525
26- import org .jboss .logging .LogMessage ;
27- import org .jboss .logging .Message ;
28- import org .jboss .logging .MessageLogger ;
26+
27+ import org .jboss .logging .annotations .LogMessage ;
28+ import org .jboss .logging .annotations .Message ;
29+ import org .jboss .logging .annotations .MessageLogger ;
2930
3031import org .hibernate .internal .CoreMessageLogger ;
3132
Original file line number Diff line number Diff line change 2626import java .net .URISyntaxException ;
2727import java .net .URL ;
2828
29- import org .jboss .logging .Cause ;
30- import org .jboss .logging .LogMessage ;
31- import org .jboss .logging .Message ;
32- import org .jboss .logging .MessageLogger ;
29+ import org .jboss .logging .annotations . Cause ;
30+ import org .jboss .logging .annotations . LogMessage ;
31+ import org .jboss .logging .annotations . Message ;
32+ import org .jboss .logging .annotations . MessageLogger ;
3333
3434import org .hibernate .internal .CoreMessageLogger ;
3535
Original file line number Diff line number Diff line change 2323 */
2424package org .hibernate .envers .internal ;
2525
26- import org .jboss .logging .LogMessage ;
27- import org .jboss .logging .Message ;
28- import org .jboss .logging .MessageLogger ;
26+ import org .jboss .logging .annotations . LogMessage ;
27+ import org .jboss .logging .annotations . Message ;
28+ import org .jboss .logging .annotations . MessageLogger ;
2929
3030import org .hibernate .internal .CoreMessageLogger ;
3131
Original file line number Diff line number Diff line change 2323 */
2424package org .hibernate .proxool .internal ;
2525
26- import org .jboss .logging .LogMessage ;
27- import org .jboss .logging .Message ;
28- import org .jboss .logging .MessageLogger ;
26+ import org .jboss .logging .annotations . LogMessage ;
27+ import org .jboss .logging .annotations . Message ;
28+ import org .jboss .logging .annotations . MessageLogger ;
2929
3030import org .hibernate .internal .CoreMessageLogger ;
3131
Original file line number Diff line number Diff line change 6060 jacc : ' org.jboss.spec.javax.security.jacc:jboss-jacc-api_1.4_spec:1.0.2.Final' ,
6161
6262 // logging
63- logging : ' org.jboss.logging:jboss-logging:3.1.0.GA' ,
64- logging_processor : ' org.jboss.logging:jboss-logging-processor:1.0.0.Final' ,
63+ logging : ' org.jboss.logging:jboss-logging:3.1.3.GA' ,
64+ logging_annotations : ' org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1' ,
65+ logging_processor : ' org.jboss.logging:jboss-logging-processor:1.2.0.Beta1' ,
6566
6667 // jaxb task
6768 jaxb : ' com.sun.xml.bind:jaxb-xjc:2.1.6' ,
You can’t perform that action at this time.
0 commit comments