Community
Participate
Working Groups
currently the solrj bundle exports the impl package like so: org.apache.solr.client.solrj.impl;version="1.4.0";x-friends:="org.apache.solr.core" the trouble with this is that one needs to be able to instantiate CommonsHttpSolrServer which is in that package. so the simple fix is to just drop that x-friends directive and all is well.
Fix released. Should be in the next Orbit I build and likely in the M6 S build.