Version | Date | Description |
---|---|---|
0.7.1 | 2013-07-22 | v0.7.1 |
0.7 | 2013-02-20 | v0.7 |
0.6.2 | 2013-01-21 | v0.6.2 |
0.6.1 | 2013-01-08 | v0.6.1 |
0.6 | 2012-03-12 | v0.6 |
0.5 | 2011-10-27 | v0.5 |
0.4.5 | 2011-10-05 | v0.4.5 |
0.4.4 | 2011-09-08 | v0.4.4 |
0.4.3 | 2011-07-26 | v0.4.3 |
0.4.2 | 2011-07-26 | v0.4.2 |
0.4 | 2011-06-03 | v0.4 |
0.3.2 | 2011-04-06 | v0.3.2 |
0.3 | 2010-12-13 | v0.3 |
0.2.20101111 | 2010-11-11 | v0.2.20101111 |
0.2 | 2010-06-30 | Initial version |
Type | Changes | By |
---|---|---|
![]() |
Adjust code generation so can reformat in Eclipse without changing generated code. Existing beans will regenerate, even though the only change is one blank line. | scolebourne |
![]() |
Add checkstyle | scolebourne |
![]() |
Change to use m2e Maven Eclipse | scolebourne |
Type | Changes | By |
---|---|---|
![]() |
Fix indentation issue in metaPropertyMap field. Existing beans will regenerate, even though the only change is indentation. | scolebourne |
![]() |
Refactor BeanCodeGen to allow it to be used from tools. | scolebourne |
![]() |
Fix command line arguments - -v -> -verbose. | scolebourne |
Type | Changes | By |
---|---|---|
![]() |
Add getString() and setString() overrides that take a StringConvert instance. | cjkent |
Type | Changes | By |
---|---|---|
![]() |
Add metaXxx(Class) method to work around Eclipse/javac/Intellij generics compiler issues. Existing beans will need regenerating. | jodastephen |
![]() |
Allow derived property to be abstract or final. | jodastephen |
![]() |
Set correct read/write flag for final fields. | jodastephen |
Type | Changes | By |
---|---|---|
![]() |
Make generics more correct. | jodastephen |
![]() |
Add builder methods based on meta-property. | jodastephen |
![]() |
Move example code to correct location. | jodastephen |
![]() |
Allow a property to be named 'map'. | jodastephen |
![]() |
Handle empty comments correctly. | jodastephen |
![]() |
Extend builder to support setting by string. | lega |
Type | Changes | By |
---|---|---|
![]() |
Update to Joda-Convert v1.2 and use new feature to improve string conversion. | jodastephen |
![]() |
DirectBean no longer extends BasicBean to simplify the hierarchy. | jodastephen |
![]() |
Add BeanQuery and comparator support. | jodastephen |
Type | Changes | By |
---|---|---|
![]() |
Handle generic subclasses better in JodaBeanUtils collection/map type extraction. | jodastephen |
![]() |
Handle arrays in JodaBeanUtils equals method. | jodastephen |
Type | Changes | By |
---|---|---|
![]() |
Fix JodaBeanUtils to handle collections and sets as well as lists. | jodastephen |
Type | Changes | By |
---|---|---|
![]() |
Fix generation of non-collection final properties. | jodastephen |
Type | Changes | By |
---|---|---|
![]() |
Add JodaBeanUtils.clone(). | jodastephen |
![]() |
Add JodaBeanUtils.metaBean(), to lookup meta-bean by class. This requires regeneration of direct beans. | jodastephen |
![]() |
Improve generation of imports. This may require regeneration of direct beans. | jodastephen |
![]() |
Handle write-only properties better. This requires regeneration of direct beans. | jodastephen |
![]() |
Allow conversion to and from a standard format string from meta-property. | jodastephen |
Type | Changes | By |
---|---|---|
![]() |
Add basic validation support. | jodastephen |
![]() |
Add derived property annotation and support. | jodastephen |
![]() |
Add BeanBuilder concept. | jodastephen |
![]() |
Refactor to improve equals/hashCode performance. | jodastephen |
![]() |
Fix property/meta-property equals/hashCode. | jodastephen |
![]() |
Enhance meta-property map. | jodastephen |