-
Notifications
You must be signed in to change notification settings - Fork 43
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
fix(GH-3229): Update to Spring Boot 2.4.1 #249
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
igdianov
force-pushed
the
dev-igdianov-AAE-2827
branch
2 times, most recently
from
December 16, 2020 01:25
ca7ada9
to
148a2b8
Compare
Codecov Report
@@ Coverage Diff @@
## develop #249 +/- ##
=============================================
- Coverage 46.11% 46.08% -0.04%
+ Complexity 637 634 -3
=============================================
Files 699 699
Lines 12356 12341 -15
Branches 792 789 -3
=============================================
- Hits 5698 5687 -11
- Misses 6427 6428 +1
+ Partials 231 226 -5
Continue to review full report at Codecov.
|
igdianov
force-pushed
the
dev-igdianov-AAE-2827
branch
from
December 18, 2020 04:53
148a2b8
to
1d6ad7a
Compare
igdianov
force-pushed
the
dev-igdianov-AAE-2827
branch
from
December 19, 2020 02:24
1d6ad7a
to
b6e89c4
Compare
Closed via #253 |
balsarori
pushed a commit
that referenced
this pull request
Mar 6, 2023
…to develop (#249) * fix(version): update org.activiti.cloud:activiti-cloud-audit-dependencies to 7.1.631 * fix(version): update org.activiti.cloud:activiti-cloud-audit-dependencies to 7.1.632 * fix springfox 3 API Co-authored-by: Marcello Teodori <151025+mteodori@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
activiti-cloud-messages-service
activiti-cloud-service-notifications-graphql
spring.jackson.date-format
intoactiviti-cloud-service-common-config
module and override StdDateFormat without colon in time zone due to Change default textual serialization ofjava.util.Date
/Calendar
to include colon in timezone offset FasterXML/jackson-databind#2643Fixes Activiti/Activiti#3299