Skip to content

Commit aab8560

Browse files
committed
Bumping versions
1 parent 43ba4b6 commit aab8560

File tree

1 file changed

+32
-41
lines changed

1 file changed

+32
-41
lines changed
Lines changed: 32 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,38 @@
11
|===
22
|Name | Default | Description
33

4-
|stubrunner.amqp.enabled | `+++false+++` | Whether to enable support for Stub Runner and AMQP.
5-
|stubrunner.amqp.mockCOnnection | `+++true+++` | Whether to enable support for Stub Runner and AMQP mocked connection factory.
6-
|stubrunner.classifier | `+++stubs+++` | The classifier to use by default in ivy co-ordinates for a stub.
7-
|stubrunner.cloud.consul.enabled | `+++true+++` | Whether to enable stubs registration in Consul.
8-
|stubrunner.cloud.delegate.enabled | `+++true+++` | Whether to enable DiscoveryClient's Stub Runner implementation.
9-
|stubrunner.cloud.enabled | `+++true+++` | Whether to enable Spring Cloud support for Stub Runner.
10-
|stubrunner.cloud.eureka.enabled | `+++true+++` | Whether to enable stubs registration in Eureka.
11-
|stubrunner.cloud.loadbalancer.enabled | `+++true+++` | Whether to enable Stub Runner's Spring Cloud Load Balancer integration.
12-
|stubrunner.cloud.stubbed.discovery.enabled | `+++true+++` | Whether Service Discovery should be stubbed for Stub Runner. If set to false, stubs will get registered in real service discovery.
13-
|stubrunner.cloud.zookeeper.enabled | `+++true+++` | Whether to enable stubs registration in Zookeeper.
14-
|stubrunner.consumer-name | | You can override the default {@code spring.application.name} of this field by setting a value to this parameter.
15-
|stubrunner.delete-stubs-after-test | `+++true+++` | If set to {@code false} will NOT delete stubs from a temporary folder after running tests.
16-
|stubrunner.fail-on-no-stubs | `+++true+++` | When enabled, this flag will tell stub runner to throw an exception when no stubs / contracts were found.
17-
|stubrunner.generate-stubs | `+++false+++` | When enabled, this flag will tell stub runner to not load the generated stubs, but convert the found contracts at runtime to a stub format and run those stubs.
18-
|stubrunner.http-server-stub-configurer | | Configuration for an HTTP server stub.
19-
|stubrunner.ids | `+++[]+++` | The ids of the stubs to run in "ivy" notation ([groupId]:artifactId:[version]:[classifier][:port]). {@code groupId}, {@code classifier}, {@code version} and {@code port} can be optional.
20-
|stubrunner.ids-to-service-ids | | Mapping of Ivy notation based ids to serviceIds inside your application. Example "a:b" -> "myService" "artifactId" -> "myOtherService"
21-
|stubrunner.integration.enabled | `+++true+++` | Whether to enable Stub Runner integration with Spring Integration.
22-
|stubrunner.jms.enabled | `+++true+++` | Whether to enable Stub Runner integration with Spring JMS.
23-
|stubrunner.kafka.enabled | `+++true+++` | Whether to enable Stub Runner integration with Spring Kafka.
24-
|stubrunner.kafka.initializer.enabled | `+++true+++` | Whether to allow Stub Runner to take care of polling for messages instead of the KafkaStubMessages component. The latter should be used only on the producer side.
25-
|stubrunner.mappings-output-folder | | Dumps the mappings of each HTTP server to the selected folder.
26-
|stubrunner.max-port | `+++15000+++` | Max value of a port for the automatically started WireMock server.
27-
|stubrunner.min-port | `+++10000+++` | Min value of a port for the automatically started WireMock server.
28-
|stubrunner.password | | Repository password.
4+
|spring.cloud.contract.stubrunner.amqp.enabled | `+++false+++` | Whether to enable support for Stub Runner and AMQP.
5+
|spring.cloud.contract.stubrunner.amqp.mockCOnnection | `+++true+++` | Whether to enable support for Stub Runner and AMQP mocked connection factory.
6+
|spring.cloud.contract.stubrunner.classifier | `+++stubs+++` | The classifier to use by default in ivy co-ordinates for a stub.
7+
|spring.cloud.contract.stubrunner.cloud.consul.enabled | `+++true+++` | Whether to enable stubs registration in Consul.
8+
|spring.cloud.contract.stubrunner.cloud.delegate.enabled | `+++true+++` | Whether to enable DiscoveryClient's Stub Runner implementation.
9+
|spring.cloud.contract.stubrunner.cloud.enabled | `+++true+++` | Whether to enable Spring Cloud support for Stub Runner.
10+
|spring.cloud.contract.stubrunner.cloud.eureka.enabled | `+++true+++` | Whether to enable stubs registration in Eureka.
11+
|spring.cloud.contract.stubrunner.cloud.loadbalancer.enabled | `+++true+++` | Whether to enable Stub Runner's Spring Cloud Load Balancer integration.
12+
|spring.cloud.contract.stubrunner.cloud.stubbed.discovery.enabled | `+++true+++` | Whether Service Discovery should be stubbed for Stub Runner. If set to false, stubs will get registered in real service discovery.
13+
|spring.cloud.contract.stubrunner.cloud.zookeeper.enabled | `+++true+++` | Whether to enable stubs registration in Zookeeper.
14+
|spring.cloud.contract.stubrunner.consumer-name | | You can override the default {@code spring.application.name} of this field by setting a value to this parameter.
15+
|spring.cloud.contract.stubrunner.delete-stubs-after-test | `+++true+++` | If set to {@code false} will NOT delete stubs from a temporary folder after running tests.
16+
|spring.cloud.contract.stubrunner.fail-on-no-stubs | `+++true+++` | When enabled, this flag will tell stub runner to throw an exception when no stubs / contracts were found.
17+
|spring.cloud.contract.stubrunner.generate-stubs | `+++false+++` | When enabled, this flag will tell stub runner to not load the generated stubs, but convert the found contracts at runtime to a stub format and run those stubs.
18+
|spring.cloud.contract.stubrunner.http-server-stub-configurer | | Configuration for an HTTP server stub.
19+
|spring.cloud.contract.stubrunner.ids | `+++[]+++` | The ids of the stubs to run in "ivy" notation ([groupId]:artifactId:[version]:[classifier][:port]). {@code groupId}, {@code classifier}, {@code version} and {@code port} can be optional.
20+
|spring.cloud.contract.stubrunner.ids-to-service-ids | | Mapping of Ivy notation based ids to serviceIds inside your application. Example "a:b" -> "myService" "artifactId" -> "myOtherService"
21+
|spring.cloud.contract.stubrunner.integration.enabled | `+++true+++` | Whether to enable Stub Runner integration with Spring Integration.
22+
|spring.cloud.contract.stubrunner.jms.enabled | `+++true+++` | Whether to enable Stub Runner integration with Spring JMS.
23+
|spring.cloud.contract.stubrunner.kafka.enabled | `+++true+++` | Whether to enable Stub Runner integration with Spring Kafka.
24+
|spring.cloud.contract.stubrunner.kafka.initializer.enabled | `+++true+++` | Whether to allow Stub Runner to take care of polling for messages instead of the KafkaStubMessages component. The latter should be used only on the producer side.
25+
|spring.cloud.contract.stubrunner.mappings-output-folder | | Dumps the mappings of each HTTP server to the selected folder.
26+
|spring.cloud.contract.stubrunner.max-port | `+++15000+++` | Max value of a port for the automatically started WireMock server.
27+
|spring.cloud.contract.stubrunner.min-port | `+++10000+++` | Min value of a port for the automatically started WireMock server.
28+
|spring.cloud.contract.stubrunner.password | | Repository password.
2929
|spring.cloud.contract.stubrunner.properties | | Map of properties that can be passed to custom {@link org.springframework.cloud.contract.stubrunner.StubDownloaderBuilder}.
30-
|stubrunner.proxy-host | | Repository proxy host.
31-
|stubrunner.proxy-port | | Repository proxy port.
32-
|stubrunner.server-id | |
33-
|stubrunner.stream.enabled | `+++true+++` | Whether to enable Stub Runner integration with Spring Cloud Stream.
34-
|stubrunner.stubs-mode | | Pick where the stubs should come from.
35-
|stubrunner.stubs-per-consumer | `+++false+++` | Should only stubs for this particular consumer get registered in HTTP server stub.
36-
|stubrunner.username | | Repository username.
37-
|wiremock.placeholders.enabled | `+++true+++` | Flag to indicate that http URLs in generated wiremock stubs should be filtered to add or resolve a placeholder for a dynamic port.
38-
|wiremock.reset-mappings-after-each-test | `+++false+++` |
39-
|wiremock.rest-template-ssl-enabled | `+++false+++` |
40-
|wiremock.server.files | `+++[]+++` |
41-
|wiremock.server.https-port | `+++-1+++` |
42-
|wiremock.server.https-port-dynamic | `+++false+++` |
43-
|wiremock.server.port | `+++8080+++` |
44-
|wiremock.server.port-dynamic | `+++false+++` |
45-
|wiremock.server.stubs | `+++[]+++` |
30+
|spring.cloud.contract.stubrunner.proxy-host | | Repository proxy host.
31+
|spring.cloud.contract.stubrunner.proxy-port | | Repository proxy port.
32+
|spring.cloud.contract.stubrunner.server-id | |
33+
|spring.cloud.contract.stubrunner.stream.enabled | `+++true+++` | Whether to enable Stub Runner integration with Spring Cloud Stream.
34+
|spring.cloud.contract.stubrunner.stubs-mode | | Pick where the stubs should come from.
35+
|spring.cloud.contract.stubrunner.stubs-per-consumer | `+++false+++` | Should only stubs for this particular consumer get registered in HTTP server stub.
36+
|spring.cloud.contract.stubrunner.username | | Repository username.
4637

4738
|===

0 commit comments

Comments
 (0)