Skip to content

Commit c601c1e

Browse files
authored
#252: prevent docgen warnings (#276)
1 parent bbf2b2b commit c601c1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

documentation/guide-service-versioning.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Even if you hit an indicator for incompatible changes you can still think about
3333
== Procedure
3434
The procedure when rolling out incompatible changes is illustrated by the following example:
3535

36-
[ditaa]
36+
[source]
3737
----
3838
+------+ +------+
3939
| App1 | | App2 |
@@ -52,7 +52,7 @@ So here we see a simple example where `App3` provides a Service `S` in Version `
5252

5353
Now for some reason the service `S` has to be changed in an incompatible way to make it proof for future demands. However, upgrading all 3 applications at the same time is not possible here for whatever reason. Therefore service versioning is applied for the changes of `S`.
5454

55-
[ditaa]
55+
[source]
5656
----
5757
+------+ +------+
5858
| App1 | | App2 |
@@ -69,7 +69,7 @@ Now for some reason the service `S` has to be changed in an incompatible way to
6969

7070
Now, `App3` has been upgraded and the new release was deployed. A new version `v2` of `S` has been added while still `v1` is kept for compatibility reasons and that version is still used by `App1` and `App2`.
7171

72-
[ditaa]
72+
[source]
7373
----
7474
+------+ +------+
7575
| App1 | | App2*|
@@ -86,7 +86,7 @@ Now, `App3` has been upgraded and the new release was deployed. A new version `v
8686

8787
Now, `App2` has been updated and deployed that is using the new version `v2` of `S`.
8888

89-
[ditaa]
89+
[source]
9090
----
9191
+------+ +------+
9292
| App1*| | App2 |
@@ -103,7 +103,7 @@ Now, `App2` has been updated and deployed that is using the new version `v2` of
103103

104104
Now, also `App1` has been updated and deployed that is using the new version `v2` of `S`. The version `v1` of `S` is not used anymore. This can be verified via logging and monitoring.
105105

106-
[ditaa]
106+
[source]
107107
----
108108
+------+ +------+
109109
| App1 | | App2 |

0 commit comments

Comments
 (0)