tschlat
tschlat
**Citrus Version** V4.3 **Expected behavior** The following expression should be resolvable: `@matches(allOf(equalTo('Chemin de l'Apiculture 5'),matchesRegExPattern('(.|\s){1,35}')))@` **Actual behavior** Citrus fails to resolve the above expression with a StringIndexOutOfBoundsException
**User story** The Test API generator (#1156) provides code to create an OpenAPI from a WSDL. This OpenAPI can then be used to generate a Test API. As a user...
**User story** To support citrus simulator in generating random messages for OpenApi, several adjustments to the OpenApi Connector need to be implemented. Such as: - an OpenApiRepository for storage of...
**User story** The Citrus Test API code generator (#1156) has been developed with focus on XML. Usage in Java breaks the fluent API provided by Citrus, as it currently does...
Citrus Simulator has the HttpScenarioGenerator, which generates scenarios for operations of a Swagger Spec (OpenAPI 2.0). Citrus now provides an OpenAPI connector, that supports OpenAPI 2.0 and OpenAPI 3.0. Consequently,...
The ScenarioExecution Page of the Simulator UI displays the same Timestamp for different TimeZones:  AK: The UI uses the same DateFormat for all Dates
The "Reset" Button on the SimulatorUI Home Page, is without function. **Current behaviour:** Clicking the button results in "no effect" **Expected behaviour:** The simultator state is reset. **AK:** clicking reset...
This is the final PR for the new OpenAPI feature. I apologize for the large size of this PR. It includes the following major changes: 1. Updates to the OpenAPI...
**User story** As a framework user, I want to be able to extend the default behavior of LoggingReporter to meet my specific needs. This includes logging the execution of TestActions,...