Skip to content

Commit

Permalink
release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Createsequence committed Mar 13, 2024
1 parent f60267c commit e841c22
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<properties>
<!--revision-->
<revision>2.6.0</revision>
<revision>2.6.1</revision>
<!--build-->
<java.version>1.8</java.version>
<server.id>maven-central</server.id>
Expand Down
10 changes: 9 additions & 1 deletion website/docs/other/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,4 +352,12 @@
**Fix**

- [`ContainerLifecycleProcessor` 无法处理被 Spring 管理的容器](https://github.com/opengoofy/crane4j/issues/211)
- [自动填充时,若目标类没有配置任何装配操作则执行会报错](https://github.com/opengoofy/crane4j/issues/204)
- [自动填充时,若目标类没有配置任何装配操作则执行会报错](https://github.com/opengoofy/crane4j/issues/204)

## 2.6.1 (2024-03-13)

这是一个 Bug 修复版本,请尽快升级。

**Fix**

- [当作为数据源容器的方法接受单个参数并返回集合类型结果时,只会填充集合中的首个元素](https://gitee.com/opengoofy/crane4j/issues/I97R7E)

0 comments on commit e841c22

Please sign in to comment.