-
Notifications
You must be signed in to change notification settings - Fork 207
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 project-reactor dependency & fix deprecated calls #816
Conversation
updating project reactor dependency to work with spring boot 3, replacing deprecated calls to subscriberContext Signed-off-by: Jan Czapla <[email protected]>
@Gonzoe79 can you fix the checkstyle violations? |
Signed-off-by: Jan Czapla <[email protected]>
Signed-off-by: Jan Czapla <[email protected]>
Signed-off-by: Jan Czapla <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #816 +/- ##
============================================
+ Coverage 77.62% 77.72% +0.09%
- Complexity 1161 1164 +3
============================================
Files 105 105
Lines 3647 3663 +16
Branches 419 419
============================================
+ Hits 2831 2847 +16
Misses 603 603
Partials 213 213
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Although this is a breaking change due to the dependency change, I can accept this PR if the integration tests pass. Please, take a look that they are all failing consistently. |
gentle ping - @Gonzoe79 |
We already upgraded to Springboot 3. Closing PR. Thanks. |
updating project reactor dependency to work with spring boot 3, replacing deprecated calls to subscriberContext
Signed-off-by: Jan Czapla [email protected]
Description
Please explain the changes you've made
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #[issue number]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: