Skip to content

Commit f220df1

Browse files
committed
deploy: dfc4de2
1 parent abbb73d commit f220df1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Quarkus</title>
66
<link>https://quarkus.io</link>
77
<description>Quarkus: Supersonic Subatomic Java</description>
8-
<lastBuildDate>Wed, 21 May 2025 18:51:51 +0000</lastBuildDate>
8+
<lastBuildDate>Thu, 22 May 2025 03:23:12 +0000</lastBuildDate>
99

1010

1111
<item>

version/main/guides/hibernate-orm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4476,7 +4476,7 @@ <h2 id="validator_integration"><a class="anchor" href="#validator_integration"><
44764476
<div class="paragraph">
44774477
<p>While all constraints with corresponding Jakarta Validation rules will apply during the <code>callback</code> validation,
44784478
in the <code>ddl</code> mode, only a subset of constraints is used to influence the DDL.
4479-
In the Hibernate Validator documentation, you can find <a href="https://docs.jboss.org/hibernate/validator/8.0/reference/en-US/html_single/#section-builtin-constraints">the list of available constraints</a> and their impact on the DDL generation.</p>
4479+
In the Hibernate Validator documentation, you can find <a href="https://docs.jboss.org/hibernate/validator/9.0/reference/en-US/html_single/#section-builtin-constraints">the list of available constraints</a> and their impact on the DDL generation.</p>
44804480
</div>
44814481
<div class="paragraph">
44824482
<p>Let&#8217;s consider having a simple entity with some constraints applied to its properties:</p>

version/main/guides/validation.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,8 @@ <h3 id="meta-infvalidation-xml"><a class="anchor" href="#meta-infvalidation-xml"
11451145
<p>To configure the <code>ValidatorFactory</code>, use the exposed configuration properties and the CDI integration.</p>
11461146
</div>
11471147
<div class="paragraph">
1148-
<p>Consequently, the only way to define constraints in Quarkus is by annotating your classes.</p>
1148+
<p>While configuration of the validator factory is not possible through XML, constraint declaration is.
1149+
Quarkus accepts constraints defined by annotations in your classes or in the <code>validation.xml</code>.</p>
11491150
</div>
11501151
</div>
11511152
<div class="sect2">

0 commit comments

Comments
 (0)