Skip to content

Commit

Permalink
Updates for Jakarta Bean Validation to Jakarta Validation name change,
Browse files Browse the repository at this point in the history
…#680 (#708)

* Updates for Jakarta Bean Validation to Jakarta Validation name change, #680
* Update spec/src/main/asciidoc/architecture.asciidoc

Co-authored-by: Ladislav Thon <[email protected]>

---------

Signed-off-by: Scott M Stark <[email protected]>
Co-authored-by: Ladislav Thon <[email protected]>
  • Loading branch information
starksm64 and Ladicek authored Nov 30, 2023
1 parent 544de85 commit d3272a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/src/main/asciidoc/architecture.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ Jakarta Server Faces is a web-tier presentation framework that provides a compon

This specification allows any bean to be assigned a name. Thus, a Jakarta Server Faces application may take advantage of the sophisticated context and dependency injection model defined by this specification.

==== Relationship to Jakarta Bean Validation
==== Relationship to Jakarta Validation

Jakarta Bean Validation provides a unified way of declaring and defining constraints on an object model, defines a runtime engine to validate objects and provides method validation.
Jakarta Validation provides a unified way of declaring and defining constraints on an object model, defines a runtime engine to validate objects and provides method validation.

The Jakarta Bean Validation specification defines beans for Bean Validation managed objects including `Validator` and `ValidatorFactory`.
A number of Bean Validation managed instances, including `ConstraintValidator` s can take advantage of dependency injection.
Bean Validation also provides support for method parameter validation on any bean.
The Jakarta Validation specification defines beans for certain managed objects, including `Validator` and `ValidatorFactory`.
A number of Jakarta Validation managed instances, including ``ConstraintValidator``s, can take advantage of dependency injection.
Jakarta Validation also provides support for method parameter validation on any bean.

=== Introductory examples

Expand Down

0 comments on commit d3272a4

Please sign in to comment.