In the latest release of spring-rest-data (2.0.2), calling the root "descriptor" (/api/) works fine , but calling a GET on any entity (/api/plannedWorkloads) fails with an exception.
It works fine when using spring-rest-data-2.0.0.M1.
When switching to spring-rest-data-2.0.0.RELEASE: https://gist.github.com/tfnico/11243724
When switching tp spring-rest-data-2.0.1.RELEASE: https://gist.github.com/tfnico/11243762
Switching to spring-rest-data-2.0.2.RELEASE gives the same error as in 2.0.1.