Skip to content

Commit c7436ae

Browse files
Added UtilityMain from Open Liberty to SSI exclusion list. (#9460)
1 parent 21a18ab commit c7436ae

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

metadata/denied-arguments.tsv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ apache_solr8_tools org.apache.solr.util.SolrCLI
4343
# DataDog JMXFetch
4444
datadog_jmxfetch org.datadog.jmxfetch.App Skip DataDog JMXFetch
4545

46+
# Open Liberty
47+
open_liberty_utility_main com.ibm.ws.kernel.boot.cmdline.UtilityMain Skip UtilityMain that expected single jar in classpath
48+
4649
# Elastic Search 7+
4750
elasticsearch7 -Des.path.home=* Skip Elastic Search 7+ commands
4851

metadata/requirements.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,23 @@
524524
],
525525
"envars": null
526526
},
527+
{
528+
"id": "open_liberty_utility_main",
529+
"description": "Skip UtilityMain that expected single jar in classpath",
530+
"os": null,
531+
"cmds": [
532+
"**/java"
533+
],
534+
"args": [
535+
{
536+
"args": [
537+
"com.ibm.ws.kernel.boot.cmdline.UtilityMain"
538+
],
539+
"position": null
540+
}
541+
],
542+
"envars": null
543+
},
527544
{
528545
"id": "elasticsearch7",
529546
"description": "Skip Elastic Search 7+ commands",

0 commit comments

Comments
 (0)