You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-http...@googlegroups.com
Hey guys - I have a need to use the 4.2 versions of both the httpclient/httpcore jars rather than those packaged in the dependencies. As a sanity check, I ran the tests against the 4.2 jars and ran into a sole problem:
testRequestsWithContent(com.google.api.client.http.apache.ApacheHttpTransportTest): Invalid use of BasicClientConnManager: connection still allocated.(..)
I revised the test in question to instantiate a new transport for each execution and it ran successfully. Can someone confirm for me that this issue is just with the test and the 4.2 versions of these jars is compatible?