Commit 88510b2
fix: incorrect datatype in config (ibm-messaging#74)
- 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>1 parent db45f7b commit 88510b2
1 file changed
Lines changed: 0 additions & 1 deletion
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | 142 | | |
144 | 143 | | |
145 | 144 | | |
| |||
0 commit comments