Cosium / spring-data-jpa-entity-graph

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

Update Spring Data dependency to 2.0.0.RELEASE #14

Closed marceloverdijk closed 6 years ago

marceloverdijk commented 6 years ago

Spring Data 2.0.0 is nog GA. Maybe good time to also release v2.0.0 of this project.

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@e817aa6). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #14   +/-   ##
=========================================
  Coverage          ?   77.71%           
  Complexity        ?      103           
=========================================
  Files             ?       20           
  Lines             ?      350           
  Branches          ?       40           
=========================================
  Hits              ?      272           
  Misses            ?       64           
  Partials          ?       14

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e817aa6...5b1a714. Read the comment docs.

reda-alaoui commented 6 years ago

Thanks ! I will release to 2.0.0 ASAP

reda-alaoui commented 6 years ago

2.0.0 has been released :)

marceloverdijk commented 6 years ago

Well done!