Skip to content

Commit 5c4294f

Browse files
gsmetgunnarmorling
authored andcommitted
HV-1462 Add a reference to the WildFly next patch in the documentation
1 parent 5115fc6 commit 5c4294f

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

documentation/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@
235235
<hvVersion>${project.version}</hvVersion>
236236
<bvVersion>${bv.api.version}</bvVersion>
237237
<wildflyVersion>${wildfly.version}</wildflyVersion>
238+
<wildflyNextVersion>${wildfly-next.version}</wildflyNextVersion>
238239

239240
<!-- URLs -->
240241
<javaApiDocsUrl>${java.api-docs.base-url}/</javaApiDocsUrl>

documentation/src/main/asciidoc/ch01.asciidoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,23 @@ You can download the patch file from http://sourceforge.net/projects/hibernate/f
137137
----
138138
====
139139

140+
We also provide a patch for the version of WildFly currently under development:
141+
142+
.Maven dependency for WildFly {wildflyNextVersion} patch file
143+
====
144+
[source, XML]
145+
[subs="verbatim,attributes"]
146+
----
147+
<dependency>
148+
<groupId>org.hibernate.validator</groupId>
149+
<artifactId>hibernate-validator-modules</artifactId>
150+
<version>{hvVersion}</version>
151+
<classifier>wildfly-{wildflyNextVersion}-patch</classifier>
152+
<type>zip</type>
153+
</dependency>
154+
----
155+
====
156+
140157
Having downloaded the patch file, you can apply it to WildFly by running this command:
141158

142159
.Applying the WildFly patch

0 commit comments

Comments
 (0)