-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Gradle 7.6 and fixing lots of issues #1563
Update to Gradle 7.6 and fixing lots of issues #1563
Conversation
leonard84
commented
Jan 26, 2023
•
edited
Loading
edited
- Apply local fix for Problem with Gradle 7.5 spring-io/nohttp#55
- Update io.spring.nohttp to version 0.0.11
- Update com.gradle.enterprise to version 3.12.3
- Update com.github.ben-manes.to versions to version 0.45.0
- Update biz.aQute.bnd.builder to version 6.4.0
- Remove org.gradle.test-retry as it is integrated into gradle-enterprise
Codecov ReportBase: 79.78% // Head: 78.18% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1563 +/- ##
============================================
- Coverage 79.78% 78.18% -1.60%
+ Complexity 4076 3992 -84
============================================
Files 421 422 +1
Lines 12880 12921 +41
Branches 1666 1675 +9
============================================
- Hits 10276 10102 -174
- Misses 1992 2195 +203
- Partials 612 624 +12
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
fda298f
to
604d91d
Compare
9197653
to
044c3b2
Compare
Apply local fix for spring-io/nohttp#55 Update io.spring.nohttp to version 0.0.11 Update com.gradle.enterprise to version 3.12.3 Update com.github.ben-manes.to versions to version 0.45.0 Update biz.aQute.bnd.builder to version 6.4.0 Remove org.gradle.test-retry as it is integrated into gradle-enterprise
044c3b2
to
afec49e
Compare
against reflection permission errors.
Prior to version 7.5, Gradle added some `--add-opens` flags, that hid potential issues with tests, for Java 16+. gradle/gradle#20999
It seems that @nAmed stopped working with Spring 6, honestly I have no idea why. As it works fine with @qualifier the problem seems to be on the Spring side, so to unblock this change will go with that.
afec49e
to
0a0fcb5
Compare