Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions default/generated/quarkus/201-persistence-to-quarkus.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,8 @@
em;\n }}\n ```"
ruleID: persistence-to-quarkus-00011
when:
and:
- java.referenced:
location: IMPORT
pattern: javax.enterprise.inject.Produces
as: file
ignore: true
- java.referenced:
location: IMPORT
pattern: javax.persistence.EntityManager
from: file
java.referenced:
location: RETURN_TYPE
pattern: javax.persistence.EntityManager
annotated:
pattern: javax.enterprise.inject.Produces
2 changes: 1 addition & 1 deletion default/generated/quarkus/210-cdi-to-quarkus.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
xpath: /b:beans
- category: potential
customVariables: []
description: Producer annotation no longer required
description: "@Produces annotation no longer required"
effort: 1
labels:
- konveyor.io/source=java-ee
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
xpath: /b:beans
- category: potential
customVariables: []
description: Producer annotation no longer required
description: "@Produces annotation no longer required"
effort: 1
labels:
- konveyor.io/source=java-ee
Expand Down
Loading