mmnaseri / spring-data-mock

Mock facility for Spring Data repositories
MIT License
135 stars 44 forks source link

feat(core): Add support for default interface methods #182

Closed mmnaseri closed 3 years ago

mmnaseri commented 3 years ago

This commit adds a new non-data operation handler which supports default methods via various look-up methods. It also updates the repository factory to not consider default methods as a viable mapping.

Closes #180