Sven Hettwer
Sven Hettwer
Hi all, as I was creating some integration tests for a joynr application, I came over the following scenario with Joynr Version 1.2.0. I created a backend proxy like: ```java...
As a open sorcerer, I'd like to create epic quests for my open sorcerer guild based on issues of a GitHub project, so that not only maintenance tasks but also...
Based on the feedback we received last year, we are going to improve the Citrus-JDBC functionality. This includes output parameters in callable statements, JDBC batch statements, various data types and...
**Citrus Version** 2.8.0 **Expected behavior** Using chained `sqlResource()` configurations should execute all given parameters on its `String` and its `Resource` signature. **Actual behavior** - On the `Resource` signature, all given...
**User story** As a software developer, I want the Citrus test execution logs to be passed to the jenkins logs when the Citrus tests are executed in a container on...
**Citrus Version** 2.8.0 **Expected behavior** When I use `citrus-http` in combination with the `citrus-remote-server`, the tests should be executed. **Actual behavior** When I use `citrus-http` in combination with the `citrus-remote-server`,...
**User story** As a Citrus user, I want to be able to create messages for my SSH Communication without a helper function. **Additional context** The issue is based on https://github.com/citrusframework/citrus/issues/666....
**Citrus Version** 2.8.0 **Expected behavior** Annotating a `DataSource` with `@CitrusEndpoint` injects a `Datasource` bean into the test case. _This is not an issue with Junit4 and TestNG as you could...
**User story** As a developer, I want NoSQL to be supported so that I can test my NoSQL database integration. **Additional context** MongoDb would be nice at first.
**User story** As a Citrus user, I want the documentation to point out the substitution of the general validation logic by validation callbacks, so that the frameworks workflow is transparent....