Migration v7 to v8

Java 8, 9, 10 , 11 no module-info

<dependency>
    <groupId>org.simpleflatmapper</groupId>
    <artifactId>sfm-jdbc</artifactId>
    <version>8.2.3</version>
</dependency>

Java 6, 7

<dependency>
    <groupId>org.simpleflatmapper</groupId>
    <artifactId>sfm-jdbc-jre6</artifactId>
    <version>8.2.3</version>
</dependency>

Java 9, 10 , 11 with module-info

<dependency>
    <groupId>org.simpleflatmapper</groupId>
    <artifactId>sfm-jdbc-jre9</artifactId>
    <version>8.2.3</version>
</dependency>

Migration v6 to v7

Migration v5 to v6

for the mappers user

there should not be any change needed as the api should be backward compatible, if you encounter an issue please raise a ticket Just make sure all the module are on the same version, as the generic type change will lead to weird errors if not.

for mapper producers

Migration v4 to v5

Migration v3 to v4

Migration v2 to v3

sfm module has been split into

the packages have been renamed

Joda time support

You know need to include the sfm-converter-joda-time module.