Skip to content

Commit

Permalink
Remove useless case
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
  • Loading branch information
jmle committed Nov 15, 2024
1 parent c6bc834 commit 4b04b5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,13 @@
- konveyor.io/source=spring5
- konveyor.io/target=spring6+
when:
or:
- java.referenced:
pattern: org.springframework.web.bind.annotation.GetMapping
location: ANNOTATION
annotated:
elements:
- name: value
value: '.*[^\/]$'
- java.referenced:
pattern: org.springframework.web.bind.annotation.GetMapping
location: ANNOTATION
annotated:
elements:
- name: value
value: '.*\/$'
java.referenced:
pattern: org.springframework.web.bind.annotation.GetMapping
location: ANNOTATION
annotated:
elements:
- name: value
value: '.*[^\/]$'
description: Trailing slack matching has changed in Spring 6.0
message: |
As of Spring Framework 6.0, the trailing slash matching configuration option has been deprecated and its 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: 2
exactly: 1

0 comments on commit 4b04b5a

Please sign in to comment.