Aleksei Zotov

Results 9 issues of Aleksei Zotov

patch by Aleksei Zotov; reviewed by XXX for CASSANDRA-17062

### Context I'm working on migration of Cassandra to JUnit5 (https://issues.apache.org/jira/browse/CASSANDRA-16630). Our test running code is heavily customized and relies onto [forkMode](https://github.com/apache/ant/blob/master/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java#L185) property. Unfortunately, _junitlauncher_ task does not have any...

### Context I'm working on migration of Cassandra to JUnit5 (https://issues.apache.org/jira/browse/CASSANDRA-16630). Our test running code is heavily customized and one of the features we rely on is "useFile" attribute (https://github.com/apache/ant/blob/master/src/main/org/apache/tools/ant/taskdefs/optional/junit/FormatterElement.java#L80)....

**Describe the issue** MockServer JSON body matching does not work when JsonUnit 3.0.0 and higher is in use. Basically, request matching fails with the following error: ``` java.lang.NoClassDefFoundError: net/javacrumbs/jsonunit/core/internal/Options ```...

- [] **Breaking change?** (if so, please describe the impact and migration path for existing application instances) **What changes did you make?** (Give an overview) Resolves https://github.com/provectus/kafka-ui/issues/4300. **Is there anything...

### Issue submitter TODO list - [X] I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems) - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I've tried running `master`-labeled...

type/bug
status/triage

Jira ticket: https://issues.apache.org/jira/browse/AMQ-8398 ## Overview The problem is actual for the cases when STOMP producer and JMS consumer OR TCP producer and STOMP consumer are in use. STOMP and TCP...

This PR resolves https://github.com/eclipse-vertx/vert.x/issues/4493. The high-level idea is to support Netty feature to retry failed UDP DNS queries via TCP - https://github.com/netty/netty/issues/9127. I'm not sure about _master_ branch, do I...