diff --git a/default/generated/spring-framework/spring-framework-5.x-to-6.0-core-container.yaml b/default/generated/spring-framework/spring-framework-5.x-to-6.0-core-container.yaml index d7e2331..1338e0c 100644 --- a/default/generated/spring-framework/spring-framework-5.x-to-6.0-core-container.yaml +++ b/default/generated/spring-framework/spring-framework-5.x-to-6.0-core-container.yaml @@ -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. diff --git a/default/generated/spring-framework/tests/spring-framework-5.x-to-6.0-core-container.test.yaml b/default/generated/spring-framework/tests/spring-framework-5.x-to-6.0-core-container.test.yaml index e84b1c4..3a4829e 100644 --- a/default/generated/spring-framework/tests/spring-framework-5.x-to-6.0-core-container.test.yaml +++ b/default/generated/spring-framework/tests/spring-framework-5.x-to-6.0-core-container.test.yaml @@ -9,4 +9,4 @@ tests: analysisParams: mode: "source-only" hasIncidents: - exactly: 3 + exactly: 2