The description of the Spring Data-REST project implies that future versions will steer away from using the Spring MVC framework.
-"Future implementations will allow you to export your repositories in non-Servlet HTTP environments using high-throughput non-blocking IO, and will provide enhanced HTML5 capabilities."
Does this mean it will be rewritten to the JAX-RS specification?

