Skip to content

Commit 1f89d41

Browse files
Merge pull request #54 from gsmet/japicmp
Added the japicmp report link and reworked the page a bit
2 parents 68207f9 + 106ea6a commit 1f89d41

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

specification/index.md

+15-6
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,28 @@ Bean Validation 2.0 (JSR 380) is currently under development.
1111
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.
1212
We'll also address other features further improving usefulness and usability of Bean Validation as requested by the community and as time allows.
1313

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
1524

16-
* [Proposal for JSR 380](https://www.jcp.org/en/jsr/detail?id=380)
1725
* [Latest draft](/latest-draft/spec/)
1826
* Changes to 1.1
19-
- [HTML diff](/2.0/spec/2.0.0.alpha1/diff/)
2027
- [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
2128
- [Full diff](https://github.com/beanvalidation/beanvalidation-spec/compare/8916b9637206e20590c131c04ca91a06788b3d37...spec-full) - Asciidoc diff
29+
- [API diff (generated using japicmp)](http://ci.hibernate.org/view/Validator/job/beanvalidation-api-master/ws/target/japicmp/default-cli.html)
2230

23-
### Active Proposals
31+
#### Early Draft 1
2432

25-
Changes to the specification are usually done via [proposals](/proposals/) for specific issues, investigating different alternatives and approaches.
26-
Feedback welcome!
33+
* [Early Draft 1](/2.0/spec/2.0.0.alpha1/)
34+
* Changes to 1.1
35+
- [HTML diff](/2.0/spec/2.0.0.alpha1/diff/)
2736

2837
## Bean Validation 1.1
2938

0 commit comments

Comments
 (0)