You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: COMPARISON.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,14 +57,33 @@ This list contains a comparison with the most popular open source [API simulatio
57
57
❌ Inactive since >1 year
58
58
</td>
59
59
</tr>
60
+
<tr>
61
+
<td>
62
+
<a href="https://github.com/microcks/microcks">
63
+
Microcks
64
+
</a>
65
+
</td>
66
+
<td>
67
+
✔ Provides a Java API that is used to create responses for certain requests. <sup><a href="https://microcks.io/documentation/references/examples/">Docs</a></sup>
68
+
</td>
69
+
<td>
70
+
✔ Split into modules.<br/>❓ <a href="https://github.com/microcks/microcks-java-client">Client</a> is OpenAPI generated and currently in "alpha" stage.
71
+
</td>
72
+
<td>
73
+
✔ <a href="https://testcontainers.com/modules/microcks/">Yes</a> (but only native support for file based responses)
74
+
</td>
75
+
<td>
76
+
✔ Active<br/>❓ Developed by a company (with the same name) but only "community" support seems to be provided
77
+
</td>
78
+
</tr>
60
79
<tr>
61
80
<td>
62
81
<a href="https://github.com/wiremock/wiremock">
63
82
WireMock
64
83
</a>
65
84
</td>
66
85
<td>
67
-
✔ Provides a Java API that is used to create responses for certain requests. As an alternative you can also use files to do the same <sup><a href="https://wiremock.org/docs/quickstart/java-junit/">Docs</a></sup>
86
+
✔ Provides a Java API that is used to create responses for certain requests. <sup><a href="https://www.mock-server.com/">Docs</a> <a href="https://java.testcontainers.org/modules/mockserver/">Testcontainer-Docs</a></sup>
68
87
</td>
69
88
<td>
70
89
❌ Monolithic - all client/server code in one module
@@ -116,4 +135,4 @@ This list contains a comparison with the most popular open source [API simulatio
# MaxRAMPercentage: Default value is 25% -> we want to use available memory optimal -> increased, but enough is left for other RAM usages like e.g. Metaspace
53
39
# Min/MaxHeapFreeRatio: Default values cause container reserved memory not to shrink properly/waste memory -> decreased
0 commit comments