Skip to content

Commit e841c22

Browse files
release 2.6.1
1 parent f60267c commit e841c22

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<properties>
4646
<!--revision-->
47-
<revision>2.6.0</revision>
47+
<revision>2.6.1</revision>
4848
<!--build-->
4949
<java.version>1.8</java.version>
5050
<server.id>maven-central</server.id>

website/docs/other/changelog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,4 +352,12 @@
352352
**Fix**
353353

354354
- [`ContainerLifecycleProcessor` 无法处理被 Spring 管理的容器](https://github.com/opengoofy/crane4j/issues/211)
355-
- [自动填充时,若目标类没有配置任何装配操作则执行会报错](https://github.com/opengoofy/crane4j/issues/204)
355+
- [自动填充时,若目标类没有配置任何装配操作则执行会报错](https://github.com/opengoofy/crane4j/issues/204)
356+
357+
## 2.6.1 (2024-03-13)
358+
359+
这是一个 Bug 修复版本,请尽快升级。
360+
361+
**Fix**
362+
363+
- [当作为数据源容器的方法接受单个参数并返回集合类型结果时,只会填充集合中的首个元素](https://gitee.com/opengoofy/crane4j/issues/I97R7E)

0 commit comments

Comments
 (0)