mirror of
https://github.com/houbb/sensitive-word.git
synced 2026-03-22 08:27:36 +08:00
release branch 0.16.1
This commit is contained in:
@@ -301,6 +301,12 @@
|
||||
|
||||
# release_0.16.0
|
||||
|
||||
| 序号 | 变更类型 | 说明 | 时间 | 备注 |
|
||||
|:---|:-----|----------------------|:-------------------|:-------------------------------------------------|
|
||||
| 1 | F | 支持资源的释放,如 andriod 场景 | 2024-4-26 21:02:25 | https://github.com/houbb/sensitive-word/issues/53 |
|
||||
| 序号 | 变更类型 | 说明 | 时间 | 备注 |
|
||||
|:---|:-----|----------------------|:-------------------|:-------------------------------------------------------|
|
||||
| 1 | A | 支持资源的释放,如 andriod 场景 | 2024-4-26 21:02:25 | 废弃版本,https://github.com/houbb/sensitive-word/issues/53 |
|
||||
|
||||
# release_0.16.1
|
||||
|
||||
| 序号 | 变更类型 | 说明 | 时间 | 备注 |
|
||||
|:---|:-----|----------------------|:-------------------|:----------------------------------------------------------|
|
||||
| 1 | F | 支持资源的释放,如 andriod 场景 | 2024-4-26 21:02:25 | 修正未调用问题,https://github.com/houbb/sensitive-word/issues/53 |
|
||||
|
||||
@@ -452,7 +452,7 @@ Assert.assertTrue(wordBs.contains(text));
|
||||
|
||||
## 内存的释放
|
||||
|
||||
有时候我们需要释放内存,可以如下:
|
||||
v0.16.1 开始支持,有时候我们需要释放内存,可以如下:
|
||||
|
||||
> [关于内存回收问题](https://github.com/houbb/sensitive-word/issues/53)
|
||||
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>com.github.houbb</groupId>
|
||||
<artifactId>sensitive-word</artifactId>
|
||||
<version>0.16.0</version>
|
||||
<version>0.16.1</version>
|
||||
|
||||
<properties>
|
||||
<!--============================== All Plugins START ==============================-->
|
||||
|
||||
@@ -10,7 +10,7 @@ ECHO "============================= RELEASE START..."
|
||||
|
||||
:: 版本号信息(需要手动指定)
|
||||
:::: 旧版本名称
|
||||
SET version=0.16.0
|
||||
SET version=0.16.1
|
||||
:::: 新版本名称
|
||||
SET newVersion=0.17.0
|
||||
:::: 组织名称
|
||||
|
||||
@@ -575,7 +575,7 @@ public class SensitiveWordBs implements ISensitiveWordDestroy {
|
||||
|
||||
@Override
|
||||
public void destroy() {
|
||||
|
||||
this.wordData.destroy();
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------------ 公开方法 END
|
||||
|
||||
Reference in New Issue
Block a user