Cosium / spring-data-jpa-entity-graph

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

2.4.x Version #48

Closed huijiewei closed 3 years ago

huijiewei commented 3 years ago

Bump to Spring Data JPA 2.4.0

codecov-io commented 3 years ago

Codecov Report

Merging #48 (e912427) into master (d8a4331) will decrease coverage by 0.15%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #48      +/-   ##
============================================
- Coverage     79.69%   79.53%   -0.16%     
+ Complexity      121      120       -1     
============================================
  Files            25       25              
  Lines           389      386       -3     
  Branches         57       56       -1     
============================================
- Hits            310      307       -3     
  Misses           59       59              
  Partials         20       20              
Impacted Files Coverage Δ Complexity Δ
...tity/graph/repository/support/QueryHintsUtils.java 54.54% <100.00%> (ø) 4.00 <1.00> (ø)
...rt/RepositoryEntityManagerEntityGraphInjector.java 77.77% <100.00%> (-0.41%) 17.00 <0.00> (ø)
...ry/support/RepositoryQueryEntityGraphInjector.java 96.66% <100.00%> (-0.21%) 10.00 <0.00> (-1.00)

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 d8a4331...e912427. Read the comment docs.

reda-alaoui commented 3 years ago

Thank you !