Skip to content
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 Activiti Cloud to Spring Boot 2.4.1 #253

Merged
merged 25 commits into from
Jan 14, 2021

Conversation

igdianov
Copy link
Contributor

@igdianov igdianov commented Dec 21, 2020

Depends on Activiti/Activiti#3505

Fixes Activiti/Activiti#3299

@codecov-io
Copy link

codecov-io commented Dec 21, 2020

Codecov Report

Merging #253 (373b6c1) into develop (7830049) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #253      +/-   ##
=============================================
- Coverage      46.02%   45.99%   -0.04%     
+ Complexity       645      642       -3     
=============================================
  Files            703      703              
  Lines          12404    12389      -15     
  Branches         797      794       -3     
=============================================
- Hits            5709     5698      -11     
- Misses          6464     6465       +1     
+ Partials         231      226       -5     
Impacted Files Coverage Δ Complexity Δ
...onsumer/EngineEventsConsumerAutoConfiguration.java 93.10% <ø> (ø) 1.00 <0.00> (ø)
...regator/MessageConnectorAggregatorFactoryBean.java 46.06% <100.00%> (-1.51%) 14.00 <0.00> (-2.00)
...raphQLWebSocketMessageBrokerAutoConfiguration.java 100.00% <100.00%> (ø) 1.00 <0.00> (ø)
...dit/jpa/events/ProcessStartedAuditEventEntity.java 26.66% <0.00%> (-6.67%) 0.00% <0.00%> (ø%)
...viti/cloud/services/query/model/VariableValue.java 12.50% <0.00%> (-4.17%) 1.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 7830049...373b6c1. Read the comment docs.

@igdianov igdianov force-pushed the dev-igdianov-AAE-2827-preview branch from b2d02aa to e778b51 Compare December 22, 2020 06:14
@igdianov igdianov force-pushed the dev-igdianov-AAE-2827-preview branch 5 times, most recently from fc54bc2 to 373b6c1 Compare December 31, 2020 15:02
@igdianov igdianov changed the title fix(GH-3229): Update to Spring Boot 2.4.1 fix(GH-3229): Update Activiti Cloud to Spring Boot 2.4.1 Dec 31, 2020
@igdianov igdianov force-pushed the dev-igdianov-AAE-2827-preview branch from 373b6c1 to a5c7a08 Compare January 7, 2021 20:13
Copy link
Member

@erdemedeiros erdemedeiros left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! do-not-merge label can be removed once the preview version is replaced the proper Activiti version.

Comment on lines 208 to 212
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
</repository>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It can be removed now.

@mergify mergify bot merged commit ad5e45d into develop Jan 14, 2021
@mergify mergify bot deleted the dev-igdianov-AAE-2827-preview branch January 14, 2021 18:07
wojciech-piotrowiak pushed a commit that referenced this pull request Dec 14, 2023
* fix: Update Spring Boot version to 2.4.1

* fix: Update Spring Cloud version to 2020.0.0-M6

* build: add Spring Milestones repository

* fix: use Spring Boot version 2.4.1

* build: move Spring Milestones repository to build

* fix: update deprecated websocket client spec builder

* fix: remove SI deprecated classes from messages core module

* fix: update spring-integration-hazelcast to 3.0.0

* fix: add io.projectreactor.addons:reactor-extra module events

* fix: update removed api in graphql-ws

* fix: update removed api in graphq-starter test

* fix(modeling): set default spring.jackson.dateFormat to yyyy-MM-dd'T'HH:mm:ss.SSSZ

* fix(rb): set default spring.jackson.dateFormat to yyyy-MM-dd'T'HH:mm:ss.SSSZ

* fix: extract default jackson.date-format to activiti-cloud-service-common-config

* fix: update default date format to yyyy-MM-dd'T'HH:mm:ss.SSSZZZ

* fix: set jackson.date-format to yyyy-MM-dd'T'HH:mm:ss.SSSZ

* fix: override StdDateFormat without colon in time zone

* fix: use super constructor for StdDateFormat override

* fix(version): update spring-cloud.version to 2020.0.0-RC1

* fix(build): add activiti-snapshots repository

* fix(version): update spring-cloud.version to 2020.0.0 (GA)

* fix: add argLine -Xmx2048m -XX:MaxPermSize=256m for maven-failsafe-plugin

* Revert "fix: add argLine -Xmx2048m -XX:MaxPermSize=256m for maven-failsafe-plugin "

This reverts commit 0cddb00.

* Include error message

* Remove Spring milestones repository

Co-authored-by: Elias Ricken de Medeiros <26007058+erdemedeiros@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to Spring Boot 2.4
3 participants