Kodo 4 is a major release. Many Kodo plugin APIs have changed so that future plugins will work with both JDO 2 and JPA APIs. Additionally, the Kodo package structure and Ant tasks have changed to reflect Kodo's ability to work with multiple specifications. Finally, there have been significant changes to Kodo's object/relational mappings to enhance functionality and to make customization easier.
This release contains very little backwards compatibility for previous code that relied on Kodo APIs (as opposed to generic JDO APIs, which of course remain compatible). We will be adding legacy interfaces back in old package locations in future releases to retain backwards compatibility where possible. We are also working on migration documentation for a future release.
In the meantime, this release does support Kodo 3 mapping files and metadata extensions. See Chapter 7, Mapping for how to configure Kodo to use Kodo 3-style mapping. In general, we recommend that early adopters of this Kodo 4 release consult the documentation for individual features you want to migrate until more extensive migration information is available.
The major new features in Kodo 4 are support for both the JDO 2 and JPA specifications, and a new mapping framework that makes it trivial to create most custom mappings. The JDO Overview, JPA Overview, and Reference Guide cover these topics in detail.