Release Notes
Reflexive provides a clean way to handle string literals, by dynamically resolving properties.
1.0
- FIXED
- The resolveNestedPath was incompatible with primitive types.
- ADDED
- More code documentation.
- ADDED
- Made a bundled distro that contains the dependencies.
- CHANGED
- ReflexiveUtils was public, changed to default. Class was not ment to be used by outsiders.
- CHANGED
- The constructor of Reflexive was public, now private. Public constructors violated the singleton pattern.
1.0-rc2
- FIXED 139148
- Compiled under Java 1.3
- FIXED 139149
- Removed double checked locking
- FIXED 139150
- invoking equals on proxy gave unexpected results
- ADDED 139152
- contact information on the site
- ADDED 139175
- installation information on the site
1.0-rc1
- TASK
- Cleaned up code
- TASK
- Documentation expanded
0.1
Initial public release