Removed deprecated properties, added mandatory properties to AbstractSqlDialect
Summary
In this release, we applied changes from the common-java project, where deprecated properties CONNECTION_STRING, USERNAME and PASSWORD were removed.
We also added a set of pre-defined dialect properties in the AbstractSqlDialect class, so users don't need to add them to each dialect anymore.