8.4.2 Release (2023-09-04)

New Recipes

Removed Recipes

  • org.openrewrite.java.spring.boot2.AuthorizeHttpRequests: Replace HttpSecurity.authorizeRequests(...) deprecated in Spring Security 6 with HttpSecurity.authorizeHttpRequests(...) and all method calls on the resultant object respectively. Replace deprecated AbstractInterceptUrlConfigurer and its deprecated subclasses with AuthorizeHttpRequestsConfigurer and its corresponding subclasses.

Last updated