Skip to content

Commit c24e8ac

Browse files
committed
chore: Update Citrus to 4.10.0
- Since Citrus is not being used yet in Kaoto replace version instead of adding new versions
1 parent f25da71 commit c24e8ac

11 files changed

Lines changed: 517 additions & 277 deletions

catalog/citrus/4.9.4/citrus-agent-configuration.json renamed to catalog/citrus/4.10.0/citrus-agent-configuration.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@
1717
"description" : "Sets default properties"
1818
}
1919
},
20+
"dependencies" : {
21+
"title" : "Dependencies",
22+
"description" : "Set of additional Maven dependencies that should be loaded with the agent.",
23+
"type" : "array",
24+
"items" : {
25+
"type" : "string",
26+
"title" : "Dependencies",
27+
"description" : "Set of additional Maven dependencies that should be loaded with the agent."
28+
}
29+
},
2030
"engine" : {
2131
"type" : "string",
2232
"title" : "Engine",
@@ -33,6 +43,27 @@
3343
"description" : "Test name patterns that specify which tests to include in the test run. Used when scanning packages for tests."
3444
}
3545
},
46+
"inspectCode" : {
47+
"type" : "boolean",
48+
"title" : "InspectCode",
49+
"description" : "When enabled the source code gets analyzed for required modules and dependencies that are added to the classpath."
50+
},
51+
"modules" : {
52+
"title" : "Modules",
53+
"description" : "Set of additional Citrus modules that should be loaded with the agent.",
54+
"type" : "array",
55+
"items" : {
56+
"type" : "string",
57+
"title" : "Modules",
58+
"description" : "Set of additional Citrus modules that should be loaded with the agent."
59+
}
60+
},
61+
"offline" : {
62+
"type" : "boolean",
63+
"title" : "Offline",
64+
"description" : "When enabled there will be no attempts to resolve Maven artifacts via internet connection.",
65+
"default" : "true"
66+
},
3667
"packages" : {
3768
"title" : "Packages",
3869
"description" : "List of package names to search for tests. All tests found in these packages are executed.",

0 commit comments

Comments
 (0)