Share

BeanReader

File Release Notes and Changelog

Release Name: 1.1

Notes:
There are four files in this release; you do not have to download all of them.

BeanReader1.1-FULL.zip contains everything you need to use BeanReader 1.1: 
the jar, required 3rd-party libraries, source, JavaDocs, and license.  Download
either this file or a combination of the other three files.

BeanReader1.1.jar is the jar.

BeanReader1.1-REQ_LIBS.zip contains all required 3rd-party libraries.

BeanReader1.1-SRC.zip contains BeanReader 1.1's source and the license.


Changes: Version 1.1 differs from 1.0 (the previous version) in these ways: New Features- 1. Support has been added for multi-valued bean properties whose type is primitive (i.e., int, float, etc.) or String. 2. Support has been added for multi-valued bean properties that use java.util.List or java.util.Set to store their values. Bug Fixes- 1. A bug was squashed that caused objects that are referred to in the XML document multiple times to be created multiple times.