Skip to content

v3.0.4

Compare
Choose a tag to compare
@TAKETODAY TAKETODAY released this 25 Jun 05:06

TODAY Context 3.0

<dependency>
  <groupId>cn.taketoday</groupId>
  <artifactId>today-context</artifactId>
  <version>3.0.4.RELEASE</version>
</dependency>

⚡ 优化 BeanProperty 添加 GenericDescriptor
🐛 修复 NumberConverter stringSource 为空时 null 转换问题
⚡ 优化 布尔 转换问题 StringToBooleanConverter
⚡ 优化 DefaultConversionService 添加 对 null 值的处理
⚡ 优化 ContextUtils#resolveInitMethod
⚡ 优化 EL 表达式性能