-
When I run my application without `-t` it works properly but "continuous" leads to `MissingMethodException`.
I've created ratpack application from scratch (latest lazybones template) to show the pro…
-
hi,i use Graphite with ratpack send custom metrics to carbon,but the default GraphiteReporter only send default "2xx-responses" and "get-requests" to carbon
the code is like that:
bindings {
modul…
-
It would make sense to be able to have an app that can serve some content over HTTP and some over HTTPS. #128 allows running exclusively over HTTPS but it wouldn't be unusual to want to serve static r…
-
When I process a list of promises (within a GroovyHandler) using ParallelBatch and grab one of the StreamedResponse's to stream the received response out to the given server response, the body doesn't…
-
To start with, I'll acknowledge that this proposal has a very specific, fringe audience, who is interested in building frameworks that sit on top of Ratpack.
**_tl;dr: Allow components to be bound be…
-
### Describe the bug
The `OpenTelemetryClientFilter` is causing a `NullPointerException`. In particular, the `spanContext` as retrieved from the client request context is null: https://github.com/q…
-
Was working with `Service` and noticed a weird behavior. It appears that the Server will not shut down when the Service count more than the number of threads.
I have created a simple example app her…
-
As discussed in issue #78, it might make sense to have at simple mechanism for packaging and publishing templates built into the core library. The Gradle plugin (and potentially a Maven plugin) will t…
-
Packrat has been a godsend for stability going forward. With many shiny apps built on a host of different package versions, it allows me to just forget about dangers of updating.
However, each packra…
-
Hi!
In differece to the http api, websockets currently (as far as I know) does not support any way for handle backpressure. In the source code the send methods of websocket are marked as non blocking…