Skip to content

Commit 88510b2

Browse files
A S Adil MohammadJoel-hanson
authored andcommitted
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

File tree

src/integration/java/com/ibm/eventstreams/connect/mqsink/MQSinkTaskIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ public void verifyMQSslUseIbmCipherMappings() {
139139

140140
// Check if the config reflects the change
141141
assertEquals(System.getProperty("com.ibm.mq.cfg.useIBMCipherMappings"), "true");
142-
143142
// Verify the exception messages
144143
connectorConfigProps.put("mq.ssl.use.ibm.cipher.mappings", "Not a boolean");
145144
final ConfigException exc = assertThrows(ConfigException.class, () -> {

0 commit comments

Comments
 (0)