All Classes and Interfaces
Class
Description
Binding between client and clientScope
This class overrides original ForeignKeySnapshotGenerator from liquibase 3.5.5.
We need to remove DELETE SQL command, which liquibase adds by default when inserting record to table lock.
We use "SELECT FOR UPDATE" pessimistic locking (Same algorithm like Hibernate LockMode.PESSIMISTIC_WRITE )
Liquibase lock service, which has some bugfixes and assumes timeouts to be configured in milliseconds
Binding between realm and default clientScope
Dummy lock service injected to Liquibase.
The MySQL database is the only database where columns longer than 255 characters are changed to a TEXT column, allowing
for up to 64k characters.
Create hashes for long values stored in the database.
Migration class to remove old rh-sso themes.
Migration class to update themes for those who had upgraded to 22.0.0 already.
Custom liquibase change to migrate legacy
terms and conditions required action for federated users (table
FED_USER_REQUIRED_ACTION, in line with what JpaUpdate21_0_2_TermsAndConditionsRequiredAction
did to migrate the same action for regular users.Update CREATED_ON and LAST_SESSION_REFRESH columns to current startup time
Status of database up-to-dateness
A
Logger implementation that delegates to a JBoss Logger.A
LogService implementation that creates instances of KeycloakLogger.Indicates that retrieve lock wasn't successful, but it worth to retry it in different transaction (For example if we were trying to create LOCK table, but other transaction
created the table in the meantime etc)
Changes VARCHAR type with size greater than 255 to text type for MySQL 8 and newer.
JPA entity representing an internet domain that can be associated with an organization.