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 {
23
23
dependencies {
24
24
classpath ' org.hibernate.build.gradle:gradle-maven-publish-auth:2.0.1'
25
25
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'
27
27
}
28
28
}
29
29
@@ -118,6 +118,7 @@ subprojects { subProject ->
118
118
// appropriately inject the common dependencies into each sub-project
119
119
dependencies {
120
120
compile( libraries. logging )
121
+ compile( libraries. logging_annotations )
121
122
122
123
testCompile( libraries. junit )
123
124
testCompile( libraries. byteman )
Original file line number Diff line number Diff line change 25
25
26
26
import java .sql .SQLException ;
27
27
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 ;
32
32
33
33
import org .hibernate .internal .CoreMessageLogger ;
34
34
Original file line number Diff line number Diff line change 60
60
import org .hibernate .type .SerializationException ;
61
61
import org .hibernate .type .Type ;
62
62
import 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 ;
67
67
68
68
/**
69
69
* 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 23
23
*/
24
24
package org .hibernate .cache .ehcache ;
25
25
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 ;
29
30
30
31
import org .hibernate .internal .CoreMessageLogger ;
31
32
Original file line number Diff line number Diff line change 26
26
import java .net .URISyntaxException ;
27
27
import java .net .URL ;
28
28
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 ;
33
33
34
34
import org .hibernate .internal .CoreMessageLogger ;
35
35
Original file line number Diff line number Diff line change 23
23
*/
24
24
package org .hibernate .envers .internal ;
25
25
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 ;
29
29
30
30
import org .hibernate .internal .CoreMessageLogger ;
31
31
Original file line number Diff line number Diff line change 23
23
*/
24
24
package org .hibernate .proxool .internal ;
25
25
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 ;
29
29
30
30
import org .hibernate .internal .CoreMessageLogger ;
31
31
Original file line number Diff line number Diff line change 60
60
jacc : ' org.jboss.spec.javax.security.jacc:jboss-jacc-api_1.4_spec:1.0.2.Final' ,
61
61
62
62
// 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' ,
65
66
66
67
// jaxb task
67
68
jaxb : ' com.sun.xml.bind:jaxb-xjc:2.1.6' ,
You can’t perform that action at this time.
0 commit comments