Skip to content

3.0.0.M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@bjansen bjansen released this 13 Mar 15:11
· 25 commits to main since this release

Breaking changes

  • Requires JDK 1.7 or higher
  • Removed support for ASM class rewriting
  • Removed Spring framework support
  • groupId is now com.github.beanio instead of org.beanio in BeanIO v2. Package names remain unchanged.

Corrections

  • Fixed IOUtil.getResource() to use ClassLoader argument (gc0109)
  • Added support for validating marshalled fields (gc0096)
  • Fixed a thread issue in DateTypeHandlerSupport (#131)
  • Fixed a thread issue in NumberTypeHandler

Features

  • BeanWriter now implements AutoCloseable
  • BeanReader now implements Closeable
  • Added SegmentBuilder.at(int) method