Migration Guide from OASP4j 2.3.0 to OASP4j 2.4.0 - rfreier/oasp4j GitHub Wiki
The class io.oasp.module.jpa.dataaccess.api.common.AdvancedRevisionEntity.java is moved to package io.oasp.module.jpa.dataaccess.api and the deprecated version of this class is moved to the package io.oasp.module.jpa.dataaccess.base. To migrate from OASP4J-2.3.0 to OASP4J-2.4.0, follow the steps below
-
Make the changes pertaining to the importing the class io.oasp.module.jpa.dataaccess.api.AdvancedRevisionEntity.java in all the classes where earlier , the class io.oasp.module.jpa.dataaccess.api.common.AdvancedRevisionEntity.java was imported instead.
-
Do a 'mvn clean install' of the project.