Description
The common module uses some deprecated APIs as well as partially unnecessary reflection which can be avoided.
Currently reflection is used to call the protected method liquibase.Liquibase#resetServices . Instead of using reflection the method could be exposed as a public method by subclassing the Liquibase class, e.g. KeycloakLiquibase.