Martin Tarjányi
Martin Tarjányi
I use these two features a lot and I find it a bit cumbersome to type so many keys to access them. I think it would be useful to have...
## Expected Behavior BlockHound should report a blocking call for some `java.nio.Files` operations as `FileChannel` is used under the hood which is always blocking since it is not a `SelectableChannel`....
**Describe the bug** We use Spring Cloud Config service and we noticed that from time to time we are getting exceptions like `ConcurrentModificationException` when accessing some collection types from the...
Does the current version of the SDK support returning the content of an S3 object reactively in a [Publisher](https://www.reactive-streams.org/reactive-streams-1.0.0-javadoc/org/reactivestreams/Publisher.html) line by line similar to for example Athena pagination?
Currently, `SQLStatementCountValidator` relies on the `net.ttddyy.dsproxy.QueryCountHolder` class which holds the query counts in a `ThreadLocal` field. However, `datasource-proxy` library also supports a different `QueryCountStrategy` called `SingleQueryCountHolder` which can count queries...
IntelliJ 2022.3 made it possible to switch to the new UI design. In the new design the active branch is displayed in the top left corner by default. It would...
For a while Logback has had dedicated support to log and print key-value pairs (`%kvp` in `PatternLayout`) to facilitate structured logging. It looks like currently the Loki appender doesn't print...
**Is your feature request related to a problem? Please describe.** I need to create different stub responses for an endpoint based on the presence of a query parameter. I'm not...
## Description of the bug In our integration tests we are seeing a strange error which only happens in our pipeline and not locally. We set Hoverfly to simulation mode...
It looks like Kotest's [retry](https://kotest.io/docs/assertions/retry.html) block only retries assertion related errors and exceptions which **exactly** has `Exception` class. For example `RuntimeException` or `NullPointerException` are not retried. Is this intentional? The...