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

[SYNCOPE-1718] Bump flowable.version from 7.0.0.M1 to 7.0.0.M2 via net.tirasa.flowable-leftovers #506

Merged
merged 2 commits into from
Aug 21, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2023

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

Release notes

Sourced from org.flowable:flowable-engine's releases.

Flowable 7.0.0.M2 release

  • Support batch migration for CMMN
  • Repetition support for case reactivation
  • Support for stopping housekeeping batch
  • Support for HTTP HEAD and OPTIONS for the Http Tasks
  • Remove relocated Spring Boot Starters
    • flowable-spring-boot-starter-basic - flowable-spring-boot-starter-process should be used instead
    • flowable-spring-boot-starter-rest-api - flowable-spring-boot-starter-process-rest should be used instead
  • Add flowable-bom with all the Flowable artifacts
  • Support for dynamic Kafka message key
  • Add TaskCompletionBuilder to CmmnTaskService
  • Add support for handling custom input parameters for error start and boundary events and for passing additional data in error end events
  • Add ability to store completer of human and user tasks in a variable
  • Support collection of string or json array as mail recipients in Mail Tasks
  • Upgrade to Spring Boot 3.1
  • Upgrade to Camel 4
  • Upgrade to CXF 4
  • Provide an abstraction for sending emails through a FlowableMailClient
  • Use Jakarta Mail instead of Javax Mail and replace Apache Commons Email with Eclipse Angus Mail
  • Remove message based executor
  • Remove some Flowable deprecated code
    • CmmnRepositoryService#getDecisionTablesForCaseDefinition - use CmmnRepositoryService#getDecisionsForCaseDefinition instead
    • RepositoryService#getDecisionTablesForProcessDefinition - use RepositoryService#getDecisionsForProcessDefinition instead
    • HistoricCaseInstanceQuery#limitCaseVariables - no replacement it was a noop
    • CaseInstanceQuery#limitCaseInstanceVariables - no replacement it was a noop
    • HistoricProcessInstanceQuery#limitProcessInstanceVariables - no replacement it was a noop
    • ProcessInstanceQuery#limitProcessInstanceVariables - no replacement it was a noop
    • TaskInfoQuery#limitTaskVariables - no replacement it was a noop
    • Removed query limit configurations from CmmnEngineConfiguration and ProcessEngineConfigurationImpl
    • Removed HistoryManager#recordActivityEnd - no replacement, Flowable was never calling that method
    • Removed org.flowable.engine.FlowableTaskAlreadyClaimedException - use org.flowable.common.engine.api.FlowableTaskAlreadyClaimedException instead
    • Removed org.flowable.engine.cfg.MailServerInfo - use org.flowable.common.engine.impl.cfg.mail.MailServerInfo instead
    • Removed org.flowable.http.HttpRequest - use org.flowable.http.common.api.HttpRequest instead
    • Removed org.flowable.http.HttpResponse - use org.flowable.http.common.api.HttpResponse instead
    • Removed org.flowable.http.delegate.HttpRequestHandler - use org.flowable.http.common.api.delegate.HttpRequest instead
    • Removed org.flowable.http.delegate.HttpResponseHandler - use org.flowable.http.common.api.delegate.HttpResponse instead
    • Removed org.flowable.identitylink.service.IdentityLinkType - use org.flowable.identitylink.api.IdentityLinkType instead
    • Removed ManagedAsyncJobExecutor - configure the thread factory in the engine configuration
    • Removed org.flowable.spring.SpringCallerRunsRejectedJobsHandler - use org.flowable.spring.job.service.SpringCallerRunsRejectedJobsHandler instead
    • Removed org.flowable.spring.SpringRejectedJobsHandler - use org.flowable.spring.job.service.SpringRejectedJobsHandler instead
  • 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
Commits
  • b774cca pom cleanup and updates
  • 32003b5 Add distribution management to bom pom
  • 541bbbd Move to version 7.0.0.M2
  • a7cda0a Upgrade Camel to 4.0.0
  • b08c908 Cleanup event registry REST Swagger doc naming
  • 8eadc25 Bump guava from 31.0.1-jre to 32.0.0-jre (#3665)
  • 92a1394 Chore: use correct ordering of imports (#3711)
  • 047b61d Chore: replace API marked for removal (#3710)
  • 2c8558d Chore: mismatch of logging placeholders and arguments (#3709)
  • 4d834ff Chore: make Javadoc match the code
  • Additional commits viewable in compare view

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 commands and options

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)

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
- [Release notes](https://github.com/flowable/flowable-engine/releases)
- [Commits](flowable/flowable-engine@flowable-7.0.0.M1...flowable-7.0.0.M2)

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

---
updated-dependencies:
- dependency-name: org.flowable:flowable-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.flowable:flowable-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.flowable:flowable-idm-spring-configurator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 18, 2023
@ilgrosso ilgrosso changed the title Bump flowable.version from 7.0.0.M1 to 7.0.0.M2 [SYNCOPE-1718] Bump flowable.version from 7.0.0.M1 to 7.0.0.M2 via net.tirasa.flowable-leftovers Aug 21, 2023
@ilgrosso ilgrosso merged commit 38acae1 into master Aug 21, 2023
27 checks passed
@dependabot dependabot bot deleted the dependabot/maven/flowable.version-7.0.0.M2 branch August 21, 2023 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant