File tree Expand file tree Collapse file tree 7 files changed +9
-7
lines changed
__release/solon-flow-bundle1 Expand file tree Collapse file tree 7 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
2
2
### 3.3.3
3
3
4
+ * 优化 solon-flow FlowContext 变量的线程可见
5
+ * 添加 solon-flow parallel 网关多线程并行支持(通过 context.executor 决定)
4
6
* 添加 solon-flow LinkDecl: when 方法用于替代 : condition (后者标为弃用)
5
7
* 添加 solon-flow parallel 网关多线程并行支持(通过 context.executor 决定)
6
8
* 调整 solon-flow FlowDriver: handleTest 更名为 handleCondition (跟 handleTask 容易混)
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.noear</groupId >
9
9
<artifactId >solon-flow-parent</artifactId >
10
- <version >3.3.3-SNAPSHOT </version >
10
+ <version >3.3.3</version >
11
11
<relativePath >../../solon-flow-parent/pom.xml</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.noear</groupId >
9
9
<artifactId >solon-parent</artifactId >
10
- <version >3.3.3-SNAPSHOT </version >
10
+ <version >3.3.3</version >
11
11
<relativePath />
12
12
</parent >
13
13
14
14
<artifactId >solon-flow-parent</artifactId >
15
- <version >3.3.3-SNAPSHOT </version >
15
+ <version >3.3.3</version >
16
16
<packaging >pom</packaging >
17
17
18
18
<name >${project.artifactId} </name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.noear</groupId >
9
9
<artifactId >solon-flow-parent</artifactId >
10
- <version >3.3.3-SNAPSHOT </version >
10
+ <version >3.3.3</version >
11
11
<relativePath >../../solon-flow-parent/pom.xml</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.noear</groupId >
9
9
<artifactId >solon-flow-parent</artifactId >
10
- <version >3.3.3-SNAPSHOT </version >
10
+ <version >3.3.3</version >
11
11
<relativePath >../../solon-flow-parent/pom.xml</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.noear</groupId >
9
9
<artifactId >solon-flow-parent</artifactId >
10
- <version >3.3.3-SNAPSHOT </version >
10
+ <version >3.3.3</version >
11
11
<relativePath >../../solon-flow-parent/pom.xml</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.noear</groupId >
9
9
<artifactId >solon-flow-parent</artifactId >
10
- <version >3.3.3-SNAPSHOT </version >
10
+ <version >3.3.3</version >
11
11
<relativePath >../solon-flow-parent/pom.xml</relativePath >
12
12
</parent >
13
13
You can’t perform that action at this time.
0 commit comments