Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix usage of deprecated API in common module #22209

@thomasdarimont

Description

@thomasdarimont

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions