John Ament

Results 40 comments of John Ament

Why's that? You're basically looking for a shortcut for `cd jaspic && mvn clean install`

I think the key thing is the sheer quantity of modules in the project. To me, there are too many and even someone just looking at it, way too many....

So just wondering, is this still an issue considering the changes that have been pushed in by @adriancole ? I was also kind of curious about this feature set, good...

@adriancole actually the idea is spawned from a discussion here - https://groups.google.com/forum/#!topic/microprofile/YxKba36lye4 - adding CDI integration basically makes this work, and would positive Brave to be heavily used across MP...

hi @reta it's been a while, hope you're doing well. Was wondering your thoughts on this issue. Now that high level rest client is deprecated, do you think it makes...

@reta apologies. no work has started on my side as we are able to do what we need using `opensearch-java` directly instead of the repository pattern though I have more...

Also, I'm sure you already realize it but when cutting over I found it easier to start with something like this, which constructs the java client from the underlying rest...

> but this is certainly one of the possible route to explore. So yeah, I had incorrectly assumed that the `OpenSearchRestClient` was used more than it actually is, and the...

So how would you see handling something like this? In Opensearch, `Alias` has 3 different routing strings - https://github.com/opensearch-project/opensearch-java/blob/main/java-client/src/main/java/org/opensearch/client/opensearch/indices/Alias.java#L52-L68 (the extra field has a different semantic per https://opensearch.org/docs/latest/api-reference/index-apis/alias/ ) But...

This should be good in the next release. I've refactored the code to leverage the returned value of URL injection, instead of manually looking it up. The injection of URL...