HHH-11950 Target WildFly 11 for produced hibernate-orm-modules
This commit is contained in:
parent
2d52a38e51
commit
67ccdae0f5
|
@ -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
|
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.
|
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
|
== Where to download the modules from
|
||||||
|
|
||||||
|
@ -32,7 +33,7 @@ The module ZIP files can be downloaded from Maven Central, to facilitate automat
|
||||||
<groupId>org.hibernate</groupId>
|
<groupId>org.hibernate</groupId>
|
||||||
<artifactId>hibernate-orm-modules</artifactId>
|
<artifactId>hibernate-orm-modules</artifactId>
|
||||||
<version>{fullVersion}</version>
|
<version>{fullVersion}</version>
|
||||||
<classifier>wildfly-10-dist</classifier>
|
<classifier>wildfly-11-dist</classifier>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
----
|
----
|
||||||
====
|
====
|
||||||
|
@ -70,7 +71,7 @@ Once downloaded, extract the contents of the ZIP file into the _modules_ directo
|
||||||
<groupId>org.hibernate</groupId>
|
<groupId>org.hibernate</groupId>
|
||||||
<artifactId>hibernate-orm-modules</artifactId>
|
<artifactId>hibernate-orm-modules</artifactId>
|
||||||
<version>${hibernateVersion}</version>
|
<version>${hibernateVersion}</version>
|
||||||
<classifier>wildfly-10-dist</classifier>
|
<classifier>wildfly-11-dist</classifier>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
<overWrite>true</overWrite>
|
<overWrite>true</overWrite>
|
||||||
<outputDirectory>
|
<outputDirectory>
|
||||||
|
|
|
@ -22,7 +22,7 @@ ext {
|
||||||
byteBuddyVersion = '1.6.14' // Improved JDK9 compatibility
|
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
|
// 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'
|
arquillianVersion = '1.1.11.Final'
|
||||||
shrinkwrapVersion = '1.2.6'
|
shrinkwrapVersion = '1.2.6'
|
||||||
shrinkwrapDescriptorsVersion = '2.0.0-alpha-8'
|
shrinkwrapDescriptorsVersion = '2.0.0-alpha-8'
|
||||||
|
|
Loading…
Reference in New Issue