Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.21 KB

index.adoc

File metadata and controls

36 lines (25 loc) · 1.21 KB
title layout author
Bean Validation 1.1 Specification
default
Emmanuel Bernard

You can read the full Bean Validation 1.1 specification or browse its API JavaDocs.

Changes between Bean Validation 1.0 and 1.1

Bean Validation 1.1 focused on the following topics:

  • openness of the specification and its process

  • method-level validation (validation of parameters or return values)

  • dependency injection for Bean Validation components

  • integration with Context and Dependency Injection (CDI)

  • group conversion

  • error message interpolation using EL expressions

For more information, check out the full list of goals and changes.

History

If you are interested in the various drafts that led to Bean Validation 1.1, check out the history page.

Feedback

Do you have feedback? Talk to us:

If you want to take the next step and contribute, read how to contribute.