In my project am getting
Caused by: java.lang.ArrayStoreException: org.apache.http.impl.cookie.BasicPathHandler
at org.apache.http.impl.cookie.RFC6265CookieSpecProvider.create(RFC6265CookieSpecProvider.java:108) ~[httpclient-4.5.2.jar:4.5.2]
at org.apache.http.client.protocol.RequestAddCookies.process(RequestAddCookies.java:152) ~[jdbc-1.1.2.jar:na]
at org.apache.http.protocol.ImmutableHttpProcessor.process(ImmutableHttpProcessor.java:132) ~[httpcore-4.4.4.jar:4.4.4]
at org.apache.http.impl.nio.client.MainClientExec.prepareRequest(MainClientExec.java:520) ~[httpasyncclient-4.1.1.jar:4.1.1]
at org.apache.http.impl.nio.client.MainClientExec.prepare(MainClientExec.java:146) ~[httpasyncclient-4.1.1.jar:4.1.1]
at org.apache.http.impl.nio.client.DefaultClientExchangeHandlerImpl.start(DefaultClientExchangeHandlerImpl.java:124) ~[httpasyncclient-4.1.1.jar:4.1.1]
at org.apache.http.impl.nio.client.InternalHttpAsyncClient.execute(InternalHttpAsyncClient.java:141) ~[httpasyncclient-4.1.1.jar:4.1.1]
at org.apache.http.impl.nio.client.CloseableHttpAsyncClient.execute(CloseableHttpAsyncClient.java:74) ~[httpasyncclient-4.1.1.jar:4.1.1]
at org.apache.http.impl.nio.client.CloseableHttpAsyncClient.execute(CloseableHttpAsyncClient.java:107) ~[httpasyncclient-4.1.1.jar:4.1.1]
at org.apache.http.impl.nio.client.CloseableHttpAsyncClient.execute(CloseableHttpAsyncClient.java:91) ~[httpasyncclient-4.1.1.jar:4.1.1]
and if we look closer it's a conflict of library's hence this
at org.apache.http.client.protocol.RequestAddCookies.process(RequestAddCookies.java:152) ~[jdbc-1.1.2.jar:na]
I think if we shade jdbc it will help
In my project am getting
and if we look closer it's a conflict of library's hence this
I think if we shade
jdbcit will help