Skip to content

Commit e8b3d8e

Browse files
committed
发布 1.1.15 版本
1 parent 40c6483 commit e8b3d8e

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# 更新日志
22

3+
## [v1.1.15] 2025.07.22
4+
5+
- feat: 新增 角色、部门 审批策略支持认领全部人员参与审批两种模式
6+
- fixed: 修复多角色部门认领审批提前结束问题
7+
- opt: 优化执行器去除动态提供审批参与者缓存
8+
- opt: 优化解决 FlwHisTask setTaskState 序列化问题
9+
- opt: 优化完善其它注释说明
10+
311
## [v1.1.14] 2025.07.15
412

513
- feat: 支持驳回遇到触发器定时器抄送自动回到上一级继续驳回

flowlong-core/src/main/java/com/aizuda/bpm/engine/core/FlowLongContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public FlowLongContext build(FlowLongEngine configEngine, boolean banner) {
213213
if (banner) {
214214
System.out.println("┌─┐┬ ┌─┐┬ ┬┬ ┌─┐┌┐┌┌─┐");
215215
System.out.println("├┤ │ │ │││││ │ │││││ ┬");
216-
System.out.println("└ ┴─┘└─┘└┴┘┴─┘└─┘┘└┘└─┘ 1.1.14");
216+
System.out.println("└ ┴─┘└─┘└┴┘┴─┘└─┘┘└┘└─┘ 1.1.15");
217217
}
218218

219219
return this;

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
APP_GROUP=com.aizuda
2-
APP_VERSION=1.1.14
2+
APP_VERSION=1.1.15
33

44
SONATYPE_HOST=CENTRAL_PORTAL
55
RELEASE_SIGNING_ENABLED=true

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</modules>
1818

1919
<properties>
20-
<revision>1.1.14</revision>
20+
<revision>1.1.15</revision>
2121
<maven.compiler.source>8</maven.compiler.source>
2222
<maven.compiler.target>8</maven.compiler.target>
2323
<spring-boot.version>2.7.0</spring-boot.version>

0 commit comments

Comments
 (0)