Cosium / spring-data-jpa-entity-graph

Spring Data JPA extension allowing full dynamic usage of EntityGraph on repositories
MIT License
466 stars 51 forks source link

Support entity graphs in streaming methods #82

Closed wojciechkedziora closed 1 year ago

wojciechkedziora commented 1 year ago

Hi,

Previously entity graph passed to streaming methods as separate parameter in repository classes (extended with EntityGraphRepository) is not applied. This change contains mentioned fix + additional streaming repository tests.

Thanks.

reda-alaoui commented 1 year ago

Please rebase the PR on master to trigger the CI job that I just configured on master.

reda-alaoui commented 1 year ago

Thank you @wojciechkedziora !