本次修复一个2.9.2 以来的严重Bug,标签体的输出长度超过4096会导致重复输出,强烈建议2.9以上版本升级到最新版本
#379 自从2.9.2 版本的bug,标签体内容在长度过长情况下重复输出,NoLockStringWriter隐藏的一个bug
<dependency> <groupId>com.ibeetl</groupId> <artifactId>beetl</artifactId> <version>2.9.8</version> </dependency>
或者Spring Boot Starter
<dependency> <groupId>com.ibeetl</groupId> <artifactId>beetl-framework-starter</artifactId> <version>1.1.72.RELEASE</version> </dependency>
转自 https://www.oschina.net/news/103622/beetl-2-9-8-released