Skip to content

Commit

Permalink
MOSIP-37921 Fixed subscription issue in migrated resident service. (m…
Browse files Browse the repository at this point in the history
…osip#1365)

* MOSIP-35611 Fixed subscription issue in resident service

Signed-off-by: kameshsr <[email protected]>

* MOSIP-35611 Fixed websub issue

Signed-off-by: kameshsr <[email protected]>

* MOSIP-35611 Fixed websub issue

Signed-off-by: kameshsr <[email protected]>

* MOSIP-35611 Fixed websub issue

Signed-off-by: kameshsr <[email protected]>

* Corrected version

Signed-off-by: kameshsr <[email protected]>

* MOSIP-35611 Comment postconstruct for testing

Signed-off-by: kameshsr <[email protected]>

* MOSIP-35611 Corrected task sceduler

Signed-off-by: kameshsr <[email protected]>

* MOSIP-35611 Fixed websub issue

Signed-off-by: kameshsr <[email protected]>

* MOSIP-35611 Made thread pool values configurable

Signed-off-by: kameshsr <[email protected]>

* MOSIP-35611 Fixed websub issue

Signed-off-by: kameshsr <[email protected]>

* MOSIP-35611 Fixed startup issue

Signed-off-by: kameshsr <[email protected]>

* MOSIP-35611 Fixed startup issue

Signed-off-by: kameshsr <[email protected]>

* Mosip-35611 Fixed websub issue

Signed-off-by: kameshsr <[email protected]>

---------

Signed-off-by: kameshsr <[email protected]>
  • Loading branch information
kameshsr committed Dec 6, 2024
1 parent 40579ca commit 02343c6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ openapi.info.license.url=https://docs.mosip.io/platform/license
mosipbox.public.url=http://localhost:8099
openapi.residentServiceServer.servers[0].url=${mosipbox.public.url}/resident/v1
openapi.residentServiceServer.servers[0].description=Resident Service
spring.devtools.restart.enabled = false
spring.devtools.restart.enabled = false

logging.level.root=DEBUG

0 comments on commit 02343c6

Please sign in to comment.