All Classes
-
Class Summary Class Description BeanMethodsNotPublic ComponentToBeanConfiguration Generates a new@Configurationclass (or updates an existing one) with@Beandefinitions for all@Componentannotated types and places it in the same package as the main@SpringBootApplication.ConditionalOnBeanAnyNestedCondition https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0-Migration-Guide#conditionalonbean-semantic-changeConstructorInjection ImplicitWebAnnotationNames MockUtilsToStatic In Mockito 1 you use a code snippet like: new MockUtil().isMock(foo); In Mockito 2+ this class now has a private constructor and only exposes static methods: MockUtil.isMock(foo); This recipe makes a best-effort attempt to remove MockUtil instances, but if someone did something unexpected like subclassing MockUtils that will not be handled and will have to be hand-remediated.NoAutowired NoRequestMappingAnnotation RestTemplateBuilderRequestFactory https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0-Migration-Guide#resttemplatebuilderSpringBootReleases SpringBootReleases.ModuleDownload UseSpringBootVersionMaven Update the parent section of a POM to a version specified to this visitor.ValueToConfigurationProperties