j3t
j3t
> How can I use Spring WebFlux with OpenSearch? You can use the open search async client with Mono.fromFuture but this is just a workaround, for example `Mono.fromFuture(client.search(searchRequest, JsonNode.class))`
> Is there any progress on this item or a workaround? Yes there is a workaround. We just changed our spec from `"lang": {"allOf":[{"$ref":"#/components/schemas/Language"}],"description":"language of incoming query"}` to `"lang": {"$ref":...
Using https protocol solves the problem in my case. `npm install git+https://github.com/aca-mobile/ti-unit.git#1.1.1`
just put the cache step around the relevant stages ... ``` node { stage('A') { ... } cache(...) { stage('B') { ... } stage('C') { ... } } stage('D') {...
Ok, now I get what you are talking about. You want that the messages are printed out in the blueocean view as well and not just be visible in the...
What is the specific problem? Is there something I can do? Otherwise I would like close this ticket.
* `hashFiles` expects a pattern which may match multiple files * matching files might not have any content Keeping this in mind I would argue it is fine like it...
I thought about it and I guess it is more clear when `hashFiles` returns an empty (just an empty string, no md5 hash) in case no files were found or...
According to https://www.jenkins.io/blog/2022/06/28/require-java-11/, a lot of Jenkins installations are still using Java 8. I have the feeling we are to early with the update. What do you think?
We had a similar discussion (see #14) and I believe something like this could be valuable. According to the documentation (https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#output-parameters-for-the-cache-action), the cache step provides an output property (`cache-hit`) which...