Skip to content

Commit

Permalink
Correct rule
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Manuel Leflet Estrada <[email protected]>
  • Loading branch information
jmle committed Nov 4, 2024
1 parent 66f4dfe commit 7f8f5b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@
- konveyor.io/source=spring5
- konveyor.io/target=spring6+
when:
or:
- java.referenced:
pattern: org.springframework.beans.BeanInfoFactory
- java.referenced:
pattern: java.beans.BeanInfo
location: IMPLEMENTS_TYPE
java.referenced:
pattern: org.springframework.beans.BeanInfoFactory
description: Spring Framework 6.0 does not use Introspector anymore
message: |
The core container now performs basic bean property determination without `java.beans.Introspector` by default.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ tests:
analysisParams:
mode: "source-only"
hasIncidents:
exactly: 3
exactly: 2

0 comments on commit 7f8f5b0

Please sign in to comment.