forked from hibernate/hibernate-reactive
-
Notifications
You must be signed in to change notification settings - Fork 2
/
jbang-catalog.json
45 lines (45 loc) · 1.64 KB
/
jbang-catalog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"catalogs": {},
"aliases": {
"example": {
"script-ref": "tooling/jbang/Example.java",
"description": "An application example. The database must be available before running it. See https://github.com/hibernate/hibernate-reactive/blob/main/podman.md"
},
"testcase": {
"script-ref": "tooling/jbang/ReactiveTest.java",
"description": "A Hibernate Reactive JUnit test using Docker, Testcontainers and Vert.x Unit"
}
},
"templates": {
"pg-reproducer": {
"file-refs": {
"{basename}.java": "tooling/jbang/PostgreSQLReactiveTest.java.qute"
},
"description": "Template for a test with PostgreSQL using Junit 4, Vert.x Unit and Testcontainers"
},
"mysql-reproducer": {
"file-refs": {
"{basename}.java": "tooling/jbang/MySQLReactiveTest.java.qute"
},
"description": "Template for a test with MySQL using Junit 4, Vert.x Unit and Testcontainers"
},
"mariadb-reproducer": {
"file-refs": {
"{basename}.java": "tooling/jbang/MariaDBReactiveTest.java.qute"
},
"description": "Template for a test with MariaDB using Junit 4, Vert.x Unit and Testcontainers"
},
"db2-reproducer": {
"file-refs": {
"{basename}.java": "tooling/jbang/Db2ReactiveTest.java.qute"
},
"description": "Template for a test with Db2 using Junit 4, Vert.x Unit and Testcontainers"
},
"cockroachdb-reproducer": {
"file-refs": {
"{basename}.java": "tooling/jbang/CockroachDBReactiveTest.java.qute"
},
"description": "Template for a test with CockroachDB using Junit 4, Vert.x Unit and Testcontainers"
}
}
}