Hi, I merged down the latest changes from entityhub to the ng branch (locall for now) and I'm encountering compilation issues.
After hours of trying to find out what went wrong with merge and cursing svn I found out that I was looking in the wrong place. The clerezza solr yard doesn't compile using the current version of entityhub.query.clerezza but it requires version 0.11. When compiling with the current trunk version one gets: ClerezzaYard.java:[177,13] error: method activate in class AbstractYard cannot be applied to given types While switching back the pom.xml to use version 0.11 of entityhub.query.clerezza I think this will probably cause problems at runtime. Shipping a launcher with the two versions of a bundle I think is not supported by sling launchpad. How is this solved for the planned 0.12 launcher release? Cheers, Reto