tschlat

Results 24 issues of 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

Type: Bug
Prio: High

**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...

Type: Feature

**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...

Type: Enhancement

**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...

Type: Enhancement

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: ![image](https://github.com/citrusframework/citrus-simulator/assets/5808721/f8b53405-b1e7-40e2-8860-c2c06053ea67) 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...

Type: Bug

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...

State: To discuss
Type: Feature
Prio: High
State: Review

**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,...