Skip to content

Commit

Permalink
HHH-13952 Remove our ability to build the Wildfly feature pack and ru…
Browse files Browse the repository at this point in the history
…n integration tests on WildFly
  • Loading branch information
Sanne committed Apr 17, 2020
1 parent 95c9526 commit 2b279c6
Show file tree
Hide file tree
Showing 22 changed files with 2 additions and 908 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -55,8 +55,8 @@ task release {
"the fact that subprojects will appropriately define a release task " +
"themselves if they have any release-related activities to perform"

// Force to release with JDK 8. Releasing with JDK 11 is not supported yet:
// - the hibernate-orm-modules tests do not run due to an issue with the ASM version currently used by Gradle
// Force to release with JDK 8. It used to not work on JDK11 because of the hibernate-orm-modules module,
// but this limitation might be resolved now that this module has been deleted?
doFirst {
if ( !JavaVersion.current().isJava8() || !gradle.ext.testedJavaVersionAsEnum.isJava8() ) {
throw new IllegalStateException( "Please use JDK 8 to perform the release." )
Expand Down
1 change: 0 additions & 1 deletion documentation/documentation.gradle
Expand Up @@ -15,7 +15,6 @@ ext {
'hibernate-infinispan',
'hibernate-ehcache',
'hibernate-java8',
'hibernate-orm-modules',
'hibernate-integrationtest-java-modules',
'release'
]
Expand Down
6 changes: 0 additions & 6 deletions hibernate-core/hibernate-core.gradle
Expand Up @@ -245,17 +245,11 @@ processTestResources {
copy {
from file( 'src/test/resources' )
into file( "${buildDir}/resources/test" )
include 'arquillian.xml'
include 'org/hibernate/test/wf/ddl/manifest.mf'
expand wildFlyInstallDir: project( ':hibernate-orm-modules' ).wildFlyInstallDir,
hibernateMajorMinorVersion: "${project.ormVersion.family}",
arquillianDeploymentExportDir: "${rootProject.buildDir.absolutePath}/arquillian-deployments"
}
}
}

test.dependsOn ':hibernate-orm-modules:prepareWildFlyForTests'

test {
systemProperty 'file.encoding', 'utf-8'
beforeTest { descriptor ->
Expand Down
37 changes: 0 additions & 37 deletions hibernate-core/src/test/resources/arquillian.xml

This file was deleted.

159 changes: 0 additions & 159 deletions hibernate-orm-modules/hibernate-orm-modules.gradle

This file was deleted.

20 changes: 0 additions & 20 deletions hibernate-orm-modules/module-templates/byte-buddy.xml

This file was deleted.

11 changes: 0 additions & 11 deletions hibernate-orm-modules/module-templates/hibernate-core-alias.xml

This file was deleted.

This file was deleted.

35 changes: 0 additions & 35 deletions hibernate-orm-modules/module-templates/hibernate-core.xml

This file was deleted.

11 changes: 0 additions & 11 deletions hibernate-orm-modules/module-templates/hibernate-envers-alias.xml

This file was deleted.

29 changes: 0 additions & 29 deletions hibernate-orm-modules/module-templates/hibernate-envers.xml

This file was deleted.

11 changes: 0 additions & 11 deletions hibernate-orm-modules/module-templates/jipijapa-alias.xml

This file was deleted.

0 comments on commit 2b279c6

Please sign in to comment.