Skip to content

Commit

Permalink
Add descriptions to Insights rules
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Gaikwad <[email protected]>
  • Loading branch information
pranavgaikwad authored Jul 9, 2024
1 parent 4d682fd commit e131cad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion default/generated/00-discovery/0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
pattern: "pom.xml"
tag: ["Maven XML"]
- ruleID: windup-discover-ejb-configuration
description: "EJB XML Configuration"
labels:
- konveyor.io/include=always
- konveyor.io/target=discovery
Expand All @@ -84,6 +85,7 @@
builtin.xml:
xpath: "/(jboss:ejb-jar or ejb-jar)"
- ruleID: windup-discover-spring-configuration
description: "Spring XML Configuration"
tag: ["Spring XML"]
labels:
- konveyor.io/include=always
Expand All @@ -92,6 +94,7 @@
builtin.xml:
xpath: "/beans"
- ruleID: windup-discover-jpa-configuration
description: "JPA XML Configuration"
tag: ["JPA XML"]
labels:
- konveyor.io/include=always
Expand All @@ -105,11 +108,12 @@
- builtin.xml:
xpath: '/persistence[boolean(namespace-uri(/persistence)="https://jakarta.ee/xml/ns/persistence")]'
- ruleID: windup-discover-web-configuration
description: "Web XML Configuration"
labels:
- konveyor.io/include=always
- konveyor.io/target=discovery
tag: ["Web XML"]
when:
# TODO extract version as in rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverWebXmlRuleProvider.java
builtin.xml:
xpath: /web-app
xpath: /web-app

0 comments on commit e131cad

Please sign in to comment.