File tree Expand file tree Collapse file tree 5 files changed +0
-15
lines changed
flowable-cmmn-converter/src/test/java/org/flowable/test/cmmn/converter
flowable-cmmn-engine/src/test/java/org/flowable/cmmn/test/runtime
flowable-engine/src/test/java/org/flowable/engine/test/bpmn/servicetask
flowable-engine-common/src/main/java/org/flowable/common/engine/impl Expand file tree Collapse file tree 5 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 16
16
import static org .flowable .cmmn .converter .CmmnXmlConstants .ATTRIBUTE_ELEMENT_NAME ;
17
17
18
18
import org .flowable .cmmn .model .CmmnModel ;
19
- import org .flowable .cmmn .model .ExtensionElement ;
20
19
import org .flowable .cmmn .model .PlanItemDefinition ;
21
20
import org .flowable .test .cmmn .converter .util .CmmnXmlConverterTest ;
22
21
Original file line number Diff line number Diff line change 13
13
package org .flowable .cmmn .test .runtime ;
14
14
15
15
import static org .assertj .core .api .Assertions .assertThat ;
16
- import static org .assertj .core .api .Assertions .assertThatThrownBy ;
17
16
import static org .assertj .core .api .Assertions .tuple ;
18
17
import static org .flowable .cmmn .api .runtime .PlanItemInstanceState .ACTIVE ;
19
- import static org .flowable .cmmn .api .runtime .PlanItemInstanceState .AVAILABLE ;
20
18
21
19
import java .util .ArrayList ;
22
20
import java .util .Arrays ;
32
30
import org .flowable .cmmn .engine .PlanItemLocalizationManager ;
33
31
import org .flowable .cmmn .engine .test .CmmnDeployment ;
34
32
import org .flowable .cmmn .engine .test .FlowableCmmnTestCase ;
35
- import org .flowable .common .engine .api .FlowableIllegalArgumentException ;
36
33
import org .flowable .task .api .Task ;
37
34
import org .junit .Before ;
38
35
import org .junit .Test ;
Original file line number Diff line number Diff line change 15
15
import java .io .InputStream ;
16
16
import java .io .InputStreamReader ;
17
17
import java .io .Reader ;
18
- import java .sql .Connection ;
19
- import java .sql .DatabaseMetaData ;
20
- import java .sql .PreparedStatement ;
21
- import java .sql .ResultSet ;
22
- import java .sql .SQLException ;
23
18
import java .time .Duration ;
24
19
import java .util .ArrayList ;
25
20
import java .util .Collection ;
35
30
import javax .naming .InitialContext ;
36
31
import javax .sql .DataSource ;
37
32
38
- import org .apache .commons .lang3 .StringUtils ;
39
33
import org .apache .ibatis .builder .xml .XMLConfigBuilder ;
40
34
import org .apache .ibatis .builder .xml .XMLMapperBuilder ;
41
35
import org .apache .ibatis .datasource .pooled .PooledDataSource ;
Original file line number Diff line number Diff line change 17
17
import java .sql .PreparedStatement ;
18
18
import java .sql .ResultSet ;
19
19
import java .sql .SQLException ;
20
- import java .util .Map ;
21
20
import java .util .Properties ;
22
21
23
22
import javax .sql .DataSource ;
Original file line number Diff line number Diff line change 15
15
16
16
import java .io .Serializable ;
17
17
import java .util .Map ;
18
- import java .util .concurrent .CompletableFuture ;
19
18
20
- import org .flowable .common .engine .api .async .AsyncTaskInvoker ;
21
- import org .flowable .engine .delegate .DelegateExecution ;
22
- import org .flowable .engine .delegate .FutureJavaDelegate ;
23
19
import org .flowable .engine .delegate .MapBasedFlowableFutureJavaDelegate ;
24
20
import org .flowable .engine .delegate .ReadOnlyDelegateExecution ;
25
21
import org .flowable .engine .impl .delegate .TriggerableJavaDelegate ;
You can’t perform that action at this time.
0 commit comments