-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mosip-38063 Merge develop changes to release-1.3.x (#1373)
* MOSIP-37921 Fixed subscription issue in migrated resident service. (#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]> * MOSIP-37357 corrected readme (#1356) * MOSIP-37357 corrected readme Signed-off-by: kameshsr <[email protected]> * MOSIP-37357 Corrected java version Signed-off-by: kameshsr <[email protected]> * MOSIP-37357 corrected readme Signed-off-by: kameshsr <[email protected]> * MOSIP-37357 Corrected Readme Signed-off-by: kameshsr <[email protected]> * MOSIP-37357 Corrected Readme Signed-off-by: kameshsr <[email protected]> * MOSIP-37357 Corrected Readme Signed-off-by: kameshsr <[email protected]> --------- Signed-off-by: kameshsr <[email protected]> * MOSIP-38063 Merge develop code to release Signed-off-by: kameshsr <[email protected]> * MOSIP-38063 Corrected readme Signed-off-by: kameshsr <[email protected]> * Corrected docker file Signed-off-by: kameshsr <[email protected]> * MOSIP-38063 Corrected version Signed-off-by: kameshsr <[email protected]> * MOSIP-38063 Corrected version Signed-off-by: kameshsr <[email protected]> --------- Signed-off-by: kameshsr <[email protected]>
- Loading branch information
Showing
13 changed files
with
152 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM mosipdev/openjdk-21-jre:latest | ||
FROM mosipid/openjdk-21-jre:21.0.4 | ||
|
||
ARG SOURCE | ||
ARG COMMIT_HASH | ||
|
1 change: 1 addition & 0 deletions
1
db_upgrade_scripts/mosip_resident/sql/1.2.0.1_to_1.2.1.0_rollback.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
\echo 'Upgrade Queries not required for transition from $CURRENT_VERSION to $UPGRADE_VERSION' |
1 change: 1 addition & 0 deletions
1
db_upgrade_scripts/mosip_resident/sql/1.2.0.1_to_1.2.1.0_upgrade.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
\echo 'Upgrade Queries not required for transition from $CURRENT_VERSION to $UPGRADE_VERSION' |
1 change: 1 addition & 0 deletions
1
db_upgrade_scripts/mosip_resident/sql/1.2.1.0_to_1.3.0_rollback.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
\echo 'Upgrade Queries not required for transition from $CURRENT_VERSION to $UPGRADE_VERSION' |
1 change: 1 addition & 0 deletions
1
db_upgrade_scripts/mosip_resident/sql/1.2.1.0_to_1.3.0_upgrade.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
\echo 'Upgrade Queries not required for transition from $CURRENT_VERSION to $UPGRADE_VERSION' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.