-
I'm using ratpack HTTP client to make a POST call to a service:
1. A make a POST call to an external service with the body.
2. The external service returns a 302 HTTP status code with a URL to be …
-
### Expected behavior
As with 4.1.12 and earlier, it is possible to reflect an incoming HTTP request body back out as the response in a streaming fashion (i.e. don't buffer request body then send).…
-
Exception appears to be:`
2015-03-07T16:48:17.249232+00:00 app[web.1]: java.lang.RuntimeException: Not an array response from https://api.github.com/repos/ratpack/ratpack/milestones?state=open&sort=d…
-
For no reason gradle build started to fail with a _load error_, I don't quite understand what's wrong. I didn't changed anything in the buildscript.
```shell
$ ./gradlew build
> Task :2021-11-0…
bric3 updated
9 months ago
-
```jsx
// @ratpack { target: 'node' }
console.log('we in node yet?')
```
experience - instead of opening a terminal, we could setup remote debugging and open up a browser tab instead, with the c…
-
Work is here: https://github.com/ratpack/FrameworkBenchmarks/tree/ratpack-dev
Addition freeze is February 15.
This is the current output from the latest run:
```
INFO:root:Sleeping 60 seconds to ens…
-
**Description of the issue**
Data flow tracking doesn't currently work when the flow source uses non-procedural based data flow and instead uses stream or asynchronous paradigms.
A few examples:…
-
This feature request arose from the problem of an infinite loop if a `@RequestScoped` provider is registered for a type which retrieves a value from the request and there is no value for that given ty…
-
Resilience4j version: resilience4j-circuitbreaker-1.3.1
Java version: 8
Is there a standard way to configure resilience4j's circuit breaker, similar to what is in [resilience4j-spring](https://g…
-
~