I’ve just released JCROM 1.3. There’s lots of new features, and a few bug fixes. The highlights are:
- Lazy loading for child nodes, file nodes, and references (e.g. @JcrChildNode(lazy=true)) is now supported.
- Weak references by path are now supported via @JcrReference(byPath=true).
- Support for dynamic maps of child nodes, file nodes, and references.
- Enum properties are now supported.
- …and more!
See the full list of resolved issues here. I’ll be updating the user guide over the next few days to reflect the new features. In the meantime, you can download it and take it for a spin. The javadocs are here. Big thanks to everyone on the user list that helped out with testing, reporting issues, and requesting features!






