Describe the bug
The hardcoded table name used by JdbcUserCredentialRepository
, user_credentials
, has a clash with a default oracle table view: https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/USER_CREDENTIALS.html
To Reproduce
Try and create the table and use it in oracle.
Expected behavior
The ability to configure the table name or extend the class.
Sample