Deep Dependency Issue

2018-11-24 Thread Rob McKinnon
I am trying to add Thymeleaf to an OSGi bundle and I am running into dependency issues. As I add the dependencies from the maven dependency:tree report I see further decencies for JDK level stuff like. (&(package=com.sun.jdi.connect)) (&(package=com.sun.jdi)) Is there a way around this? I am assu

Re: Deep Dependency Issue

2018-11-24 Thread Roy Teeuwen
Hey, You could have a look at https://github.com/apache/sling-org-apache-sling-scripting-thymeleaf Thats an osgi bundle for thymeleaf Greets, Roy > On 24 Nov 2018, at 14:34, Rob McKinnon wrote: > > I am trying to add Thy

Elasticsearch rest client

2018-11-24 Thread Roy Teeuwen
Hey, I am trying to use the Elasticsearch rest client (version 6) in Felix / Sling, but it seems I am only capable of using the (wrapped) low level rest client because the high level one has sooo many dependencies and I haven't been capable to get it to work yet. Anyone maybe ever made a wrappe

Re: Elasticsearch rest client

2018-11-24 Thread Alain Picard
Roy, Not sure how well that will match for you, but here's the list from our search bundle and it includes the high-level client. YMMV Cheers, Alain lib/elasticsearch-6.4.0.jar, lib/elasticsearch-rest-high-level-client-6.4.0.jar, lib/elasticsearch-rest-client-6.4.0.jar, lib/elasticsearch-co

Re: Elasticsearch rest client

2018-11-24 Thread Jean-Baptiste Onofré
Hi Roy, you can take a look on the Karaf Decanter Elasticsearch REST appender: https://github.com/apache/karaf-decanter/tree/master/appender/elasticsearch-rest Regards JB On 24/11/2018 15:08, Roy Teeuwen wrote: > Hey, > > I am trying to use the Elasticsearch rest client (version 6) in Felix /

Re: Deep Dependency Issue

2018-11-24 Thread Oliver Lietz
On Saturday 24 November 2018 15:06:51 Roy Teeuwen wrote: > Hey, > > You could have a look at > https://github.com/apache/sling-org-apache-sling-scripting-thymeleaf > > > Thats an osgi bundle for thymeleaf > > Greets, > Roy >

Re: Elasticsearch rest client

2018-11-24 Thread Francois Papon
Hi Roy, We are using the ES rest client in Karaf Decanter appender, may be it could help: https://github.com/apache/karaf-decanter/tree/master/appender/elasticsearch-rest regards, François Papon fpa...@apache.org Le 24/11/2018 à 18:08, Roy Teeuwen a écrit : > Hey, > > I am trying to use the El