1.0.0-RC1-final - 30th April 2011
Improvement
- [PDM-19] -
Suggestion: Allow data to be generated in a repeatable manor (i.e.
sequence)
Story
- [PDM-20] -
Create an HTML page which shows corner cases, such as hierarchies
with abstract classes, static factory methods, etc
0.0.1-RC4 - 27th April 2011
Improvement
- [PDM-17]
- Support static factory methods with parameters
0.0.1-RC3 - 26th April 2011
Bug
- [PDM-16]
- To fix creation of instance when no setters are available
- [PDM-18]
- PODAM is not JDK5 backwards compatible
0.0.1-RC2 - 25th April 2011
Bug
- [PDM-15]
- Annotations in immutable-like POJOs are not handled properly
Improvement
- [PDM-14]
- Remove Javadocs warnings
Story
- [PDM-4] -
As a technical user I'd like to see detailed information about
which POJOs are supported by PODAM in order to know whether I can use
it or not
- [PDM-5] -
As a user I want to know current limitations of PODAM in order to
assess whether I can use it to fill my POJOs
0.0.1-RC1 - 24th April 2011
Story
- [PDM-1] -
As a user I want to know what to do to use PODAM in my projects to
use PODAM as quickly as possible
- [PDM-2] -
As a user I want PODAM to fill also my non-generic map attributes
declared in my POJOs in order to support legacy code
- [PDM-6] -
As a user I want to be able to customise how PODAM assigns a Byte
value
- [PDM-7] -
As a user I want to be able to customise how PODAM assigns a char
value
- [PDM-8] -
As a user I want to be able to customise how PODAM assigns a short
value
- [PDM-9] -
As a user I want to be able to customise how PODAM assigns a Float
value
- [PDM-10]
- As a user I want to be able to customise how PODAM assigns a Double
value
- [PDM-11]
- As a user I want to be able to customise how PODAM assigns a String
value
- [PDM-12]
- As a user I want to be able to customise how PODAM assigns values
to Collections