Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Move CloudActivityBehaviorFactory to runtime bundle #281

Merged
merged 3 commits into from Apr 9, 2019

Conversation

erdemedeiros
Copy link
Collaborator

Initially CloudActivityBehaviorFactory was declared in set in Activiti core, but this was breaking intermediate throw signals when non-cloud starter was used.

Ref: Activiti/Activiti#2663

@erdemedeiros
Copy link
Collaborator Author

Depends on Activiti/Activiti#2668

@codecov
Copy link

codecov bot commented Mar 28, 2019

Codecov Report

Merging #281 into develop will increase coverage by 0.19%.
The diff coverage is 100%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #281      +/-   ##
=============================================
+ Coverage      73.28%   73.48%   +0.19%     
  Complexity         5        5              
=============================================
  Files            115      118       +3     
  Lines           1490     1501      +11     
  Branches          48       48              
=============================================
+ Hits            1092     1103      +11     
  Misses           358      358              
  Partials          40       40
Impacted Files Coverage Δ Complexity Δ
...er/rb/configuration/SignalBehaviourConfigurer.java 100% <100%> (ø) 0 <0> (?)
...guration/ActivitiCloudEngineAutoConfiguration.java 100% <100%> (ø) 0 <0> (?)
...rter/rb/behavior/CloudActivityBehaviorFactory.java 100% <100%> (ø) 0 <0> (?)

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 ced3de8...b42e9d9. Read the comment docs.

Copy link
Contributor

@salaboy salaboy left a comment

Choose a reason for hiding this comment

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

ready to merge

@salaboy salaboy removed the request for review from igdianov April 9, 2019 09:12
erdemedeiros and others added 3 commits April 9, 2019 10:48
Initially CloudActivityBehaviorFactory was declared in set in Activiti core, but this was breaking intermediate throw signals when non-cloud starter was used.

Related to Activiti/Activiti#2663
Initially CloudActivityBehaviorFactory was declared in set in Activiti core, but this was breaking intermediate throw signals when non-cloud starter was used.

Related to Activiti/Activiti#2663
@erdemedeiros erdemedeiros force-pushed the elias-2663-fix-core-throw-signal branch from 9ca35a1 to b42e9d9 Compare April 9, 2019 09:48
@mergify mergify bot merged commit 47883aa into develop Apr 9, 2019
@mergify mergify bot deleted the elias-2663-fix-core-throw-signal branch April 9, 2019 10:04
salaboy pushed a commit that referenced this pull request Apr 16, 2019
* Add error-handling dependency to starters

* Create exception handler specific to runtime bundle

* Clean exception handlers scattered in controllers

* Implementation of signalReceived event (#247)

Related to Activiti/Activiti#2272
Depends on 
AlfrescoArchive/activiti-api#84
AlfrescoArchive/activiti-cloud-api#65
Activiti/Activiti#2511

* Fix audit producer test (#284)

- Take in account new events thrown for signal received event that was not thrown before
- Move test to SignalAuditProducerIT

Related to Activiti/Activiti#2272

*  Move CloudActivityBehaviorFactory to runtime bundle (#281)

* Move CloudActivityBehaviorFactory to runtime bundle

Initially CloudActivityBehaviorFactory was declared in set in Activiti core, but this was breaking intermediate throw signals when non-cloud starter was used.

Related to Activiti/Activiti#2663

* Move CloudActivityBehaviorFactory to runtime bundle

Initially CloudActivityBehaviorFactory was declared in set in Activiti core, but this was breaking intermediate throw signals when non-cloud starter was used.

Related to Activiti/Activiti#2663

* fix(version): update org.activiti.dependencies:activiti-dependencies to 7.1.11

* fix(version): update org.activiti.dependencies:activiti-dependencies to 7.1.12

* fix(version): update org.activiti.dependencies:activiti-dependencies to 7.1.13

* Change HttpStatus for int in RestControllerAdvice

* fix(version): update org.activiti.dependencies:activiti-dependencies to 7.1.14

* fix(version): update org.activiti.cloud.common:activiti-cloud-service-common-dependencies to 7.1.24

* fix(version): update org.activiti.cloud.common:activiti-cloud-service-common-dependencies to 7.1.25

* fix(version): update org.activiti.cloud.build:activiti-cloud-parent to 7.1.7

* fix(version): update org.activiti.cloud.common:activiti-cloud-service-common-dependencies to 7.1.26

* Refactor ActivitiErrorMessage class

* Refactor with MediaType constants

* Refactor error handlers module

* Add swagger generator test (#287)

* Add swagger generator test

* Produce swagger file as a Maven artifact

- add plugin configuration to produce swagger file as a Maven artifact
- produce both Alfresco and Hal format

* Add yaml convertion from json

* Add TODO to swagger yaml generation

* Add generated yaml as an artifact

* Add Gson prettifying features

* Move Swagger generation inside a special type of test

- Add a new configuration for failsafe plugin to hanle *ITSupport.java which will generate the swagger file
- Create a profile generate-swagger enabled by default (can be skipped with `-DskipSwaggerGen` option)

* Add comments

* Add yaml generation back

* Format swagger-hal.json at creation

* Change scope for gson dependency to test

* Add test scope to jackson-dataformat-yaml

* A test to check that processDefinitionVersion set on TaskStarted event (#285)

* A test to check that processDefinitionVersion set on TaskStarted event

* Test modified to check only event's processDefinitionVersion

* Remove icon from connecto definitions (#243)

* Add common handlers module to rest-impl

* Remove handler from ConnectorDefinitionControllerImpl

* Clear exception handler

* Change return type for exception handler

* Optimize imports

* Clear exception handler from ProcessInstanceControllerImpl

* Fix test response type

* Optimize imports

* Change return type of error handler

* Process instance description field removal (#262)

* Process instance description field removal

* Process instance description field removal

* fix(version): update org.activiti.dependencies:activiti-dependencies to 7.1.15

* fix(version): update org.activiti.cloud.common:activiti-cloud-service-common-dependencies to 7.1.27

* fix(version): update org.activiti.cloud.common:activiti-cloud-service-common-dependencies to 7.1.28

* fix(version): update org.activiti.cloud.common:activiti-cloud-service-common-dependencies to 7.1.29

* Update pom.xml

* Update pom

* Add swagger artifacts to BOM (#292)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants