Spring CrudRepository extensions call wrong views, Auto Naming Bug?

Hey, thank you for the fast reply.

I did not test 2.0.x by now as the API changed heavily but it seems the bug is solved there.
The findAll() call now uses lowerCamelCase as does the updated ViewQuery

ViewQuery.from(“”,“”).includeDocs(true).stale(Stale.FALSE).startKey(“0”).endKey(“999”);

Regarding the pull request:
As I only just started actively looking into spring two days ago I am going to use the 2.0.0 RC1 and not try to fix a software I just started to learn. :sweat: