You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/index.md
+15-6
Original file line number
Diff line number
Diff line change
@@ -11,19 +11,28 @@ Bean Validation 2.0 (JSR 380) is currently under development.
11
11
It's planned to be part of Java EE 8 (can of course be used with plain Java SE as the previous releases) and will primarly focus on leveraging the language features introduced in Java SE 8 for the purposes of validation.
12
12
We'll also address other features further improving usefulness and usability of Bean Validation as requested by the community and as time allows.
13
13
14
-
### Resources
14
+
### Proposals
15
+
16
+
The original [Proposal for JSR 380](https://www.jcp.org/en/jsr/detail?id=380) is available on the JCP website.
17
+
18
+
**Changes to the specification are usually done via [proposals](/proposals/) for specific issues, investigating different alternatives and approaches.
19
+
Feedback welcome!**
20
+
21
+
### Drafts
22
+
23
+
#### Current master
15
24
16
-
*[Proposal for JSR 380](https://www.jcp.org/en/jsr/detail?id=380)
17
25
*[Latest draft](/latest-draft/spec/)
18
26
* Changes to 1.1
19
-
-[HTML diff](/2.0/spec/2.0.0.alpha1/diff/)
20
27
-[Diff without typo fixes done for 1.1](https://github.com/beanvalidation/beanvalidation-spec/compare/2a9d0ce21856386a8bf9a1d9e963ebffc049604a...spec-full) - Asciidoc diff on GitHub based on the [1.1-full-spec-diff](https://github.com/beanvalidation/beanvalidation-spec/tree/1.1-full-spec-diff) branch; recommended for reviewing Bean Validation 2.0 changes
0 commit comments