Skip to content

Instantly share code, notes, and snippets.

@tfnico
Last active August 29, 2015 14:00
Show Gist options
  • Save tfnico/11243896 to your computer and use it in GitHub Desktop.
Save tfnico/11243896 to your computer and use it in GitHub Desktop.
Having some problems with upgrading spring-rest-data

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment