Revert "HHH-8733 - General build cleanup - hibernate-testing"
This reverts commit bc2855b323
.
This commit is contained in:
parent
cea1096b12
commit
14d0116af2
|
@ -7,7 +7,7 @@ dependencies {
|
||||||
// for test runtime
|
// for test runtime
|
||||||
transitive = true
|
transitive = true
|
||||||
}
|
}
|
||||||
testCompile( project( path: ':hibernate-core', configuration: 'testing' ) )
|
testCompile project( ':hibernate-testing' )
|
||||||
}
|
}
|
||||||
|
|
||||||
def pomName() {
|
def pomName() {
|
||||||
|
|
|
@ -23,6 +23,7 @@ dependencies {
|
||||||
provided( libraries.validation )
|
provided( libraries.validation )
|
||||||
provided( libraries.classmate )
|
provided( libraries.classmate )
|
||||||
|
|
||||||
|
testCompile( project(':hibernate-testing') )
|
||||||
testCompile( libraries.validation )
|
testCompile( libraries.validation )
|
||||||
testCompile( libraries.jandex )
|
testCompile( libraries.jandex )
|
||||||
testCompile( libraries.classmate )
|
testCompile( libraries.classmate )
|
||||||
|
@ -34,13 +35,6 @@ dependencies {
|
||||||
// for testing stored procedure support
|
// for testing stored procedure support
|
||||||
testCompile( libraries.derby )
|
testCompile( libraries.derby )
|
||||||
|
|
||||||
testCompile( libraries.byteman )
|
|
||||||
testCompile( libraries.byteman_install )
|
|
||||||
testCompile( libraries.byteman_bmunit )
|
|
||||||
testCompile( libraries.xapool )
|
|
||||||
testCompile ( libraries.jboss_jta ) {
|
|
||||||
transitive=false;
|
|
||||||
}
|
|
||||||
|
|
||||||
testRuntime( 'jaxen:jaxen:1.1' )
|
testRuntime( 'jaxen:jaxen:1.1' )
|
||||||
testRuntime( libraries.javassist )
|
testRuntime( libraries.javassist )
|
||||||
|
@ -171,34 +165,3 @@ generateSources.dependsOn generateGrammarSource
|
||||||
compileJava.dependsOn jaxb
|
compileJava.dependsOn jaxb
|
||||||
|
|
||||||
|
|
||||||
// create the testing jar
|
|
||||||
task testingJar(type: Jar, dependsOn: compileTestJava) {
|
|
||||||
from sourceSets.test.output
|
|
||||||
// atm none of these work, the jar includes everything from sourceSets.test.output
|
|
||||||
include '**/org/hibernate/testing/**'
|
|
||||||
include '**/org/hibernate/testing/*'
|
|
||||||
include 'org/hibernate/testing/**'
|
|
||||||
include 'org/hibernate/testing/*'
|
|
||||||
classifier = 'testing'
|
|
||||||
}
|
|
||||||
|
|
||||||
// allow other modules to use it
|
|
||||||
configurations {
|
|
||||||
testing {
|
|
||||||
extendsFrom testCompile
|
|
||||||
}
|
|
||||||
}
|
|
||||||
artifacts {
|
|
||||||
testing testingJar
|
|
||||||
}
|
|
||||||
|
|
||||||
// publish it so other projects can use it
|
|
||||||
publishing {
|
|
||||||
publications {
|
|
||||||
mavenJava(MavenPublication) {
|
|
||||||
artifact testingJar {
|
|
||||||
classifier "testing"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ dependencies {
|
||||||
compile project( ':hibernate-core' )
|
compile project( ':hibernate-core' )
|
||||||
compile( libraries.ehcache )
|
compile( libraries.ehcache )
|
||||||
|
|
||||||
testCompile( project( path: ':hibernate-core', configuration: 'testing' ) )
|
testCompile project( ':hibernate-testing' )
|
||||||
}
|
}
|
||||||
|
|
||||||
def pomName() {
|
def pomName() {
|
||||||
|
|
|
@ -18,8 +18,8 @@ dependencies {
|
||||||
|
|
||||||
provided( "javax.enterprise:cdi-api:1.1-PFD" )
|
provided( "javax.enterprise:cdi-api:1.1-PFD" )
|
||||||
|
|
||||||
testCompile( project( path: ':hibernate-core', configuration: 'testing' ) )
|
testCompile( project(':hibernate-testing') )
|
||||||
testCompile( libraries.shrinkwrap_api )
|
testCompile( libraries.shrinkwrap_api )
|
||||||
testCompile( libraries.shrinkwrap )
|
testCompile( libraries.shrinkwrap )
|
||||||
testCompile( libraries.validation )
|
testCompile( libraries.validation )
|
||||||
testCompile( "org.jboss.weld:weld-core:2.0.0.Beta6" )
|
testCompile( "org.jboss.weld:weld-core:2.0.0.Beta6" )
|
||||||
|
|
|
@ -13,8 +13,8 @@ dependencies {
|
||||||
provided( [group: 'org.hibernate', name: 'hibernate-tools', version: '3.2.0.ga'] )
|
provided( [group: 'org.hibernate', name: 'hibernate-tools', version: '3.2.0.ga'] )
|
||||||
provided( libraries.ant )
|
provided( libraries.ant )
|
||||||
|
|
||||||
testCompile( project( path: ':hibernate-core', configuration: 'testing' ) )
|
testCompile( project(':hibernate-testing') )
|
||||||
testCompile( project( path: ':hibernate-entitymanager', configuration: 'tests' ) )
|
testCompile( project(path: ':hibernate-entitymanager', configuration: 'tests') )
|
||||||
|
|
||||||
testRuntime( libraries.javassist )
|
testRuntime( libraries.javassist )
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ dependencies {
|
||||||
compile( libraries.infinispan )
|
compile( libraries.infinispan )
|
||||||
compile( libraries.rhq )
|
compile( libraries.rhq )
|
||||||
|
|
||||||
testCompile( project( path: ':hibernate-core', configuration: 'testing' ) )
|
testCompile project( ':hibernate-testing' )
|
||||||
testCompile( libraries.infinispan_test )
|
testCompile( libraries.infinispan_test )
|
||||||
testCompile( libraries.jboss_common_core )
|
testCompile( libraries.jboss_common_core )
|
||||||
testCompile( libraries.jnp_client )
|
testCompile( libraries.jnp_client )
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project( ':hibernate-core' )
|
compile project( ':hibernate-core' )
|
||||||
compile( libraries.proxool )
|
compile( libraries.proxool )
|
||||||
testCompile( project( path: ':hibernate-core', configuration: 'testing' ) )
|
testCompile project( ':hibernate-testing' )
|
||||||
}
|
}
|
||||||
|
|
||||||
def pomName() {
|
def pomName() {
|
||||||
|
|
|
@ -44,9 +44,8 @@ class NonstrictReadWriteNaturalIdRegionAccessStrategy extends BaseNaturalIdRegio
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns {@code false} since this is an asynchronous cache access strategy.
|
* Returns <code>false</code> since this is an asynchronous cache access strategy.
|
||||||
*
|
* @see org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
|
||||||
* {@inheritDoc}
|
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public boolean insert(Object key, Object value ) throws CacheException {
|
public boolean insert(Object key, Object value ) throws CacheException {
|
||||||
|
@ -54,9 +53,8 @@ class NonstrictReadWriteNaturalIdRegionAccessStrategy extends BaseNaturalIdRegio
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns {@code false} since this is a non-strict read/write cache access strategy
|
* Returns <code>false</code> since this is a non-strict read/write cache access strategy
|
||||||
*
|
* @see org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
|
||||||
* {@inheritDoc}
|
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public boolean afterInsert(Object key, Object value ) throws CacheException {
|
public boolean afterInsert(Object key, Object value ) throws CacheException {
|
||||||
|
@ -65,8 +63,7 @@ class NonstrictReadWriteNaturalIdRegionAccessStrategy extends BaseNaturalIdRegio
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Removes the entry since this is a non-strict read/write cache strategy.
|
* Removes the entry since this is a non-strict read/write cache strategy.
|
||||||
*
|
* @see org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
|
||||||
* {@inheritDoc}
|
|
||||||
*/
|
*/
|
||||||
public boolean update(Object key, Object value ) throws CacheException {
|
public boolean update(Object key, Object value ) throws CacheException {
|
||||||
remove( key );
|
remove( key );
|
|
@ -1,4 +1,5 @@
|
||||||
include 'hibernate-core'
|
include 'hibernate-core'
|
||||||
|
include 'hibernate-testing'
|
||||||
include 'hibernate-entitymanager'
|
include 'hibernate-entitymanager'
|
||||||
include 'hibernate-envers'
|
include 'hibernate-envers'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue