Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit 070a6c4

Browse files
authored
Use a table for the list of supported DBs in README
1 parent fdb05ca commit 070a6c4

1 file changed

Lines changed: 25 additions & 6 deletions

File tree

README.asciidoc

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,32 @@ It can easily be used through Spring DI (within a Java project) or through its S
77
https://gitlab.com/java-ebms-adapter/ebms-adapter-web[Another project] in this group forms an example of its use within a Tomcat web application.
88

99
A database is needed for storing CPAs (Collaboration Protocol Agreement) and messages (because the adapter implements https://en.wikipedia.org/wiki/Reliable_messaging[reliable messaging]).
10-
Support for the following databases is built-in:
10+
Support for several databases is built-in.
1111

12-
* hsqldb
13-
* mysql/mariadb
14-
* postgresql
15-
* msssql
16-
* oracle db
12+
.Supported databases
13+
[width="50%", cols="<,<e", frame="topbot", options="header"]
14+
|===
15+
<|DB
16+
<|Minimal version
17+
18+
|HSQLDB
19+
|2.2.9
20+
21+
|MySQL
22+
|5.5
23+
24+
|MariaDB
25+
|5.5
26+
27+
|PostgreSQL
28+
|9
29+
30+
|MSSQL
31+
|2008 R2
32+
33+
|Oracle DB
34+
|11
35+
|===
1736

1837
To simplify CPA administration, adapter configuration and to enable easy testing and traffic inspection, the https://gitlab.com/java-ebms-adapter/ebms-admin-console/ebms-admin-console[ebMS Admin Console] is also available.
1938

0 commit comments

Comments
 (0)