From 67ccdae0f5feba4e2c22a6e0d8603d1646e63239 Mon Sep 17 00:00:00 2001 From: Sanne Grinovero Date: Sun, 27 Aug 2017 17:13:49 +0100 Subject: [PATCH] HHH-11950 Target WildFly 11 for produced hibernate-orm-modules --- .../src/main/asciidoc/topical/wildfly/Wildfly.adoc | 7 ++++--- libraries.gradle | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/documentation/src/main/asciidoc/topical/wildfly/Wildfly.adoc b/documentation/src/main/asciidoc/topical/wildfly/Wildfly.adoc index d350e011dc..c3860e8068 100644 --- a/documentation/src/main/asciidoc/topical/wildfly/Wildfly.adoc +++ b/documentation/src/main/asciidoc/topical/wildfly/Wildfly.adoc @@ -17,7 +17,8 @@ For that case the Hibernate ORM project provides a ZIP file containing the requi can also be included in WildFly. Such a module will not replace the existing Hibernate ORM module, but it will become an alternative option that your application can choose to use instead of the default version it includes. -Our goal is to provide a module ZIP file targeted at the WildFly version current at the time of the Hibernate release (e.g. WildFly 10 for Hibernate 5.1.x and 5.2.x). +Our goal is to provide a module ZIP file targeted at the WildFly version current at the time of the Hibernate release +(e.g. WildFly 10 for Hibernate ORM 5.1.x and up until 5.2.10, as well as WildFly 11 since Hibernate ORM 5.2.11). == Where to download the modules from @@ -32,7 +33,7 @@ The module ZIP files can be downloaded from Maven Central, to facilitate automat org.hibernate hibernate-orm-modules {fullVersion} - wildfly-10-dist + wildfly-11-dist zip ---- ==== @@ -70,7 +71,7 @@ Once downloaded, extract the contents of the ZIP file into the _modules_ directo org.hibernate hibernate-orm-modules ${hibernateVersion} - wildfly-10-dist + wildfly-11-dist zip true diff --git a/libraries.gradle b/libraries.gradle index 6925209aa0..d8babfa9a0 100644 --- a/libraries.gradle +++ b/libraries.gradle @@ -22,7 +22,7 @@ ext { byteBuddyVersion = '1.6.14' // Improved JDK9 compatibility // Wildfly version targeted by module ZIP; Arquillian/Shrinkwrap versions used for CDI testing and testing the module ZIP - wildflyVersion = '10.1.0.Final' + wildflyVersion = '11.0.0.CR1' arquillianVersion = '1.1.11.Final' shrinkwrapVersion = '1.2.6' shrinkwrapDescriptorsVersion = '2.0.0-alpha-8'