Adrian Tarau

Results 8 issues of Adrian Tarau

Trying to troubleshoot some issues, support to export Reactor metrics to Grafana was added. To my surprise, the queue was always filled with tasks, even if nothing much happened in...

I'm a little bit confused about the approach to have a GET request with query parameters as complex types. Usually, resource and sub-resource identifiers are passed as path params and...

Are there any plans to upgrade to a newer V8 and most important NodeJS?. NodeJS production is at 12.X and most JavaScript libraries do require NodeJS > 10.X. Thank you.

**Why is this needed**: It would be really nice to be able to manage all thresholds separately from dashboards and just reference them in panels. If they are in a...

type/feature-request
area/admin/user
area/configuration
automated-triage

Currently, PrometheusScrapeHandler compresses automatically if `Accept-Encoding` contains `gzip`. Compression should not be the responsibility of _request handlers_ but more of the responsibility of filters. It is nice that PrometheusScrapeHandler has...

Due to OOM, we had to clear the cache of the inline mocker. The project that had the OOM is now fine. However, another project exhibits an issue in a...

Currently, there is no way to request a few mocks, provide answers (to share common setups), and automatically inject these mocks where needed. @MockitoBean should have a property called _answer_,...

status: waiting-for-triage
in: test
status: feedback-provided

I'm building an [extension ](https://github.com/adrian-tarau/maven?tab=readme-ov-file#extension) which has a few goals in mind (one is provided by `mvnd`, which is less logging :) ), and I have an undesired side effect...