dependabot[bot] opened a new pull request, #506:
URL: https://github.com/apache/syncope/pull/506

   Bumps `flowable.version` from 7.0.0.M1 to 7.0.0.M2.
   Updates `org.flowable:flowable-engine` from 7.0.0.M1 to 7.0.0.M2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/flowable/flowable-engine/releases";>org.flowable:flowable-engine's
 releases</a>.</em></p>
   <blockquote>
   <h2>Flowable 7.0.0.M2 release</h2>
   <ul>
   <li>Support batch migration for CMMN</li>
   <li>Repetition support for case reactivation</li>
   <li>Support for stopping housekeeping batch</li>
   <li>Support for HTTP HEAD and OPTIONS for the Http Tasks</li>
   <li>Remove relocated Spring Boot Starters
   <ul>
   <li>flowable-spring-boot-starter-basic - 
flowable-spring-boot-starter-process should be used instead</li>
   <li>flowable-spring-boot-starter-rest-api - 
flowable-spring-boot-starter-process-rest should be used instead</li>
   </ul>
   </li>
   <li>Add flowable-bom with all the Flowable artifacts</li>
   <li>Support for dynamic Kafka message key</li>
   <li>Add TaskCompletionBuilder to CmmnTaskService</li>
   <li>Add support for handling custom input parameters for error start and 
boundary events and for passing additional data in error end events</li>
   <li>Add ability to store completer of human and user tasks in a variable</li>
   <li>Support collection of string or json array as mail recipients in Mail 
Tasks</li>
   <li>Upgrade to Spring Boot 3.1</li>
   <li>Upgrade to Camel 4</li>
   <li>Upgrade to CXF 4</li>
   <li>Provide an abstraction for sending emails through a 
FlowableMailClient</li>
   <li>Use Jakarta Mail instead of Javax Mail and replace Apache Commons Email 
with Eclipse Angus Mail</li>
   <li>Remove message based executor</li>
   <li>Remove some Flowable deprecated code
   <ul>
   <li>CmmnRepositoryService#getDecisionTablesForCaseDefinition - use 
CmmnRepositoryService#getDecisionsForCaseDefinition instead</li>
   <li>RepositoryService#getDecisionTablesForProcessDefinition - use 
RepositoryService#getDecisionsForProcessDefinition instead</li>
   <li>HistoricCaseInstanceQuery#limitCaseVariables - no replacement it was a 
noop</li>
   <li>CaseInstanceQuery#limitCaseInstanceVariables - no replacement it was a 
noop</li>
   <li>HistoricProcessInstanceQuery#limitProcessInstanceVariables - no 
replacement it was a noop</li>
   <li>ProcessInstanceQuery#limitProcessInstanceVariables - no replacement it 
was a noop</li>
   <li>TaskInfoQuery#limitTaskVariables - no replacement it was a noop</li>
   <li>Removed query limit configurations from CmmnEngineConfiguration and 
ProcessEngineConfigurationImpl</li>
   <li>Removed HistoryManager#recordActivityEnd - no replacement, Flowable was 
never calling that method</li>
   <li>Removed org.flowable.engine.FlowableTaskAlreadyClaimedException - use 
org.flowable.common.engine.api.FlowableTaskAlreadyClaimedException instead</li>
   <li>Removed org.flowable.engine.cfg.MailServerInfo - use 
org.flowable.common.engine.impl.cfg.mail.MailServerInfo instead</li>
   <li>Removed org.flowable.http.HttpRequest - use 
org.flowable.http.common.api.HttpRequest instead</li>
   <li>Removed org.flowable.http.HttpResponse - use 
org.flowable.http.common.api.HttpResponse instead</li>
   <li>Removed org.flowable.http.delegate.HttpRequestHandler - use 
org.flowable.http.common.api.delegate.HttpRequest instead</li>
   <li>Removed org.flowable.http.delegate.HttpResponseHandler - use 
org.flowable.http.common.api.delegate.HttpResponse instead</li>
   <li>Removed org.flowable.identitylink.service.IdentityLinkType - use 
org.flowable.identitylink.api.IdentityLinkType instead</li>
   <li>Removed ManagedAsyncJobExecutor - configure the thread factory in the 
engine configuration</li>
   <li>Removed org.flowable.spring.SpringCallerRunsRejectedJobsHandler - use 
org.flowable.spring.job.service.SpringCallerRunsRejectedJobsHandler instead</li>
   <li>Removed org.flowable.spring.SpringRejectedJobsHandler - use 
org.flowable.spring.job.service.SpringRejectedJobsHandler instead</li>
   </ul>
   </li>
   <li>Remove async history support. In case you were using async history, make 
sure that you have no async history jobs before starting the new version</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/flowable/flowable-engine/commit/b774cca565fe1bc7029ce641548586c3fc23d814";><code>b774cca</code></a>
 pom cleanup and updates</li>
   <li><a 
href="https://github.com/flowable/flowable-engine/commit/32003b5ea2fd54b22b255216c6254b0a8a04bb6a";><code>32003b5</code></a>
 Add distribution management to bom pom</li>
   <li><a 
href="https://github.com/flowable/flowable-engine/commit/541bbbd609e5fd9ae5419bffd49e9d0510a9d2f1";><code>541bbbd</code></a>
 Move to version 7.0.0.M2</li>
   <li><a 
href="https://github.com/flowable/flowable-engine/commit/a7cda0a4bc89acec73c2f371271e42bca85af7a4";><code>a7cda0a</code></a>
 Upgrade Camel to 4.0.0</li>
   <li><a 
href="https://github.com/flowable/flowable-engine/commit/b08c9081fd57131621fb0dbfeebab729c23711b0";><code>b08c908</code></a>
 Cleanup event registry REST Swagger doc naming</li>
   <li><a 
href="https://github.com/flowable/flowable-engine/commit/8eadc2575ac17151bd112a13ae0d0162004876ee";><code>8eadc25</code></a>
 Bump guava from 31.0.1-jre to 32.0.0-jre (<a 
href="https://redirect.github.com/flowable/flowable-engine/issues/3665";>#3665</a>)</li>
   <li><a 
href="https://github.com/flowable/flowable-engine/commit/92a139444418c2d7a2df3f431e4c9455a89e90e6";><code>92a1394</code></a>
 Chore: use correct ordering of imports (<a 
href="https://redirect.github.com/flowable/flowable-engine/issues/3711";>#3711</a>)</li>
   <li><a 
href="https://github.com/flowable/flowable-engine/commit/047b61d1397d7d82039c1a81fcadcc890803ab72";><code>047b61d</code></a>
 Chore: replace API marked for removal (<a 
href="https://redirect.github.com/flowable/flowable-engine/issues/3710";>#3710</a>)</li>
   <li><a 
href="https://github.com/flowable/flowable-engine/commit/2c8558de72484be30323698a45418b6cec16791d";><code>2c8558d</code></a>
 Chore: mismatch of logging placeholders and arguments (<a 
href="https://redirect.github.com/flowable/flowable-engine/issues/3709";>#3709</a>)</li>
   <li><a 
href="https://github.com/flowable/flowable-engine/commit/4d834ff1fc113a990c07bdc4916606029c79e753";><code>4d834ff</code></a>
 Chore: make Javadoc match the code</li>
   <li>Additional commits viewable in <a 
href="https://github.com/flowable/flowable-engine/compare/flowable-7.0.0.M1...flowable-7.0.0.M2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.flowable:flowable-spring` from 7.0.0.M1 to 7.0.0.M2
   
   Updates `org.flowable:flowable-idm-spring-configurator` from 7.0.0.M1 to 
7.0.0.M2
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@syncope.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to