mohitj13
mohitj13
While using dynamic version for dependencies for our project to auto update libraries, the plugin ignore do not works. ``` gradleLint.ignore('duplicate-dependency-class') { compile 'com.sun.jersey:jersey-bundle:1.19.4' } ``` While this one to...
### Expected behavior HttpClient log to be traced into Azure AppInsight when the wiretap is switched on. ``` HttpClient httpClient = HttpClient .create() .wiretap("reactor.netty.http.client.HttpClient", LogLevel.DEBUG, AdvancedByteBufFormat.TEXTUAL); ``` ### Actual behavior...
EMP Connector fails retry subscription when SF result in Server too busy response. Instead of dumping need to capture the response and retry again for subscription Logs that the server...