- This repository contains the source code MOSIP Packet Manager module. For an overview refer here.
- Its used by "Registration Client" and "Resident Service" to create packets.
- Its used by "Registration Processor" to read packet
The project requires JDK 21.0.3 and mvn version 3.9.6
- Build and install:
$ cd commons-packet
$ mvn clean install -Dgpg.skip=true
$ cd
<service folder>
$ docker build -f Dockerfile
We are using two property files that are accessible in this repository. Please refer the required released tagged version for configuration.
1: application-default.properties
2: packet-manager-default.properties
To deploy services on Kubernetes cluster using Dockers. Refer to Sandbox Deployment.
Tests are performed for this repository using DSL automation testing.
API documentation is available here.
This project is licensed under the terms of Mozilla Public License 2.0.