Sylvain Wallez

Results 49 comments of Sylvain Wallez

I just started using Jasper and it's great so far, except that the middle pane (issue summary list) is really small on a large/wide display. Having resizable panes would make...

@mikezerosix instead of spreading FUD and quoting a [director for corporate and business development](https://www.linkedin.com/in/jasonyujuico/) that may not be well versed in licensing details, you should read the section on HLRC...

@mikezerosix it seems to me your request to Elastic was not handled as it should have been, since the FAQ on HLRC was not even mentioned. I work at Elastic,...

Thanks for having taken care of this @russcam! Since 8.4 is already out, I will not publish 8.3.3 to crates.io, but will promptly release 8.4.1.

... and done! Version 8.4.0 has been released! https://crates.io/crates/elasticsearch

Good catch @orberkov, thanks. Unfortunately this documentation has been updated in #265. In order to move this PR forward, please: - sign the CLA (contributor license agreement) as [explained above](https://github.com/elastic/elasticsearch-java/pull/263#issuecomment-1113920188),...

Actually we do already have some early bits of random testing in [JSON serialization tests](https://github.com/elastic/elasticsearch-java/blob/40961e49a0e5c97715174af9c0fc9991f9edcd10/java-client/src/test/java/co/elastic/clients/elasticsearch/model/ModelTestCase.java#L45) since we have the Jackson and JSON-B implementations. It makes sense to use something more...

I cannot reproduce the issue in 7.17.5 and in 7.17.2. Here's the unit test used to check, in which I also included the term suggester since you mention it in...

You should not need to, as commons logging should be imported by transitive dependencies via `elasticsearch-rest-client`. Maybe you have some specific version or dependency overrides in your build definition?

Thanks for the report. The older High Level Rest Client could not be used as a Java 9 module because of split package issues that no more exist in this...