-
@alkemist I did your suggestion in [this commit](https://github.com/achmadns/ratpack/commit/17425a9b50208448860c9539e06afd6bdbebd3f6) by adding new methods. It would be great like that instead of copy…
-
### Describe the bug
When using the Subscriber interface with OpenTelemetry (Otel) tracing in a reactive environment, the tracing continuity breaks when the onNext() method is invoked multiple times …
-
Currently http client instrumentation generates just one http client span to cover the initial request and any subsequent redirects:
https://github.com/open-telemetry/opentelemetry-java-instrumenta…
-
commented out tomcat and added this. did a 'clean-all' and then run-app and got error. same with run-war.
error is as follows
No default container found. Please install a container plugin such as 't…
-
We need some examples for the README to demonstrate usage.
Perhaps we can add unit test examples with dependencies on other libraries to demonstrate interop?
-
```
compile('io.reactivex:rxgroovy:1.0.0') {
exclude group: 'org.codehaus.groovy' // exclude since Android uses grooid
}
```
```
General error during class generation: rx.lang.groovy.RxGroovyProper…
-
### Scenario 1
When entering:
$ jbang
Bash completion does not completes any files (.java or not) found in the current directory.
### Scenario 2
If using:
$ jbang h
then files st…
-
Currently, the recommended approach is to:
- use `execController.getExecutor()` to start an execution, from which you can do `blocking {}` etc.
- schedule something on that executor, then using `ExecC…
-
It would be nice that Spring Initializr had the concept of logical dependency (that is a dependency entry that represents several dependencies).
Concretely, this means that adding a dependency (a c…
-
I am trying to pass an object from one handler to the next handler, but it doesn't work if the passing handler is a get-handler (or any other method-specific handler).
It only works if the passing ha…