Shalaka1197

Results 10 issues of Shalaka1197

I am using latest Mockito version 5.8.0 along with Java 17. But my test cases failing for ArgumentMatchers.endsWith() function which was working previously with Mockito version 3. Mockito.verify(logger).error(ArgumentMatchers.endsWith("xyz"),ArgumentMatchers. any()); Please...

@mrniko I have upgraded it to latest version as per mentioned by you #5416.That errors are not coming but some other errors are coming and issue is still persist. It...

In 1.2.2 version of client I am continuously getting below MqttException. Is there any fix is available around it ? org.eclipse.paho.client.mqttv3.MqttException: MqttException Please fill out the form below before submitting,...

Please fill out the form below before submitting, thank you! - [ ] Bug exists Release Version 1.2.5 ( Master Branch) - [ ] Bug exists in MQTTv3 Client on...

What is use of acknowledge function in Mqtt5Publish class ? ` void acknowledge(); ` Please let me know if there is any example for this.

question

Which is the Java 17 supported version ?

I am getting below exceptions when I am doing put and delete operations of state store. `Ajava.lang.UnsupportedOperationException: getPosition is not implemented by this StateStore   at org.apache.kafka.streams.processor.StateStore.getPosition(StateStore.java:165)   at org.apache.kafka.streams.state.internals.ChangeLoggingKeyValueBytesStore.log(ChangeLoggingKeyValueBytesStore.java:142)   at org.apache.kafka.streams.state.internals.ChangeLoggingKeyValueBytesStore.delete(ChangeLoggingKeyValueBytesStore.java:110)   ...

Please tell me the valid test scenarios for below HiveMQ success codes. Is there any test cases are available for the same ? - SUCCESS ,NO_MATCHING_SUBSCRIBERS ,UNSPECIFIED_ERROR , IMPLEMENTATION_SPECIFIC_ERROR, NOT_AUTHORIZED...

question

I am getting below exception when I am trying to connect to postgres using ssl. I am connecting by using root.crt file and verify-full mode. `Caused by: sun.security.validator.ValidatorException: PKIX path...

How one way and two way TLS SSL mechanism is implemented in postgres ?