riptide
riptide copied to clipboard
Client-side response routing for Spring
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.0 to 3.4.1. Release notes Sourced from maven-javadoc-plugin's releases. 3.4.1 [MJAVADOC-723] - Upgrade Maven Reporting API to 3.1.1/Complete with Maven Reporting Impl 3.2.0 (#158) @pzygielo Skip Java...
Bumps `opentelemetry.version` from 1.16.0 to 1.17.0. Updates `opentelemetry-api` from 1.16.0 to 1.17.0 Release notes Sourced from opentelemetry-api's releases. Version 1.17.0 API API Extensions DEPRECATION: the opentelemetry-extension-annotations module containing @WithSpan and...
Bumps `mockito.version` from 4.6.1 to 4.7.0. Updates `mockito-core` from 4.6.1 to 4.7.0 Release notes Sourced from mockito-core's releases. v4.7.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.7.0 2022-08-13 - 33...
Bumps [maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 3.2.0 to 3.3.0. Release notes Sourced from maven-resources-plugin's releases. 3.3.0 📦 Dependency updates Bump maven-filtering from 3.2.0 to 3.3.0 (#32) @dependabot Bump plexus-utils from 3.4.1 to 3.4.2...
Bumps `spring-boot.version` from 2.7.1 to 2.7.2. Updates `spring-boot-dependencies` from 2.7.1 to 2.7.2 Release notes Sourced from spring-boot-dependencies's releases. v2.7.2 :lady_beetle: Bug Fixes Publishing a docker image to a private registry...
Looks like when `retry` is enabled for the Prometheus does not return the `http_client_requests_seconds` metric for the configured client ## Description The stack we are using is SpringBoot 2.6.8, Riptide...
Bumps opentracing-flowid-starter from 4.1.0 to 4.2.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [failsafe](https://github.com/failsafe-lib/failsafe) from 2.4.3 to 2.4.4. Changelog Sourced from failsafe's changelog. 2.4.4 Bug Fixes Fixed #298 - Fallback.onFailedAttempt not being called correctly Improvements Fixed #296 - Add Automatic-Module-Name entry to...
I would like to be able to configure timeouts on a per request basis similar to what OkHttp calls `Call Timeout` ([link](https://square.github.io/okhttp/4.x/okhttp/okhttp3/-ok-http-client/-builder/call-timeout/)). ## Detailed Description My current understanding is, that...
I get a `UnsupportedOperationException` when I use the `RestOperations#exchange` for the `RestOperations` provided by riptide in combination with a uri template that created via the request entity builders. ## Expected...