You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixes the issue of exception when setting mq.ssl.use.ibm.cipher.mappings.
- In source code, the configuration CONFIG_NAME_MQ_SSL_USE_IBM_CIPHER_MAPPINGS
is defined as Type.BOOLEAN but it was being used as:
config.getString(MQSinkConfig.CONFIG_NAME_MQ_SSL_USE_IBM_CIPHER_MAPPINGS)
Signed-off-by: A S Adil Mohammad <asadilmohammad2020@gmail.com>
Signed-off-by: Joel Hanson <joelhanson025@gmail.com>
assertEquals("Invalid value Not a boolean for configuration mq.ssl.use.ibm.cipher.mappings: Expected value to be either true or false", exc.getMessage());
0 commit comments