File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 235
235
<hvVersion >${project.version} </hvVersion >
236
236
<bvVersion >${bv.api.version} </bvVersion >
237
237
<wildflyVersion >${wildfly.version} </wildflyVersion >
238
+ <wildflyNextVersion >${wildfly-next.version} </wildflyNextVersion >
238
239
239
240
<!-- URLs -->
240
241
<javaApiDocsUrl >${java.api-docs.base-url} /</javaApiDocsUrl >
Original file line number Diff line number Diff line change @@ -137,6 +137,23 @@ You can download the patch file from http://sourceforge.net/projects/hibernate/f
137
137
----
138
138
====
139
139
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
+
140
157
Having downloaded the patch file, you can apply it to WildFly by running this command:
141
158
142
159
.Applying the WildFly patch
You can’t perform that action at this time.
0 commit comments