Snapshot (2023-05-15)
- org.openrewrite.java.search.FindCallGraph: Produce the call graph describing the relationships between methods.
- org.openrewrite.java.spring.security5.WebSecurityConfigurerAdapter: The Spring Security
WebSecurityConfigurerAdapter
was deprecated 5.7, this recipe will transformWebSecurityConfigurerAdapter
classes by using a component based approach. Check out the spring-security-without-the-websecurityconfigureradapter blog for more details. - org.openrewrite.maven.AddGradleEnterpriseMavenExtension: To integrate gradle enterprise maven extension into maven projects, ensure that the
gradle-enterprise-maven-extension
is added to the.mvn/extensions.xml
file if not already present. Additionally, configure the extension by adding the.mvn/gradle-enterprise.xml
configuration file. - org.openrewrite.github.SetupJavaAdoptOpenJDKToTemurin: Adopt OpenJDK got moved to Eclipse Temurin and won't be updated anymore. It is highly recommended to migrate workflows from adopt to temurin to keep receiving software and security updates. See more details in the Good-bye AdoptOpenJDK post.
- org.openrewrite.github.SetupJavaAdoptOpenj9ToSemeru: Adopt OpenJDK got moved to Eclipse Temurin and won't be updated anymore. It is highly recommended to migrate workflows from adopt-openj9 to IBM semeru to keep receiving software and security updates. See more details in the Good-bye AdoptOpenJDK post.
- org.openrewrite.github.ActionsSetupJavaAdoptOpenJDKToTemurin: Adopt OpenJDK got moved to Eclipse Temurin and won't be updated anymore. It is highly recommended to migrate workflows from adopt to temurin to keep receiving software and security updates. See more details in the Good-bye AdoptOpenJDK post.
- org.openrewrite.java.security.ZipSlip: Zip slip is an arbitrary file overwrite critical vulnerability, which typically results in remote command execution. A fuller description of this vulnerability is available in the Snyk documentation on it.
- org.openrewrite.java.spring.boot2.WebSecurityConfigurerAdapter: The Spring Security
WebSecurityConfigurerAdapter
was deprecated 5.7, this recipe will transformWebSecurityConfigurerAdapter
classes by using a component based approach. Check out the spring-security-without-the-websecurityconfigureradapter blog for more details.
Last modified 15d ago