Using an updated version of Apache HTTP Client in an extension
One answer
Hi Chemi,
I am assuming you talk about Plain Java Api. You would probably have to replace the related libraries from the Plain Java Client Libraries with never versions. I am not sure this is possible. The same would basically be true for the Eclipse Client. You would have to test if it is working or not.
I am assuming you talk about Plain Java Api. You would probably have to replace the related libraries from the Plain Java Client Libraries with never versions. I am not sure this is possible. The same would basically be true for the Eclipse Client. You would have to test if it is working or not.
Comments
Hi Ralph. I was refering to a custom Follow-on action and not Java Plain API. Currently I added a dependency to the included Apache HTTP Plug-in but it is outdated and I was looking for a way to include and use my own version. Perhaps it is as easy as include JAR files into my plug-in, but I wanted to check with the community if there were any pitfall I was not seeing.