-> Issue #23092 (Deprecate HSQL in EmbeddedDatabaseConnection and add HSQLDB as its preferred replacement). -> PR is able to fix the issue by adding the enum hsqldb in the EmbeddedDatabaseConnection file and therey helping for consistency of connection name across different files. -> Added deprecating annotation for old hsql connection name -> Tests are added to verify the changes and ran locally with "pass" status.
Comment From: pivotal-issuemaster
@desainidhi99 Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
Comment From: pivotal-issuemaster
@desainidhi99 Thank you for signing the Contributor License Agreement!
Comment From: mbhave
@desainidhi99 Thank you for your first contribution to Spring Boot! This has now been merged into master along with this polish commit. The polish commit was mainly replacing occurrences of the deprecated HSQL with HSQLDB.
Comment From: desainidhi99
@mbhave - thank you for all your help on it :)