I checked out the reference implementation and I noticed quite a lot of API changes
Some things renamed: method in StandardConstraint, new version is better!
Constraints moved to subpackage: OK!
Others disappeared: ElementDescriptor.getElementType() - good, that it is gone!
Or added: javax.validation.Context, bootstrap types, new annotations like OverridesParameter (while @OverridesParameters still does not exist in the reference implementation - unfinished??), ...
I see the implementation already in the SVN-repository and read some excerpt of the bootstrap-chapter of the new spec, but what I am really missing is the "new specification draft" as a download somewhere (preferrably on
http://jcp.org/aboutJava/communityprocess/edr/jsr303/).
Where is it?
I am currently working on an update of the JSR303-implementation at
http://code.google.com/p/agimatec-validation/ and the current spec would help me a lot to get the implementation compatible with the javax.validation-interfaces from the reference implementation.