From fad03f4ed477ef1b438b719332fbeb8e568af109 Mon Sep 17 00:00:00 2001 From: thisarawelmilla Date: Tue, 7 Apr 2026 22:30:34 +0530 Subject: [PATCH 1/3] Add MODE=MSSQLServer; --- .../src/repository/resources/conf/deployment.toml | 6 +++--- .../IS/identityMgt/case_insensitive_user_false.toml | 4 ++-- .../IS/organizationDiscovery/email_as_username.toml | 4 ++-- .../artifacts/IS/provisioning/db_separation_config.toml | 2 +- .../IS/provisioning/default_configs_with_h2_db.toml | 6 +++--- .../resources/artifacts/IS/saml/saml_keystore_rotation.toml | 6 +++--- .../IS/scriptEngine/nashorn_script_engine_config.toml | 4 ++-- .../scriptEngine/openjdknashorn_script_engine_config.toml | 4 ++-- .../artifacts/IS/userMgt/ldap_user_mgt_config.toml | 4 ++-- .../config/deployment-fapi-config.toml | 6 +++--- 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/modules/distribution/src/repository/resources/conf/deployment.toml b/modules/distribution/src/repository/resources/conf/deployment.toml index 25123dd682c..2eff1f78d31 100644 --- a/modules/distribution/src/repository/resources/conf/deployment.toml +++ b/modules/distribution/src/repository/resources/conf/deployment.toml @@ -13,19 +13,19 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [datasource.AgentIdentity] id = "AgentIdentity" -url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" driver = "org.h2.Driver" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/case_insensitive_user_false.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/case_insensitive_user_false.toml index c19e6e2be6b..9975263c771 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/case_insensitive_user_false.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/case_insensitive_user_false.toml @@ -15,13 +15,13 @@ use_case_sensitive_username_for_cache_keys = "false" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/organizationDiscovery/email_as_username.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/organizationDiscovery/email_as_username.toml index 497c77ea0ab..1f7f3f85be4 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/organizationDiscovery/email_as_username.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/organizationDiscovery/email_as_username.toml @@ -14,13 +14,13 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/db_separation_config.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/db_separation_config.toml index 8bcb05054f9..ac0f779096e 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/db_separation_config.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/db_separation_config.toml @@ -37,7 +37,7 @@ password = "wso2carbon" [datasource.CONSENT_DB] id = "CONSENT_DB" -url = "jdbc:h2:./repository/database/CONSENT_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/CONSENT_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" driver = "org.h2.Driver" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/default_configs_with_h2_db.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/default_configs_with_h2_db.toml index d3b52fcf999..1cffc5cb027 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/default_configs_with_h2_db.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/default_configs_with_h2_db.toml @@ -14,19 +14,19 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [datasource.AgentIdentity] id = "AgentIdentity" -url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" driver = "org.h2.Driver" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/saml/saml_keystore_rotation.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/saml/saml_keystore_rotation.toml index 6eb5d44ff3a..e1af9c4cb6e 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/saml/saml_keystore_rotation.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/saml/saml_keystore_rotation.toml @@ -14,19 +14,19 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [datasource.AgentIdentity] id = "AgentIdentity" -url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" driver = "org.h2.Driver" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/nashorn_script_engine_config.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/nashorn_script_engine_config.toml index 7326055196d..43b2e92447a 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/nashorn_script_engine_config.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/nashorn_script_engine_config.toml @@ -14,13 +14,13 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/openjdknashorn_script_engine_config.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/openjdknashorn_script_engine_config.toml index e08875c1879..c65dc1e07ee 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/openjdknashorn_script_engine_config.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/openjdknashorn_script_engine_config.toml @@ -14,13 +14,13 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/userMgt/ldap_user_mgt_config.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/userMgt/ldap_user_mgt_config.toml index 809f9943990..830d508c536 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/userMgt/ldap_user_mgt_config.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/userMgt/ldap_user_mgt_config.toml @@ -18,13 +18,13 @@ base_dn = "dc=wso2,dc=org" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" diff --git a/oidc-fapi-conformance-tests/config/deployment-fapi-config.toml b/oidc-fapi-conformance-tests/config/deployment-fapi-config.toml index 494e9154f89..f946df1d3f2 100644 --- a/oidc-fapi-conformance-tests/config/deployment-fapi-config.toml +++ b/oidc-fapi-conformance-tests/config/deployment-fapi-config.toml @@ -13,19 +13,19 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [datasource.AgentIdentity] id = "AgentIdentity" -url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" driver = "org.h2.Driver" From 99211d84659cc02fe124b8083bfb81df0cf2c689 Mon Sep 17 00:00:00 2001 From: thisarawelmilla Date: Tue, 7 Apr 2026 22:53:27 +0530 Subject: [PATCH 2/3] Add MODE=MSSQLServer; --- .../src/repository/resources/conf/deployment.toml | 6 +++--- .../IS/identityMgt/case_insensitive_user_false.toml | 4 ++-- .../IS/organizationDiscovery/email_as_username.toml | 4 ++-- .../artifacts/IS/provisioning/db_separation_config.toml | 2 +- .../IS/provisioning/default_configs_with_h2_db.toml | 6 +++--- .../resources/artifacts/IS/saml/saml_keystore_rotation.toml | 6 +++--- .../IS/scriptEngine/nashorn_script_engine_config.toml | 4 ++-- .../scriptEngine/openjdknashorn_script_engine_config.toml | 4 ++-- .../artifacts/IS/userMgt/ldap_user_mgt_config.toml | 4 ++-- .../config/deployment-fapi-config.toml | 6 +++--- pom.xml | 4 ++-- 11 files changed, 25 insertions(+), 25 deletions(-) diff --git a/modules/distribution/src/repository/resources/conf/deployment.toml b/modules/distribution/src/repository/resources/conf/deployment.toml index 2eff1f78d31..7cfd761b01d 100644 --- a/modules/distribution/src/repository/resources/conf/deployment.toml +++ b/modules/distribution/src/repository/resources/conf/deployment.toml @@ -13,19 +13,19 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [datasource.AgentIdentity] id = "AgentIdentity" -url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" driver = "org.h2.Driver" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/case_insensitive_user_false.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/case_insensitive_user_false.toml index 9975263c771..c19cce0cc61 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/case_insensitive_user_false.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/case_insensitive_user_false.toml @@ -15,13 +15,13 @@ use_case_sensitive_username_for_cache_keys = "false" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/organizationDiscovery/email_as_username.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/organizationDiscovery/email_as_username.toml index 1f7f3f85be4..638be80a3c2 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/organizationDiscovery/email_as_username.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/organizationDiscovery/email_as_username.toml @@ -14,13 +14,13 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/db_separation_config.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/db_separation_config.toml index ac0f779096e..78ef302ef26 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/db_separation_config.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/db_separation_config.toml @@ -37,7 +37,7 @@ password = "wso2carbon" [datasource.CONSENT_DB] id = "CONSENT_DB" -url = "jdbc:h2:./repository/database/CONSENT_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/CONSENT_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" driver = "org.h2.Driver" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/default_configs_with_h2_db.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/default_configs_with_h2_db.toml index 1cffc5cb027..cf5d7c557f0 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/default_configs_with_h2_db.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/default_configs_with_h2_db.toml @@ -14,19 +14,19 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [datasource.AgentIdentity] id = "AgentIdentity" -url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" driver = "org.h2.Driver" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/saml/saml_keystore_rotation.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/saml/saml_keystore_rotation.toml index e1af9c4cb6e..6e59090c19e 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/saml/saml_keystore_rotation.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/saml/saml_keystore_rotation.toml @@ -14,19 +14,19 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [datasource.AgentIdentity] id = "AgentIdentity" -url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" driver = "org.h2.Driver" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/nashorn_script_engine_config.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/nashorn_script_engine_config.toml index 43b2e92447a..e2afffe71fd 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/nashorn_script_engine_config.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/nashorn_script_engine_config.toml @@ -14,13 +14,13 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/openjdknashorn_script_engine_config.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/openjdknashorn_script_engine_config.toml index c65dc1e07ee..07614689485 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/openjdknashorn_script_engine_config.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/openjdknashorn_script_engine_config.toml @@ -14,13 +14,13 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/userMgt/ldap_user_mgt_config.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/userMgt/ldap_user_mgt_config.toml index 830d508c536..599bc7dee06 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/userMgt/ldap_user_mgt_config.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/userMgt/ldap_user_mgt_config.toml @@ -18,13 +18,13 @@ base_dn = "dc=wso2,dc=org" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" diff --git a/oidc-fapi-conformance-tests/config/deployment-fapi-config.toml b/oidc-fapi-conformance-tests/config/deployment-fapi-config.toml index f946df1d3f2..919d9b672a1 100644 --- a/oidc-fapi-conformance-tests/config/deployment-fapi-config.toml +++ b/oidc-fapi-conformance-tests/config/deployment-fapi-config.toml @@ -13,19 +13,19 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [datasource.AgentIdentity] id = "AgentIdentity" -url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;MODE=MSSQLServer;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" driver = "org.h2.Driver" diff --git a/pom.xml b/pom.xml index 81ea6575c6e..af74b7ac6e5 100755 --- a/pom.xml +++ b/pom.xml @@ -2685,7 +2685,7 @@ - 7.10.135 + 7.10.137-SNAPSHOT [5.14.67, 8.0.0) @@ -2736,7 +2736,7 @@ 1.12.0 - 1.12.10 + 1.12.11-SNAPSHOT 1.2.3 1.2.2 From 387fa888b56be9f30fb4e05bd465aea15f03b3ec Mon Sep 17 00:00:00 2001 From: thisarawelmilla Date: Tue, 7 Apr 2026 23:21:45 +0530 Subject: [PATCH 3/3] Add COLLATION=en_US; --- .../src/repository/resources/conf/deployment.toml | 6 +++--- .../IS/identityMgt/case_insensitive_user_false.toml | 4 ++-- .../IS/organizationDiscovery/email_as_username.toml | 4 ++-- .../artifacts/IS/provisioning/db_separation_config.toml | 2 +- .../IS/provisioning/default_configs_with_h2_db.toml | 6 +++--- .../resources/artifacts/IS/saml/saml_keystore_rotation.toml | 6 +++--- .../IS/scriptEngine/nashorn_script_engine_config.toml | 4 ++-- .../scriptEngine/openjdknashorn_script_engine_config.toml | 4 ++-- .../artifacts/IS/userMgt/ldap_user_mgt_config.toml | 4 ++-- .../config/deployment-fapi-config.toml | 6 +++--- pom.xml | 4 ++-- 11 files changed, 25 insertions(+), 25 deletions(-) diff --git a/modules/distribution/src/repository/resources/conf/deployment.toml b/modules/distribution/src/repository/resources/conf/deployment.toml index 7cfd761b01d..aedf83d64c2 100644 --- a/modules/distribution/src/repository/resources/conf/deployment.toml +++ b/modules/distribution/src/repository/resources/conf/deployment.toml @@ -13,19 +13,19 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [datasource.AgentIdentity] id = "AgentIdentity" -url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" driver = "org.h2.Driver" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/case_insensitive_user_false.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/case_insensitive_user_false.toml index c19cce0cc61..5ac5e76e720 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/case_insensitive_user_false.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/case_insensitive_user_false.toml @@ -15,13 +15,13 @@ use_case_sensitive_username_for_cache_keys = "false" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/organizationDiscovery/email_as_username.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/organizationDiscovery/email_as_username.toml index 638be80a3c2..4ee8c953ddd 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/organizationDiscovery/email_as_username.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/organizationDiscovery/email_as_username.toml @@ -14,13 +14,13 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/db_separation_config.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/db_separation_config.toml index 78ef302ef26..e6409b38085 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/db_separation_config.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/db_separation_config.toml @@ -37,7 +37,7 @@ password = "wso2carbon" [datasource.CONSENT_DB] id = "CONSENT_DB" -url = "jdbc:h2:./repository/database/CONSENT_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/CONSENT_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" driver = "org.h2.Driver" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/default_configs_with_h2_db.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/default_configs_with_h2_db.toml index cf5d7c557f0..bbd5b2cb556 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/default_configs_with_h2_db.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/default_configs_with_h2_db.toml @@ -14,19 +14,19 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [datasource.AgentIdentity] id = "AgentIdentity" -url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" driver = "org.h2.Driver" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/saml/saml_keystore_rotation.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/saml/saml_keystore_rotation.toml index 6e59090c19e..bc6199a5d01 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/saml/saml_keystore_rotation.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/saml/saml_keystore_rotation.toml @@ -14,19 +14,19 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [datasource.AgentIdentity] id = "AgentIdentity" -url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" driver = "org.h2.Driver" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/nashorn_script_engine_config.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/nashorn_script_engine_config.toml index e2afffe71fd..3a786ba0b39 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/nashorn_script_engine_config.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/nashorn_script_engine_config.toml @@ -14,13 +14,13 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/openjdknashorn_script_engine_config.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/openjdknashorn_script_engine_config.toml index 07614689485..89e41f1b4ce 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/openjdknashorn_script_engine_config.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/openjdknashorn_script_engine_config.toml @@ -14,13 +14,13 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/userMgt/ldap_user_mgt_config.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/userMgt/ldap_user_mgt_config.toml index 599bc7dee06..4816a6f89dd 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/userMgt/ldap_user_mgt_config.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/userMgt/ldap_user_mgt_config.toml @@ -18,13 +18,13 @@ base_dn = "dc=wso2,dc=org" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" diff --git a/oidc-fapi-conformance-tests/config/deployment-fapi-config.toml b/oidc-fapi-conformance-tests/config/deployment-fapi-config.toml index 919d9b672a1..9756fe65046 100644 --- a/oidc-fapi-conformance-tests/config/deployment-fapi-config.toml +++ b/oidc-fapi-conformance-tests/config/deployment-fapi-config.toml @@ -13,19 +13,19 @@ type = "database_unique_id" [database.identity_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [database.shared_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2SHARED_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" [datasource.AgentIdentity] id = "AgentIdentity" -url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;IGNORECASE=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" +url = "jdbc:h2:./repository/database/WSO2AGENTIDENTITY_DB;COLLATION=en_US;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000" username = "wso2carbon" password = "wso2carbon" driver = "org.h2.Driver" diff --git a/pom.xml b/pom.xml index af74b7ac6e5..81ea6575c6e 100755 --- a/pom.xml +++ b/pom.xml @@ -2685,7 +2685,7 @@ - 7.10.137-SNAPSHOT + 7.10.135 [5.14.67, 8.0.0) @@ -2736,7 +2736,7 @@ 1.12.0 - 1.12.11-SNAPSHOT + 1.12.10 1.2.3 1.2.2