File tree Expand file tree Collapse file tree 5 files changed +16
-11
lines changed
Expand file tree Collapse file tree 5 files changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -48,5 +48,5 @@ dependency-reduced-pom.xml
4848node
4949node_modules
5050build
51- package.json
51+ / package.json
5252package-lock.json
Original file line number Diff line number Diff line change 11antora :
22 extensions :
3- - ' @springio/antora-extensions/partial-build-extension'
4- - require : ' @springio/antora-extensions/latest-version-extension'
5- - require : ' @springio/antora-extensions/inject-collector-cache-config-extension'
6- - ' @antora/collector-extension'
7- - ' @antora/atlas-extension'
8- - require : ' @springio/antora-extensions/root-component-extension'
3+ - require : ' @springio/antora-extensions'
94 root_component_name : ' cloud-contract'
10- - ' @springio/antora-extensions/static-page-extension'
115site :
126 title : Spring Cloud Contract
137 url : https://docs.spring.io/spring-cloud-contract/reference/
@@ -38,4 +32,4 @@ runtime:
3832 format : pretty
3933ui :
4034 bundle :
41- url : https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.11 /ui-bundle.zip
35+ url : https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.15 /ui-bundle.zip
Original file line number Diff line number Diff line change 66|APPLICATION_USERNAME|Optional username to access the application.|
77|MESSAGING_TRIGGER_CONNECT_TIMEOUT|Timeout to connect to the application to trigger a message.|5000
88|MESSAGING_TRIGGER_READ_TIMEOUT|Timeout to read the response from the application to trigger a message.|5000
9- |MESSAGING_TYPE|Defines the messaging type when dealing with message based contracts.|
109|MESSAGING_TYPE|Type of messaging. Can be either [rabbit] or [kafka].|
10+ |MESSAGING_TYPE|Defines the messaging type when dealing with message based contracts.|
1111|SPRING_KAFKA_BOOTSTRAP_SERVERS|For Kafka - brokers addresses.|
1212|SPRING_RABBITMQ_ADDRESSES|For RabbitMQ - brokers addresses.|
1313|===
Original file line number Diff line number Diff line change 1+ {
2+ "dependencies" : {
3+ "antora" : " 3.2.0-alpha.4" ,
4+ "@antora/atlas-extension" : " 1.0.0-alpha.2" ,
5+ "@antora/collector-extension" : " 1.0.0-alpha.3" ,
6+ "@asciidoctor/tabs" : " 1.0.0-beta.6" ,
7+ "@springio/antora-extensions" : " 1.11.1" ,
8+ "@springio/asciidoctor-extensions" : " 1.0.0-alpha.10" ,
9+ "asciidoctor-kroki" : " 0.18.1"
10+ }
11+ }
Original file line number Diff line number Diff line change 158158 <artifactId >antora-component-version-maven-plugin</artifactId >
159159 </plugin >
160160 <plugin >
161- <groupId >io.spring.maven .antora</groupId >
161+ <groupId >org .antora</groupId >
162162 <artifactId >antora-maven-plugin</artifactId >
163163 </plugin >
164164 <plugin >
You can’t perform that action at this time.
0 commit comments