Marco Bungart

Results 10 issues of Marco Bungart

Citrus Version: at least 3.2.0 & 3.2.1 --- Expected behavior: When a fat jar is built, started and then triggered, the http server should be started. --- Actual behavior: Tests...

Citrus Version : 3.2.1 --- Expected behavior: When we add a validator to our project (e.g. `citrus-validation-text`), a default validator should be provided and no further configuration is needed. ---...

Type: Bug

Citrus Version: 3.2.1 --- Expected behavior: When we trigger tests asynchronously through the `citrus-remote-maven-plugin`, we can normally see a simple ascii progress bar with the state of all test cases...

Type: Bug

### Describe the bug If we have two configuration classes ```java @ConfigRoot(name = "my-config") public class MyConfigs { /** * Named configurations */ @ConfigItem(name = ConfigItem.PARENT) Map namedConfigs; } ```...

kind/bug
area/config

Citrus Version : 3.2.1, 3.3.0 --- Expected behavior: When we use log4j2-plugins, e.g the [`JsonTemplateFormat`](https://logging.apache.org/log4j/2.x/manual/json-template-layout.html), the plugin should work. --- Actual behavior: On application startup, we see the following messages...

Type: Enhancement

**Citrus Version** 2.8.0 **Expected behavior** Test should pass. **Actual behavior** ~10% of the time, the test will actually pass. In the other cases, the test will fail with: [ERROR] testAddTodo(com.consol.citrus.samples.todolist.TodoListLoadTestIT)...

Reproducer: - Checkout [`https://github.com/turing85/advent-of-code-2022/tree/pitest-bug`](https://github.com/turing85/advent-of-code-2022/tree/pitest-bug): ```bash git clone [email protected]:turing85/advent-of-code-2022.git cd advent-of-code-2022 git switch pitest-bug ``` - Build and run mutation tests on module `day-21`: ```bash ./mvnw \ --projects day-21 \ --define...

## Feature Request In order to allow usage of NATS through MiroProfile-base application, an integration with [smallrye-reactive-messaging (`github.com`)](https://github.com/smallrye/smallrye-reactive-messaging) would be beneficial. #### Use Case: Usage of NATS through the [MicroProfile...

proposal

Camel `4.0.0` has been released on 2023-08-14. As of now, this is the current LTS. The next LTS (`4.4.0`) is expected to be released in Jan/Feb 2024. The new release...

Resolves #155