Skip to content

Commit

Permalink
Deploy the generated website via GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 25, 2023
1 parent f5b54fc commit 831aba1
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 96 deletions.
2 changes: 1 addition & 1 deletion News.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Website last update: 2023-10-16 at 19:34:47.
Website last update: 2023-10-25 at 12:58:35.
Binary file modified bundle.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion cheatsheets/Bean_Validation_Cheat_Sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -2789,11 +2789,11 @@ <h3 id="additional-constraints">Additional Constraints<a class="headerlink" href
<li><code>@Email</code></li>
<li><code>@Length</code></li>
<li><code>@Range</code></li>
<li><code>@SafeHtml</code></li>
<li><code>@ScriptAssert</code></li>
<li><code>@URL</code></li>
</ul>
<p>Take a look at this <a href="https://docs.jboss.org/hibernate/validator/5.2/reference/en-US/html/ch02.html#table-custom-constraints">table</a> for the complete list.</p>
<p>Note that <code>@SafeHtml</code>, a previously valid constraint, has been deprecated according to the <a href="https://in.relation.to/2019/11/20/hibernate-validator-610-6018-released/">Hibernate Validator 6.1.0.Final and 6.0.18.Final release blogpost</a>. Please refrain from using the <code>@SafeHtml</code> constraint.</p>
<h2 id="custom-constraints">Custom Constraints<a class="headerlink" href="#custom-constraints" title="Permanent link">&para;</a></h2>
<p>One of the most powerful features of bean validation is the ability to define your own constraints that go beyond the simple validation offered by built-in constraints.</p>
<p>Creating custom constraints is beyond the scope of this guide. Please see this <a href="https://docs.jboss.org/hibernate/validator/5.2/reference/en-US/html/ch06.html">documentation</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 831aba1

Please sign in to comment.