From 780aa49f604e1f4f07e0821098630f4173b4dd27 Mon Sep 17 00:00:00 2001 From: Christoph Deppisch Date: Tue, 7 Dec 2021 20:45:49 +0100 Subject: [PATCH] Release 2.0.0 --- .github/project.yml | 4 ++-- README.md | 6 +++--- pom.xml | 2 +- simulator-archetypes/archetype-catalog.xml | 12 ++++++------ simulator-archetypes/archetype-jms/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../src/main/resources/xsd/HelloService.xsd | 2 +- .../src/test/resources/citrus-context.xml | 2 +- simulator-archetypes/archetype-mail/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../src/main/resources/templates/Goodbye.xml | 2 +- .../src/main/resources/templates/Hello.xml | 2 +- .../src/test/resources/citrus-context.xml | 2 +- simulator-archetypes/archetype-rest/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../src/main/resources/xsd/HelloService.xsd | 2 +- .../src/test/resources/citrus-context.xml | 2 +- simulator-archetypes/archetype-swagger/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../main/resources/dictionary/inbound-pet.properties | 2 +- .../resources/dictionary/outbound-pet.properties | 2 +- .../src/test/resources/citrus-context.xml | 2 +- simulator-archetypes/archetype-ws/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../src/main/resources/xsd/HelloService.xsd | 2 +- .../src/test/resources/citrus-context.xml | 2 +- simulator-archetypes/archetype-wsdl/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../main/resources/dictionary/inbound_mappings.xml | 2 +- .../main/resources/dictionary/outbound_mappings.xml | 2 +- .../src/test/resources/citrus-context.xml | 2 +- simulator-archetypes/pom.xml | 2 +- simulator-docs/pom.xml | 2 +- .../src/main/asciidoc/endpoint-support.adoc | 2 +- simulator-docs/src/main/asciidoc/installation.adoc | 4 ++-- .../src/main/asciidoc/intermediate-messages.adoc | 2 +- simulator-docs/src/main/asciidoc/introduction.adoc | 2 +- simulator-docs/src/main/asciidoc/jms-support.adoc | 2 +- simulator-docs/src/main/asciidoc/links.adoc | 2 +- simulator-docs/src/main/asciidoc/overview.adoc | 2 +- .../src/main/asciidoc/scenario-mapper.adoc | 2 +- simulator-docs/src/main/asciidoc/scenarios.adoc | 2 +- simulator-docs/src/main/asciidoc/starter.adoc | 2 +- simulator-docs/src/main/asciidoc/user-interface.adoc | 2 +- simulator-samples/pom.xml | 2 +- simulator-samples/sample-bank-service/pom.xml | 2 +- .../sample/model/CalculateIbanResponseTest.java | 2 +- .../sample/model/ValidateIbanResponseTest.java | 2 +- simulator-samples/sample-combined/pom.xml | 2 +- .../src/main/resources/xsd/HelloService.xsd | 2 +- simulator-samples/sample-jms-fax/pom.xml | 2 +- .../src/main/resources/xsd/FaxGatewayService.xsd | 2 +- simulator-samples/sample-jms/pom.xml | 2 +- .../src/main/resources/xsd/HelloService.xsd | 2 +- simulator-samples/sample-mail/pom.xml | 2 +- .../src/main/resources/templates/Goodbye.xml | 2 +- .../src/main/resources/templates/Hello.xml | 2 +- simulator-samples/sample-rest/pom.xml | 2 +- .../src/main/resources/xsd/HelloService.xsd | 2 +- simulator-samples/sample-swagger/pom.xml | 2 +- .../main/resources/dictionary/inbound-pet.properties | 2 +- .../resources/dictionary/outbound-pet.properties | 2 +- simulator-samples/sample-ws-client/pom.xml | 2 +- .../src/main/resources/xsd/HelloService.xsd | 2 +- simulator-samples/sample-ws/pom.xml | 2 +- .../src/main/resources/xsd/HelloService.xsd | 2 +- simulator-samples/sample-wsdl/pom.xml | 2 +- .../main/resources/dictionary/inbound_mappings.xml | 2 +- .../main/resources/dictionary/outbound_mappings.xml | 2 +- simulator-starter/pom.xml | 2 +- .../http/HttpRequestAnnotationMatcherTest.java | 2 +- .../HttpRequestAnnotationScenarioMapperTest.java | 2 +- .../http/HttpRequestPathScenarioMapperTest.java | 2 +- .../scenario/mapper/ScenarioMappersTest.java | 2 +- .../simulator/service/MessageServiceTest.java | 2 +- .../simulator/template/TemplateHelperTest.java | 2 +- .../simulator/ws/WsdlScenarioGeneratorTest.java | 2 +- simulator-ui/pom.xml | 2 +- sonar-project.properties | 2 +- 79 files changed, 88 insertions(+), 88 deletions(-) diff --git a/.github/project.yml b/.github/project.yml index 30cab1cab..4b83b7caf 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,4 +1,4 @@ name: Citrus Simulator release: - current-version: 1.1.0 - next-version: 2.0.0-SNAPSHOT + current-version: 2.0.0 + next-version: 2.1.0-SNAPSHOT diff --git a/README.md b/README.md index a2b450d0f..172261e74 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ apply plugin: 'org.springframework.boot' jar { group = "org.citrusframework.simulator" baseName = 'citrus-simulator-sample' - version = '1.2-SNAPSHOT' + version = '2.0.0' } repositories { @@ -73,7 +73,7 @@ targetCompatibility = 1.8 dependencies { implementation("org.springframework.boot:spring-boot-starter-web") - implementation("com.consol.citrus:citrus-simulator-starter:1.2-SNAPSHOT") + implementation("com.consol.citrus:citrus-simulator-starter:2.0.0") testImplementation("junit:junit") } ``` @@ -99,7 +99,7 @@ When choosing Maven as build tool the pom file is a normal Spring Boot project w 11 UTF-8 UTF-8 - 1.2-SNAPSHOT + 2.0.0 2.0.9.RELEASE diff --git a/pom.xml b/pom.xml index 280d04406..ee9a79b56 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.citrusframework citrus-simulator ${project.artifactId} - 2.0.0-SNAPSHOT + 2.0.0 pom Citrus Simulator https://citrusframework.org diff --git a/simulator-archetypes/archetype-catalog.xml b/simulator-archetypes/archetype-catalog.xml index 71b65a4a7..11cda7b00 100644 --- a/simulator-archetypes/archetype-catalog.xml +++ b/simulator-archetypes/archetype-catalog.xml @@ -4,42 +4,42 @@ org.citrusframework.archetypes citrus-simulator-archetype-rest - 1.2-SNAPSHOT + 2.0.0 http://labs.consol.de/maven/repository/ Archetype for Citrus REST simulator org.citrusframework.archetypes citrus-simulator-archetype-ws - 1.2-SNAPSHOT + 2.0.0 http://labs.consol.de/maven/repository/ Archetype for Citrus SOAP simulator org.citrusframework.archetypes citrus-simulator-archetype-jms - 1.2-SNAPSHOT + 2.0.0 http://labs.consol.de/maven/repository/ Archetype for Citrus JMS simulator org.citrusframework.archetypes citrus-simulator-archetype-mail - 1.2-SNAPSHOT + 2.0.0 http://labs.consol.de/maven/repository/ Archetype for Citrus mail simulator org.citrusframework.archetypes citrus-simulator-archetype-swagger - 1.2-SNAPSHOT + 2.0.0 http://labs.consol.de/maven/repository/ Archetype for Citrus Swagger auto generated REST simulator org.citrusframework.archetypes citrus-simulator-archetype-wsdl - 1.2-SNAPSHOT + 2.0.0 http://labs.consol.de/maven/repository/ Archetype for Citrus WSDL auto generated SOAP simulator diff --git a/simulator-archetypes/archetype-jms/pom.xml b/simulator-archetypes/archetype-jms/pom.xml index de956712c..cecc93ad4 100644 --- a/simulator-archetypes/archetype-jms/pom.xml +++ b/simulator-archetypes/archetype-jms/pom.xml @@ -7,7 +7,7 @@ org.citrusframework.archetypes citrus-simulator-archetypes - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/simulator-archetypes/archetype-jms/src/main/resources/archetype-resources/pom.xml b/simulator-archetypes/archetype-jms/src/main/resources/archetype-resources/pom.xml index 63c685b6c..6cc06338f 100644 --- a/simulator-archetypes/archetype-jms/src/main/resources/archetype-resources/pom.xml +++ b/simulator-archetypes/archetype-jms/src/main/resources/archetype-resources/pom.xml @@ -15,7 +15,7 @@ UTF-8 UTF-8 3.1.0 - 2.0.0-SNAPSHOT + 2.0.0 2.5.4 5.15.9 7.3.0 diff --git a/simulator-archetypes/archetype-jms/src/main/resources/archetype-resources/src/main/resources/xsd/HelloService.xsd b/simulator-archetypes/archetype-jms/src/main/resources/archetype-resources/src/main/resources/xsd/HelloService.xsd index 188228c79..5dbb7af84 100644 --- a/simulator-archetypes/archetype-jms/src/main/resources/archetype-resources/src/main/resources/xsd/HelloService.xsd +++ b/simulator-archetypes/archetype-jms/src/main/resources/archetype-resources/src/main/resources/xsd/HelloService.xsd @@ -29,4 +29,4 @@ - \ No newline at end of file + diff --git a/simulator-archetypes/archetype-jms/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml b/simulator-archetypes/archetype-jms/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml index 8fb788936..66b1819fd 100644 --- a/simulator-archetypes/archetype-jms/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml +++ b/simulator-archetypes/archetype-jms/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml @@ -21,4 +21,4 @@ - \ No newline at end of file + diff --git a/simulator-archetypes/archetype-mail/pom.xml b/simulator-archetypes/archetype-mail/pom.xml index b44aef1cf..3be132e94 100644 --- a/simulator-archetypes/archetype-mail/pom.xml +++ b/simulator-archetypes/archetype-mail/pom.xml @@ -7,7 +7,7 @@ org.citrusframework.archetypes citrus-simulator-archetypes - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/simulator-archetypes/archetype-mail/src/main/resources/archetype-resources/pom.xml b/simulator-archetypes/archetype-mail/src/main/resources/archetype-resources/pom.xml index 4c9c44013..fab22affb 100644 --- a/simulator-archetypes/archetype-mail/src/main/resources/archetype-resources/pom.xml +++ b/simulator-archetypes/archetype-mail/src/main/resources/archetype-resources/pom.xml @@ -15,7 +15,7 @@ UTF-8 UTF-8 3.1.0 - 2.0.0-SNAPSHOT + 2.0.0 2.5.4 7.3.0 diff --git a/simulator-archetypes/archetype-mail/src/main/resources/archetype-resources/src/main/resources/templates/Goodbye.xml b/simulator-archetypes/archetype-mail/src/main/resources/archetype-resources/src/main/resources/templates/Goodbye.xml index 68766970d..10d96bc68 100644 --- a/simulator-archetypes/archetype-mail/src/main/resources/archetype-resources/src/main/resources/templates/Goodbye.xml +++ b/simulator-archetypes/archetype-mail/src/main/resources/archetype-resources/src/main/resources/templates/Goodbye.xml @@ -9,4 +9,4 @@ text/plain; charset=utf-8 Say GoodBye! - \ No newline at end of file + diff --git a/simulator-archetypes/archetype-mail/src/main/resources/archetype-resources/src/main/resources/templates/Hello.xml b/simulator-archetypes/archetype-mail/src/main/resources/archetype-resources/src/main/resources/templates/Hello.xml index e12f74340..a1e8db090 100644 --- a/simulator-archetypes/archetype-mail/src/main/resources/archetype-resources/src/main/resources/templates/Hello.xml +++ b/simulator-archetypes/archetype-mail/src/main/resources/archetype-resources/src/main/resources/templates/Hello.xml @@ -9,4 +9,4 @@ text/plain; charset=utf-8 Say Hello! - \ No newline at end of file + diff --git a/simulator-archetypes/archetype-mail/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml b/simulator-archetypes/archetype-mail/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml index 7f397eb46..03e4d03f7 100644 --- a/simulator-archetypes/archetype-mail/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml +++ b/simulator-archetypes/archetype-mail/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml @@ -10,4 +10,4 @@ port="2222" host="localhost"/> - \ No newline at end of file + diff --git a/simulator-archetypes/archetype-rest/pom.xml b/simulator-archetypes/archetype-rest/pom.xml index 45a67f3cd..e4debe5ed 100644 --- a/simulator-archetypes/archetype-rest/pom.xml +++ b/simulator-archetypes/archetype-rest/pom.xml @@ -7,7 +7,7 @@ org.citrusframework.archetypes citrus-simulator-archetypes - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/simulator-archetypes/archetype-rest/src/main/resources/archetype-resources/pom.xml b/simulator-archetypes/archetype-rest/src/main/resources/archetype-resources/pom.xml index dfe153f1f..712cfebae 100644 --- a/simulator-archetypes/archetype-rest/src/main/resources/archetype-resources/pom.xml +++ b/simulator-archetypes/archetype-rest/src/main/resources/archetype-resources/pom.xml @@ -15,7 +15,7 @@ UTF-8 UTF-8 3.1.0 - 2.0.0-SNAPSHOT + 2.0.0 2.5.4 7.3.0 diff --git a/simulator-archetypes/archetype-rest/src/main/resources/archetype-resources/src/main/resources/xsd/HelloService.xsd b/simulator-archetypes/archetype-rest/src/main/resources/archetype-resources/src/main/resources/xsd/HelloService.xsd index 188228c79..5dbb7af84 100644 --- a/simulator-archetypes/archetype-rest/src/main/resources/archetype-resources/src/main/resources/xsd/HelloService.xsd +++ b/simulator-archetypes/archetype-rest/src/main/resources/archetype-resources/src/main/resources/xsd/HelloService.xsd @@ -29,4 +29,4 @@ - \ No newline at end of file + diff --git a/simulator-archetypes/archetype-rest/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml b/simulator-archetypes/archetype-rest/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml index f491dbcb7..5be764fa6 100644 --- a/simulator-archetypes/archetype-rest/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml +++ b/simulator-archetypes/archetype-rest/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml @@ -20,4 +20,4 @@ request-url="http://localhost:8080/services/rest/simulator" timeout="5000"/> - \ No newline at end of file + diff --git a/simulator-archetypes/archetype-swagger/pom.xml b/simulator-archetypes/archetype-swagger/pom.xml index 7d8ea78b3..7833b17f3 100644 --- a/simulator-archetypes/archetype-swagger/pom.xml +++ b/simulator-archetypes/archetype-swagger/pom.xml @@ -7,7 +7,7 @@ org.citrusframework.archetypes citrus-simulator-archetypes - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/simulator-archetypes/archetype-swagger/src/main/resources/archetype-resources/pom.xml b/simulator-archetypes/archetype-swagger/src/main/resources/archetype-resources/pom.xml index e26aec122..d55a3d100 100644 --- a/simulator-archetypes/archetype-swagger/src/main/resources/archetype-resources/pom.xml +++ b/simulator-archetypes/archetype-swagger/src/main/resources/archetype-resources/pom.xml @@ -15,7 +15,7 @@ UTF-8 UTF-8 3.1.0 - 2.0.0-SNAPSHOT + 2.0.0 2.5.4 7.3.0 diff --git a/simulator-archetypes/archetype-swagger/src/main/resources/archetype-resources/src/main/resources/dictionary/inbound-pet.properties b/simulator-archetypes/archetype-swagger/src/main/resources/archetype-resources/src/main/resources/dictionary/inbound-pet.properties index 771dc2f66..56910cf1b 100644 --- a/simulator-archetypes/archetype-swagger/src/main/resources/archetype-resources/src/main/resources/dictionary/inbound-pet.properties +++ b/simulator-archetypes/archetype-swagger/src/main/resources/archetype-resources/src/main/resources/dictionary/inbound-pet.properties @@ -1,3 +1,3 @@ $.category.name=@assertThat(anyOf(is(dog),is(cat)))@ $.status=@matches(available|pending|sold|placed)@ -$.quantity=@greaterThan(0)@ \ No newline at end of file +$.quantity=@greaterThan(0)@ diff --git a/simulator-archetypes/archetype-swagger/src/main/resources/archetype-resources/src/main/resources/dictionary/outbound-pet.properties b/simulator-archetypes/archetype-swagger/src/main/resources/archetype-resources/src/main/resources/dictionary/outbound-pet.properties index c069ab387..c7fa2e32f 100644 --- a/simulator-archetypes/archetype-swagger/src/main/resources/archetype-resources/src/main/resources/dictionary/outbound-pet.properties +++ b/simulator-archetypes/archetype-swagger/src/main/resources/archetype-resources/src/main/resources/dictionary/outbound-pet.properties @@ -1,2 +1,2 @@ $.category.name=citrus:randomEnumValue('dog', 'cat') -$.name=citrus:randomEnumValue('hasso', 'cutie', 'fluffy') \ No newline at end of file +$.name=citrus:randomEnumValue('hasso', 'cutie', 'fluffy') diff --git a/simulator-archetypes/archetype-swagger/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml b/simulator-archetypes/archetype-swagger/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml index 9e33e58f4..be9a4d154 100644 --- a/simulator-archetypes/archetype-swagger/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml +++ b/simulator-archetypes/archetype-swagger/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml @@ -14,4 +14,4 @@ timeout="5000" /> - \ No newline at end of file + diff --git a/simulator-archetypes/archetype-ws/pom.xml b/simulator-archetypes/archetype-ws/pom.xml index d7bb7ec86..e01950a6f 100644 --- a/simulator-archetypes/archetype-ws/pom.xml +++ b/simulator-archetypes/archetype-ws/pom.xml @@ -7,7 +7,7 @@ org.citrusframework.archetypes citrus-simulator-archetypes - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/simulator-archetypes/archetype-ws/src/main/resources/archetype-resources/pom.xml b/simulator-archetypes/archetype-ws/src/main/resources/archetype-resources/pom.xml index e80aa4cc4..2857c1447 100644 --- a/simulator-archetypes/archetype-ws/src/main/resources/archetype-resources/pom.xml +++ b/simulator-archetypes/archetype-ws/src/main/resources/archetype-resources/pom.xml @@ -15,7 +15,7 @@ UTF-8 UTF-8 3.1.0 - 2.0.0-SNAPSHOT + 2.0.0 2.5.4 7.3.0 diff --git a/simulator-archetypes/archetype-ws/src/main/resources/archetype-resources/src/main/resources/xsd/HelloService.xsd b/simulator-archetypes/archetype-ws/src/main/resources/archetype-resources/src/main/resources/xsd/HelloService.xsd index 188228c79..5dbb7af84 100644 --- a/simulator-archetypes/archetype-ws/src/main/resources/archetype-resources/src/main/resources/xsd/HelloService.xsd +++ b/simulator-archetypes/archetype-ws/src/main/resources/archetype-resources/src/main/resources/xsd/HelloService.xsd @@ -29,4 +29,4 @@ - \ No newline at end of file + diff --git a/simulator-archetypes/archetype-ws/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml b/simulator-archetypes/archetype-ws/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml index 6544bcff7..7c9c236ee 100644 --- a/simulator-archetypes/archetype-ws/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml +++ b/simulator-archetypes/archetype-ws/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml @@ -24,4 +24,4 @@ - \ No newline at end of file + diff --git a/simulator-archetypes/archetype-wsdl/pom.xml b/simulator-archetypes/archetype-wsdl/pom.xml index ad9ba2aef..57b4a767e 100644 --- a/simulator-archetypes/archetype-wsdl/pom.xml +++ b/simulator-archetypes/archetype-wsdl/pom.xml @@ -7,7 +7,7 @@ org.citrusframework.archetypes citrus-simulator-archetypes - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/simulator-archetypes/archetype-wsdl/src/main/resources/archetype-resources/pom.xml b/simulator-archetypes/archetype-wsdl/src/main/resources/archetype-resources/pom.xml index 2891f1b24..07cff2939 100644 --- a/simulator-archetypes/archetype-wsdl/src/main/resources/archetype-resources/pom.xml +++ b/simulator-archetypes/archetype-wsdl/src/main/resources/archetype-resources/pom.xml @@ -15,7 +15,7 @@ UTF-8 UTF-8 3.1.0 - 2.0.0-SNAPSHOT + 2.0.0 2.5.4 7.3.0 diff --git a/simulator-archetypes/archetype-wsdl/src/main/resources/archetype-resources/src/main/resources/dictionary/inbound_mappings.xml b/simulator-archetypes/archetype-wsdl/src/main/resources/archetype-resources/src/main/resources/dictionary/inbound_mappings.xml index cd2872b18..e8378a069 100644 --- a/simulator-archetypes/archetype-wsdl/src/main/resources/archetype-resources/src/main/resources/dictionary/inbound_mappings.xml +++ b/simulator-archetypes/archetype-wsdl/src/main/resources/archetype-resources/src/main/resources/dictionary/inbound_mappings.xml @@ -2,4 +2,4 @@ Say Hello! Say GoodBye! - \ No newline at end of file + diff --git a/simulator-archetypes/archetype-wsdl/src/main/resources/archetype-resources/src/main/resources/dictionary/outbound_mappings.xml b/simulator-archetypes/archetype-wsdl/src/main/resources/archetype-resources/src/main/resources/dictionary/outbound_mappings.xml index 9e6a48c9f..4c295ccb6 100644 --- a/simulator-archetypes/archetype-wsdl/src/main/resources/archetype-resources/src/main/resources/dictionary/outbound_mappings.xml +++ b/simulator-archetypes/archetype-wsdl/src/main/resources/archetype-resources/src/main/resources/dictionary/outbound_mappings.xml @@ -2,4 +2,4 @@ Hello! GoodBye! - \ No newline at end of file + diff --git a/simulator-archetypes/archetype-wsdl/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml b/simulator-archetypes/archetype-wsdl/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml index d1452478f..c081238e5 100644 --- a/simulator-archetypes/archetype-wsdl/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml +++ b/simulator-archetypes/archetype-wsdl/src/main/resources/archetype-resources/src/test/resources/citrus-context.xml @@ -23,4 +23,4 @@ - \ No newline at end of file + diff --git a/simulator-archetypes/pom.xml b/simulator-archetypes/pom.xml index 962f3ab12..b9f19dbbf 100644 --- a/simulator-archetypes/pom.xml +++ b/simulator-archetypes/pom.xml @@ -7,7 +7,7 @@ org.citrusframework citrus-simulator - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/simulator-docs/pom.xml b/simulator-docs/pom.xml index f7d748a31..2e6c9a860 100644 --- a/simulator-docs/pom.xml +++ b/simulator-docs/pom.xml @@ -6,7 +6,7 @@ org.citrusframework citrus-simulator - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/simulator-docs/src/main/asciidoc/endpoint-support.adoc b/simulator-docs/src/main/asciidoc/endpoint-support.adoc index 06f4a0303..bdcaf21d1 100644 --- a/simulator-docs/src/main/asciidoc/endpoint-support.adoc +++ b/simulator-docs/src/main/asciidoc/endpoint-support.adoc @@ -141,4 +141,4 @@ mail XML marshalling is automatically done by Citrus. This is the usual way how features in our simulator, too. The scenario sends back a positive mail response to the calling client. This is how we can use any Citrus endpoint component as simulator inbound source. This gives us the opportunity to support a huge set of message transports and -message types in our simulator applications. Each incoming request on the endpoint component triggers a new simulator scenario. \ No newline at end of file +message types in our simulator applications. Each incoming request on the endpoint component triggers a new simulator scenario. diff --git a/simulator-docs/src/main/asciidoc/installation.adoc b/simulator-docs/src/main/asciidoc/installation.adoc index 7d028eed4..71d30bee9 100644 --- a/simulator-docs/src/main/asciidoc/installation.adoc +++ b/simulator-docs/src/main/asciidoc/installation.adoc @@ -138,7 +138,7 @@ See the following sample Maven project POM file that defines the project sources 11 UTF-8 UTF-8 - 2.0.0-SNAPSHOT + 2.0.0 2.5.4 @@ -310,4 +310,4 @@ you can open your browser and point to link:http://localhost:8080[http://localho Now everything is set up and you can start to create some simulator scenarios. -That's it you are ready to use the Citrus simulator. \ No newline at end of file +That's it you are ready to use the Citrus simulator. diff --git a/simulator-docs/src/main/asciidoc/intermediate-messages.adoc b/simulator-docs/src/main/asciidoc/intermediate-messages.adoc index 53b63a39c..4e774d0ed 100644 --- a/simulator-docs/src/main/asciidoc/intermediate-messages.adoc +++ b/simulator-docs/src/main/asciidoc/intermediate-messages.adoc @@ -96,4 +96,4 @@ public class FaxCancelledScenario extends AbstractFaxScenario { The sample above uses XPath expressions to start a new correlation within the scenario. This makes sure that the second incoming request *CancelFaxMessage* is forwarded to this very same scenario. With intermediate message handling we are able to create more complex scenarios that require multiple request/response messages. The message correlation makes sure that the -needed requests are handled within the same scenarion and other parallel running scenarios are not affected. \ No newline at end of file +needed requests are handled within the same scenarion and other parallel running scenarios are not affected. diff --git a/simulator-docs/src/main/asciidoc/introduction.adoc b/simulator-docs/src/main/asciidoc/introduction.adoc index 00e8696dd..9661dd306 100644 --- a/simulator-docs/src/main/asciidoc/introduction.adoc +++ b/simulator-docs/src/main/asciidoc/introduction.adoc @@ -50,4 +50,4 @@ java -version The simulator provides a small web user interface when started. You can access this web UI with your browser. As we are in an early state in this project we do not invest much time in full cross-browser compatibility. We use Chrome and Firefox during development. So the simulator application is most likely to be 100% working -on these two browsers. Of course other browsers might work without any limitations, too. \ No newline at end of file +on these two browsers. Of course other browsers might work without any limitations, too. diff --git a/simulator-docs/src/main/asciidoc/jms-support.adoc b/simulator-docs/src/main/asciidoc/jms-support.adoc index 6fddc4c0e..7bc92e63d 100644 --- a/simulator-docs/src/main/asciidoc/jms-support.adoc +++ b/simulator-docs/src/main/asciidoc/jms-support.adoc @@ -283,4 +283,4 @@ public class Simulator extends SimulatorJmsAdapter { } ---- -This completes the JMS communication support within the simulator. Read more about other messaging transports such as Http REST or SOAP in this documentation. \ No newline at end of file +This completes the JMS communication support within the simulator. Read more about other messaging transports such as Http REST or SOAP in this documentation. diff --git a/simulator-docs/src/main/asciidoc/links.adoc b/simulator-docs/src/main/asciidoc/links.adoc index 89ff2ef70..73ac729b4 100644 --- a/simulator-docs/src/main/asciidoc/links.adoc +++ b/simulator-docs/src/main/asciidoc/links.adoc @@ -6,4 +6,4 @@ link:https://www.citrusframework.org/reference/html/[Citrus manual]:: gives you a detailed description of all Citrus features link:https://github.com/citrusframework/citrus-simulator/blob/master/simulator-samples[Sample projects]:: demonstrate typical simulator scenarios with different message transports link:https://www.citrusframework.org/docs/history[ChangeLog]:: shows the release history -link:https://github.com/citrusframework/citrus-simulator/blob/master/simulator-docs/contributing.md[Contributing]:: explains how you can contribute to this project \ No newline at end of file +link:https://github.com/citrusframework/citrus-simulator/blob/master/simulator-docs/contributing.md[Contributing]:: explains how you can contribute to this project diff --git a/simulator-docs/src/main/asciidoc/overview.adoc b/simulator-docs/src/main/asciidoc/overview.adoc index 3e5ff4458..c99910fa0 100644 --- a/simulator-docs/src/main/asciidoc/overview.adoc +++ b/simulator-docs/src/main/asciidoc/overview.adoc @@ -13,7 +13,7 @@ hesitate to contact us. Find below the reference documentation for the latest Ci |Version |HTML |PDF |Latest |link:/citrus-simulator/reference/html/index.html[HTML] |link:/citrus-simulator/reference/pdf/citrus-reference.pdf[PDF] -|2.0.0-SNAPSHOT |link:/citrus-simulator/reference/2.0.0-SNAPSHOT/html/index.html[HTML] |link:/citrus-simulator/reference/2.0.0-SNAPSHOT/pdf/citrus-simulator-reference-2.0.0-SNAPSHOT.pdf[PDF] +|2.0.0 |link:/citrus-simulator/reference/2.0.0/html/index.html[HTML] |link:/citrus-simulator/reference/2.0.0/pdf/citrus-simulator-reference-2.0.0.pdf[PDF] |1.1.0 |link:/citrus-simulator/reference/1.1.0/html/index.html[HTML] |link:/citrus-simulator/reference/1.1.0/pdf/citrus-simulator-reference-1.1.0.pdf[PDF] |1.0.2 |link:/citrus-simulator/reference/1.0.2/html/index.html[HTML] |link:/citrus-simulator/reference/1.0.2/pdf/citrus-simulator-reference-1.0.2.pdf[PDF] |=== diff --git a/simulator-docs/src/main/asciidoc/scenario-mapper.adoc b/simulator-docs/src/main/asciidoc/scenario-mapper.adoc index ceaaf7d6b..3843b85b1 100644 --- a/simulator-docs/src/main/asciidoc/scenario-mapper.adoc +++ b/simulator-docs/src/main/asciidoc/scenario-mapper.adoc @@ -81,4 +81,4 @@ public class SimulatorAdapter extends SimulatorRestAdapter { With the configuration above we use the _HeaderValueScenarioMapper_ implementation so the header name *X-simulator-scenario* gets evaluated for each incoming request message. Depending on that header value the matching scenario is executed as a result. The scenario mapper is just a bean in the Spring application context. There is a default implementation but you can overwrite this behavior very easy in the simulator adapter configuration. Read more about how to add simulator adapter configuration classes in configuration chapters link:#rest-config[rest-config], link:#ws-config[ws-config] -or link:#jms-config[jms-config]. \ No newline at end of file +or link:#jms-config[jms-config]. diff --git a/simulator-docs/src/main/asciidoc/scenarios.adoc b/simulator-docs/src/main/asciidoc/scenarios.adoc index 3ce052513..d7f07dd45 100644 --- a/simulator-docs/src/main/asciidoc/scenarios.adoc +++ b/simulator-docs/src/main/asciidoc/scenarios.adoc @@ -84,4 +84,4 @@ we can use the Citrus test power for generating dynamic response messages. Of co Now you are ready to write different scenarios that generate different response messages for the calling client. Just remember the scenarios do get unique names that match a value that is evaluated through the scenario mapper. With this mechanism we are able to code different simulator scenarios for different incoming request messages. Also with the Citrus send and receive operations we are able to handle messages of different transport types. -Read more about special message transport support in chapters link:#rest[rest-support], link:#web-service[web-service-support], link:#jms[jms-support], link:#endpoint[endpoint-support]. \ No newline at end of file +Read more about special message transport support in chapters link:#rest[rest-support], link:#web-service[web-service-support], link:#jms[jms-support], link:#endpoint[endpoint-support]. diff --git a/simulator-docs/src/main/asciidoc/starter.adoc b/simulator-docs/src/main/asciidoc/starter.adoc index 15c0c096d..451dd9c85 100644 --- a/simulator-docs/src/main/asciidoc/starter.adoc +++ b/simulator-docs/src/main/asciidoc/starter.adoc @@ -97,4 +97,4 @@ textbox:: Renders a normal HTML input field textarea:: Renders a textarea input field dropdown:: Renders a dropdown select field with predefined options -Parameters can be required or optional and receive a label that is displayed in the HTML form. Also you can add default values. \ No newline at end of file +Parameters can be required or optional and receive a label that is displayed in the HTML form. Also you can add default values. diff --git a/simulator-docs/src/main/asciidoc/user-interface.adoc b/simulator-docs/src/main/asciidoc/user-interface.adoc index 93afb1579..767d94b7f 100644 --- a/simulator-docs/src/main/asciidoc/user-interface.adoc +++ b/simulator-docs/src/main/asciidoc/user-interface.adoc @@ -61,4 +61,4 @@ can review all exchanged messages on a scenario in the user interface. image:messages.png[] -Open a specific message entry and you will see the details such as header information and message payload details. \ No newline at end of file +Open a specific message entry and you will see the details such as header information and message payload details. diff --git a/simulator-samples/pom.xml b/simulator-samples/pom.xml index ca144ce2e..c756353ae 100644 --- a/simulator-samples/pom.xml +++ b/simulator-samples/pom.xml @@ -7,7 +7,7 @@ org.citrusframework citrus-simulator - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/simulator-samples/sample-bank-service/pom.xml b/simulator-samples/sample-bank-service/pom.xml index fba86ef44..c2d159f76 100644 --- a/simulator-samples/sample-bank-service/pom.xml +++ b/simulator-samples/sample-bank-service/pom.xml @@ -7,7 +7,7 @@ org.citrusframework citrus-simulator-samples - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/simulator-samples/sample-bank-service/src/test/java/org/citrusframework/simulator/sample/model/CalculateIbanResponseTest.java b/simulator-samples/sample-bank-service/src/test/java/org/citrusframework/simulator/sample/model/CalculateIbanResponseTest.java index 486608113..b9389f598 100644 --- a/simulator-samples/sample-bank-service/src/test/java/org/citrusframework/simulator/sample/model/CalculateIbanResponseTest.java +++ b/simulator-samples/sample-bank-service/src/test/java/org/citrusframework/simulator/sample/model/CalculateIbanResponseTest.java @@ -36,4 +36,4 @@ public void shouldMarshalAndUnmarshal() { CalculateIbanResponse response = CalculateIbanResponse.fromJson(json); Assert.assertEquals(response, expectedResponse); } -} \ No newline at end of file +} diff --git a/simulator-samples/sample-bank-service/src/test/java/org/citrusframework/simulator/sample/model/ValidateIbanResponseTest.java b/simulator-samples/sample-bank-service/src/test/java/org/citrusframework/simulator/sample/model/ValidateIbanResponseTest.java index 99cf1f033..a5bb9530e 100644 --- a/simulator-samples/sample-bank-service/src/test/java/org/citrusframework/simulator/sample/model/ValidateIbanResponseTest.java +++ b/simulator-samples/sample-bank-service/src/test/java/org/citrusframework/simulator/sample/model/ValidateIbanResponseTest.java @@ -38,4 +38,4 @@ public void shouldMarshalAndUnmarshal() { Assert.assertEquals(response, expectedResponse); } -} \ No newline at end of file +} diff --git a/simulator-samples/sample-combined/pom.xml b/simulator-samples/sample-combined/pom.xml index 4621b29f2..105210a2e 100644 --- a/simulator-samples/sample-combined/pom.xml +++ b/simulator-samples/sample-combined/pom.xml @@ -7,7 +7,7 @@ org.citrusframework citrus-simulator-samples - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/simulator-samples/sample-combined/src/main/resources/xsd/HelloService.xsd b/simulator-samples/sample-combined/src/main/resources/xsd/HelloService.xsd index 188228c79..5dbb7af84 100644 --- a/simulator-samples/sample-combined/src/main/resources/xsd/HelloService.xsd +++ b/simulator-samples/sample-combined/src/main/resources/xsd/HelloService.xsd @@ -29,4 +29,4 @@ - \ No newline at end of file + diff --git a/simulator-samples/sample-jms-fax/pom.xml b/simulator-samples/sample-jms-fax/pom.xml index 8db2e3190..861310816 100644 --- a/simulator-samples/sample-jms-fax/pom.xml +++ b/simulator-samples/sample-jms-fax/pom.xml @@ -7,7 +7,7 @@ org.citrusframework citrus-simulator-samples - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/simulator-samples/sample-jms-fax/src/main/resources/xsd/FaxGatewayService.xsd b/simulator-samples/sample-jms-fax/src/main/resources/xsd/FaxGatewayService.xsd index 120182ec0..b84737cb5 100644 --- a/simulator-samples/sample-jms-fax/src/main/resources/xsd/FaxGatewayService.xsd +++ b/simulator-samples/sample-jms-fax/src/main/resources/xsd/FaxGatewayService.xsd @@ -104,4 +104,4 @@ - \ No newline at end of file + diff --git a/simulator-samples/sample-jms/pom.xml b/simulator-samples/sample-jms/pom.xml index 16d51d5f6..d27673398 100644 --- a/simulator-samples/sample-jms/pom.xml +++ b/simulator-samples/sample-jms/pom.xml @@ -7,7 +7,7 @@ org.citrusframework citrus-simulator-samples - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/simulator-samples/sample-jms/src/main/resources/xsd/HelloService.xsd b/simulator-samples/sample-jms/src/main/resources/xsd/HelloService.xsd index 188228c79..5dbb7af84 100644 --- a/simulator-samples/sample-jms/src/main/resources/xsd/HelloService.xsd +++ b/simulator-samples/sample-jms/src/main/resources/xsd/HelloService.xsd @@ -29,4 +29,4 @@ - \ No newline at end of file + diff --git a/simulator-samples/sample-mail/pom.xml b/simulator-samples/sample-mail/pom.xml index aaa752099..6187b8e40 100644 --- a/simulator-samples/sample-mail/pom.xml +++ b/simulator-samples/sample-mail/pom.xml @@ -7,7 +7,7 @@ org.citrusframework citrus-simulator-samples - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/simulator-samples/sample-mail/src/main/resources/templates/Goodbye.xml b/simulator-samples/sample-mail/src/main/resources/templates/Goodbye.xml index 68766970d..10d96bc68 100644 --- a/simulator-samples/sample-mail/src/main/resources/templates/Goodbye.xml +++ b/simulator-samples/sample-mail/src/main/resources/templates/Goodbye.xml @@ -9,4 +9,4 @@ text/plain; charset=utf-8 Say GoodBye! - \ No newline at end of file + diff --git a/simulator-samples/sample-mail/src/main/resources/templates/Hello.xml b/simulator-samples/sample-mail/src/main/resources/templates/Hello.xml index e12f74340..a1e8db090 100644 --- a/simulator-samples/sample-mail/src/main/resources/templates/Hello.xml +++ b/simulator-samples/sample-mail/src/main/resources/templates/Hello.xml @@ -9,4 +9,4 @@ text/plain; charset=utf-8 Say Hello! - \ No newline at end of file + diff --git a/simulator-samples/sample-rest/pom.xml b/simulator-samples/sample-rest/pom.xml index d7c93176d..b3c7a8bd6 100644 --- a/simulator-samples/sample-rest/pom.xml +++ b/simulator-samples/sample-rest/pom.xml @@ -7,7 +7,7 @@ org.citrusframework citrus-simulator-samples - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/simulator-samples/sample-rest/src/main/resources/xsd/HelloService.xsd b/simulator-samples/sample-rest/src/main/resources/xsd/HelloService.xsd index 188228c79..5dbb7af84 100644 --- a/simulator-samples/sample-rest/src/main/resources/xsd/HelloService.xsd +++ b/simulator-samples/sample-rest/src/main/resources/xsd/HelloService.xsd @@ -29,4 +29,4 @@ - \ No newline at end of file + diff --git a/simulator-samples/sample-swagger/pom.xml b/simulator-samples/sample-swagger/pom.xml index 1ea1c8329..364221490 100644 --- a/simulator-samples/sample-swagger/pom.xml +++ b/simulator-samples/sample-swagger/pom.xml @@ -7,7 +7,7 @@ org.citrusframework citrus-simulator-samples - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/simulator-samples/sample-swagger/src/main/resources/dictionary/inbound-pet.properties b/simulator-samples/sample-swagger/src/main/resources/dictionary/inbound-pet.properties index 771dc2f66..56910cf1b 100644 --- a/simulator-samples/sample-swagger/src/main/resources/dictionary/inbound-pet.properties +++ b/simulator-samples/sample-swagger/src/main/resources/dictionary/inbound-pet.properties @@ -1,3 +1,3 @@ $.category.name=@assertThat(anyOf(is(dog),is(cat)))@ $.status=@matches(available|pending|sold|placed)@ -$.quantity=@greaterThan(0)@ \ No newline at end of file +$.quantity=@greaterThan(0)@ diff --git a/simulator-samples/sample-swagger/src/main/resources/dictionary/outbound-pet.properties b/simulator-samples/sample-swagger/src/main/resources/dictionary/outbound-pet.properties index c069ab387..c7fa2e32f 100644 --- a/simulator-samples/sample-swagger/src/main/resources/dictionary/outbound-pet.properties +++ b/simulator-samples/sample-swagger/src/main/resources/dictionary/outbound-pet.properties @@ -1,2 +1,2 @@ $.category.name=citrus:randomEnumValue('dog', 'cat') -$.name=citrus:randomEnumValue('hasso', 'cutie', 'fluffy') \ No newline at end of file +$.name=citrus:randomEnumValue('hasso', 'cutie', 'fluffy') diff --git a/simulator-samples/sample-ws-client/pom.xml b/simulator-samples/sample-ws-client/pom.xml index 376430b16..b32d5c73b 100644 --- a/simulator-samples/sample-ws-client/pom.xml +++ b/simulator-samples/sample-ws-client/pom.xml @@ -7,7 +7,7 @@ org.citrusframework citrus-simulator-samples - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/simulator-samples/sample-ws-client/src/main/resources/xsd/HelloService.xsd b/simulator-samples/sample-ws-client/src/main/resources/xsd/HelloService.xsd index 188228c79..5dbb7af84 100644 --- a/simulator-samples/sample-ws-client/src/main/resources/xsd/HelloService.xsd +++ b/simulator-samples/sample-ws-client/src/main/resources/xsd/HelloService.xsd @@ -29,4 +29,4 @@ - \ No newline at end of file + diff --git a/simulator-samples/sample-ws/pom.xml b/simulator-samples/sample-ws/pom.xml index 1ee6e6eb2..cc21383a2 100644 --- a/simulator-samples/sample-ws/pom.xml +++ b/simulator-samples/sample-ws/pom.xml @@ -7,7 +7,7 @@ org.citrusframework citrus-simulator-samples - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/simulator-samples/sample-ws/src/main/resources/xsd/HelloService.xsd b/simulator-samples/sample-ws/src/main/resources/xsd/HelloService.xsd index 188228c79..5dbb7af84 100644 --- a/simulator-samples/sample-ws/src/main/resources/xsd/HelloService.xsd +++ b/simulator-samples/sample-ws/src/main/resources/xsd/HelloService.xsd @@ -29,4 +29,4 @@ - \ No newline at end of file + diff --git a/simulator-samples/sample-wsdl/pom.xml b/simulator-samples/sample-wsdl/pom.xml index fed71a603..f5e8fc438 100644 --- a/simulator-samples/sample-wsdl/pom.xml +++ b/simulator-samples/sample-wsdl/pom.xml @@ -7,7 +7,7 @@ org.citrusframework citrus-simulator-samples - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/simulator-samples/sample-wsdl/src/main/resources/dictionary/inbound_mappings.xml b/simulator-samples/sample-wsdl/src/main/resources/dictionary/inbound_mappings.xml index cd2872b18..e8378a069 100644 --- a/simulator-samples/sample-wsdl/src/main/resources/dictionary/inbound_mappings.xml +++ b/simulator-samples/sample-wsdl/src/main/resources/dictionary/inbound_mappings.xml @@ -2,4 +2,4 @@ Say Hello! Say GoodBye! - \ No newline at end of file + diff --git a/simulator-samples/sample-wsdl/src/main/resources/dictionary/outbound_mappings.xml b/simulator-samples/sample-wsdl/src/main/resources/dictionary/outbound_mappings.xml index 9e6a48c9f..4c295ccb6 100644 --- a/simulator-samples/sample-wsdl/src/main/resources/dictionary/outbound_mappings.xml +++ b/simulator-samples/sample-wsdl/src/main/resources/dictionary/outbound_mappings.xml @@ -2,4 +2,4 @@ Hello! GoodBye! - \ No newline at end of file + diff --git a/simulator-starter/pom.xml b/simulator-starter/pom.xml index 41ff52355..6701dd646 100644 --- a/simulator-starter/pom.xml +++ b/simulator-starter/pom.xml @@ -7,7 +7,7 @@ org.citrusframework citrus-simulator - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/simulator-starter/src/test/java/org/citrusframework/simulator/http/HttpRequestAnnotationMatcherTest.java b/simulator-starter/src/test/java/org/citrusframework/simulator/http/HttpRequestAnnotationMatcherTest.java index 807154069..e6b551a19 100644 --- a/simulator-starter/src/test/java/org/citrusframework/simulator/http/HttpRequestAnnotationMatcherTest.java +++ b/simulator-starter/src/test/java/org/citrusframework/simulator/http/HttpRequestAnnotationMatcherTest.java @@ -267,4 +267,4 @@ private HttpMessage setupHttpMessage(String path, HttpMethod method, Map scenarioMapper.getMappingKey(new HttpMessage().method(HttpMethod.GET).path("/issues"))); } -} \ No newline at end of file +} diff --git a/simulator-starter/src/test/java/org/citrusframework/simulator/scenario/mapper/ScenarioMappersTest.java b/simulator-starter/src/test/java/org/citrusframework/simulator/scenario/mapper/ScenarioMappersTest.java index 7aace6460..42f3d966d 100644 --- a/simulator-starter/src/test/java/org/citrusframework/simulator/scenario/mapper/ScenarioMappersTest.java +++ b/simulator-starter/src/test/java/org/citrusframework/simulator/scenario/mapper/ScenarioMappersTest.java @@ -132,4 +132,4 @@ private static class BarScenario extends AbstractSimulatorScenario { private static class OtherScenario extends AbstractSimulatorScenario { static final String SCENARIO_NAME = "OtherScenario"; } -} \ No newline at end of file +} diff --git a/simulator-starter/src/test/java/org/citrusframework/simulator/service/MessageServiceTest.java b/simulator-starter/src/test/java/org/citrusframework/simulator/service/MessageServiceTest.java index af1fab5b5..0b84dfa21 100644 --- a/simulator-starter/src/test/java/org/citrusframework/simulator/service/MessageServiceTest.java +++ b/simulator-starter/src/test/java/org/citrusframework/simulator/service/MessageServiceTest.java @@ -129,4 +129,4 @@ private void assertDirectionMatches(Message.Direction... direction) { } } -} \ No newline at end of file +} diff --git a/simulator-starter/src/test/java/org/citrusframework/simulator/template/TemplateHelperTest.java b/simulator-starter/src/test/java/org/citrusframework/simulator/template/TemplateHelperTest.java index 5ebf8c31d..1a4d176f2 100644 --- a/simulator-starter/src/test/java/org/citrusframework/simulator/template/TemplateHelperTest.java +++ b/simulator-starter/src/test/java/org/citrusframework/simulator/template/TemplateHelperTest.java @@ -77,4 +77,4 @@ public void testGetJsonMessageTemplate(String basePath, String fileName, String Assert.assertNull(expectedContent); } } -} \ No newline at end of file +} diff --git a/simulator-starter/src/test/java/org/citrusframework/simulator/ws/WsdlScenarioGeneratorTest.java b/simulator-starter/src/test/java/org/citrusframework/simulator/ws/WsdlScenarioGeneratorTest.java index 8bc58cd51..a0f242064 100644 --- a/simulator-starter/src/test/java/org/citrusframework/simulator/ws/WsdlScenarioGeneratorTest.java +++ b/simulator-starter/src/test/java/org/citrusframework/simulator/ws/WsdlScenarioGeneratorTest.java @@ -122,4 +122,4 @@ public Object[][] wsdlDataProvider() { }; } -} \ No newline at end of file +} diff --git a/simulator-ui/pom.xml b/simulator-ui/pom.xml index d3759227f..ba7122679 100644 --- a/simulator-ui/pom.xml +++ b/simulator-ui/pom.xml @@ -6,7 +6,7 @@ org.citrusframework citrus-simulator - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/sonar-project.properties b/sonar-project.properties index 5b32f37f3..9916f3cd6 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -15,4 +15,4 @@ # -sonar.projectKey=citrusframework:citrus-simulator \ No newline at end of file +sonar.projectKey=citrusframework:citrus-simulator