Skip to content

Commit 8f2701a

Browse files
authored
Merge pull request #1932 from Khuddusshariff0022/develop_readme
[MOSIP_32756] adding Readme changes.
2 parents a26e85b + 33fc01c commit 8f2701a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Staged architecture:
1919
* Group 2 stages
2020
* [Securezone notification](registration-processor/pre-processor/registration-processor-securezone-notification-stage)
2121
* [Quality classifier](registration-processor/pre-processor/registration-processor-quality-classifier-stage)
22-
* [Message sender]()
22+
* [Message sender](registration-processor/registration-processor-message-sender-impl)
2323
* Group 3 stages
2424
* [ABIS handler](registration-processor/core-processor/registration-processor-abis-handler-stage)
2525
* [ABIS middleware ](registration-processor/core-processor/registration-processor-abis-middleware-stage)
@@ -39,9 +39,9 @@ Staged architecture:
3939
* [Packet classifier](registration-processor/pre-processor/registration-processor-packet-classifier-stage)
4040
* Verification
4141
* Group 7 stages
42-
* UIN generator
43-
* Biometric extraction
44-
* Finalization
42+
* [UIN generator](registration-processor/core-processor/registration-processor-uin-generator-stage)
43+
* [Biometric extraction](registration-processor/core-processor/registration-processor-biometric-extraction-stage)
44+
* [Finalization](registration-processor/core-processor/registration-processor-finalization-stage)
4545
* [Credential requestor](registration-processor/post-processor/registration-processor-credential-requestor-stage)
4646

4747
The control and data flow in the stages is controlled by [Workflow engine](registration-processor/workflow-engine/)
@@ -53,7 +53,7 @@ Other services:
5353
* Transaction service
5454

5555
### Registration flows
56-
An overview of various enrollment scenarious (or flows) is described in [ID Lifecycle Management](https://docs.mosip.io/1.2.0/id-lifecycle-management). Registration Processor recognises the following flows:
56+
An overview of various enrollment scenarios (or flows) is described in [ID Lifecycle Management](https://docs.mosip.io/1.2.0/id-lifecycle-management). Registration Processor recognises the following flows:
5757

5858
* New
5959
* Update
@@ -87,7 +87,7 @@ See [DB guide](db_scripts/README.md)
8787
[Packetmanager](https://docs.mosip.io/1.2.0/modules/packet-manager)
8888

8989
## Build & run (for developers)
90-
The project requires JDK 1.11.
90+
The project requires JDK 21.0.3 and mvn version 3.9.6
9191
1. To build jars:
9292
```
9393
$ cd registration
@@ -106,16 +106,16 @@ The project requires JDK 1.11.
106106
## Deploy
107107
108108
### Registration processor in sandbox
109-
To deploy Registration Processor services on Kubernetes cluster using Dockers refer to [Sandbox Deployment](https://docs.mosip.io/1.2.0/deployment/sandbox-deployment).
109+
To deploy Registration Processor services on Kubernetes cluster using Dockers refer to [Sandbox Deployment](https://docs.mosip.io/1.2.0/deploymentnew/v3-installation).
110110
111111
## Configuration
112112
Refer to the [configuration guide](docs/configuration.md).
113113
114114
## Test
115-
Automated functional tests available in [Functional Tests repo](https://github.com/mosip/mosip-functional-tests)
115+
Automated functional tests available in [DSL Automation](https://github.com/mosip/mosip-automation-tests)
116116
117117
## APIs
118-
API documentation is available [here](https://docs.mosip.io/1.2.0/api)
118+
API documentation is available [here](https://mosip.github.io/documentation/1.2.0/1.2.0.html)
119119
120120
## License
121121
This project is licensed under the terms of [Mozilla Public License 2.0](LICENSE).

0 commit comments

Comments
 (0)