(2016-11-01 12:44:24) rgrunber: mbooth: did you see nboldt's post about httpclient class missing ? (2016-11-01 12:44:58) ***mbooth reads back (2016-11-01 12:48:38) rgrunber: oh i think i know why (2016-11-01 12:49:15) rgrunber: nboldt: mbooth http://pkgs.devel.redhat.com/cgit/rpms/httpcomponents-client/tree/httpcomponents-client.spec?h=rhscl-2.3-rh-java-common-rhel-7#n48 .. the path is ./httpcomponents-client-4.3.6/httpclient-cache/src/main/java/org/apache/http/client/cache/HttpCacheStorage.java .. so it looks like it doesn't get built. (2016-11-01 12:52:22) rgrunber: hmm but should it really be in httpclient main package ? (2016-11-01 12:52:42) mbooth: rgrunber: Looks like it built as a separate jar in Fedora. Does orbit do some kind munging? (2016-11-01 12:53:28) rgrunber: eve maven central doesn't have it in the main jar (2016-11-01 12:53:35) ***rgrunber checks orbit (2016-11-01 12:54:23) rgrunber: bingo.. Orbit to blame. (2016-11-01 12:56:57) mbooth: rgrunber: Probably the solution would be get that jar built in the SCL (bug on rh-java-common) and then devstudio should import-package httpcomponents stuff (2016-11-01 12:58:17) mbooth: And of course next version of httpcomponents in orbit should be made to DTRT :-) (2016-11-01 12:59:05) rgrunber: so orbit shipped some horrible fusion of cache + client + (i don't wanna think about it) and called it httpclient. (2016-11-01 12:59:41) rgrunber: mbooth: oh it will be.. because i'm pushing it in :P (2016-11-01 12:59:47) rgrunber: (for docker-client) (2016-11-01 12:59:48) mbooth: \o/ (2016-11-01 13:10:38) akazakov: it's not actually devstudio. Thym is in Eclipse. It's our upstream. And it requires the httpclient bundle (2016-11-01 13:10:54) akazakov: so we can't fix it in devstudio only (2016-11-01 13:11:00) #eclipse: mode (+o mattn) by fuhbot (2016-11-01 13:12:37) akurtakov: rgrunber: mbooth: make sure that ecf pulls latest/fixed httpclient (2016-11-01 13:12:48) akurtakov: that would ensure that everyone else will get it :) (2016-11-01 13:14:09) mbooth: Sure