Re: Creating a fatJar with only the classes / methods actually being used

2018-02-21 Thread Oliver Lietz
On Monday 19 February 2018 22:36:48 Roy Teeuwen wrote: > Hey guys, Hi Roy, > I am trying to use Elasticsearch in an OSGi environment, which doesn't seem > to be that easy. They have two jars that they provide as clients (since > elasticsearch 5) > > - elasticsearch-rest-client > - elasticsearch-

Creating a fatJar with only the classes / methods actually being used

2018-02-19 Thread Roy Teeuwen
Hey guys, I am trying to use Elasticsearch in an OSGi environment, which doesn't seem to be that easy. They have two jars that they provide as clients (since elasticsearch 5) - elasticsearch-rest-client - elasticsearch-rest-high-level-client [1] The first one is a low level api client, it uses