Skip to content

Commit acbba87

Browse files
CodeCasterXclaude
andcommitted
[elsa] Remove elsa framework and clean up related configurations
This commit removes the entire elsa framework module and updates all related configuration files. Changes: - Remove framework/elsa directory (fit-elsa and fit-elsa-react) - Remove elsa version from SECURITY.md - Remove elsa-v0.4.2 version option from bug report template - Remove elsa compilation check reference from PR template - Delete .github/workflows/elsa-compile.yml workflow - Remove elsa exclusion rules from framework-java-compile.yml workflow 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 920ae2c commit acbba87

File tree

648 files changed

+1
-87990
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

648 files changed

+1
-87990
lines changed

.github/ISSUE_TEMPLATE/01_bug_report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ body:
3333
description: 您使用的是哪个版本?/ Which version are you using?
3434
options:
3535
- "v3.5.3"
36-
- "elsa-v0.4.2"
3736
- "其他 (请在下方说明) / Other (please specify below)"
3837
validations:
3938
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Do not create a Pull Request without creating an issue first.
101101

102102
- [ ] 我已经编写了必要的单元测试来验证逻辑正确性 / I have written necessary unit-tests to verify the logic correction
103103
- [ ] 当存在跨模块依赖时,我尽量使用了 mock / I have used mocks when cross-module dependencies exist
104-
- [ ] 基础检查通过:`mvn -B clean package -Dmaven.test.skip=true`,elsa README 中的编译检查 / Basic checks pass
104+
- [ ] 基础检查通过:`mvn -B clean package -Dmaven.test.skip=true` / Basic checks pass
105105
- [ ] 单元测试通过:`mvn clean install` / Unit tests pass
106106

107107
**文档和兼容性 / Documentation and Compatibility:**

.github/workflows/elsa-compile.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/framework-java-compile.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
paths:
99
- 'framework/**'
1010
- '!framework/python/**'
11-
- '!framework/elsa/**'
1211
- 'examples/**'
1312
pull_request:
1413
branches:
@@ -17,7 +16,6 @@ on:
1716
paths:
1817
- 'framework/**'
1918
- '!framework/python/**'
20-
- '!framework/elsa/**'
2119
- 'examples/**'
2220

2321
jobs:

SECURITY.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Please use the following table to understand which versions are currently suppor
99
| -------------- | ------------------------- |
1010
| v3.5.x | ✅ 支持 / Supported |
1111
| < v3.5.0 | ❌ 不支持 / Not Supported |
12-
| elsa-v0.1.x | ✅ 支持 / Supported |
13-
| < elsa-v0.1.x | ❌ 不支持 / Not Supported |
1412

1513
## 🚨 报告漏洞 / Reporting Vulnerabilities
1614

framework/elsa/README.md

Lines changed: 0 additions & 110 deletions
This file was deleted.

framework/elsa/fit-elsa-react/.eslintrc.cjs

Lines changed: 0 additions & 21 deletions
This file was deleted.

framework/elsa/fit-elsa-react/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

framework/elsa/fit-elsa-react/.npmrc

Lines changed: 0 additions & 3 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)