Adapters developed using versions prior to
Local Edition 5.x SDK can be imported in the new version of the SDK.
To import existing adapters:
Procedure
Create a new adapter project using the
create-adapter.sh/bat script.
Note: The project name and other package name must be same as the existing adapter project that you want to import.
Copy the existing source package into the newly created sub-project.
Copy the third-party libraries into the lib folder of the sub-project.
Note: For an existing adapter being developed as a maven-based project, provide the gradle form of dependencies in the sub-project's
build.gradle file. For more information, see the
Referring to Third-Party Libraries topic.