Table of Contents
Since version 4.1 Cayenne doesn't allow to load project XML files from previous versions as this can lead to unexpected errors in runtime. This module allows to use project files from older versions performing their upgrade on the fly (without modifying files). This can be useful when using Cayenne models from third-party libraries in your app.
You should prefer explicit project upgrade via Cayenne Modeler.
<dependency> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-project-compatibility</artifactId> <version>4.1.M1</version> </dependency>