org.openrewrite.cloudsuitability.FindJavaFx: JavaFX is not cloud compatible and requires the JRE on the remote device.
org.openrewrite.cloudsuitability.FindJks: In a cloud environment, use a centralized keystore, such as Azure Key Vault or AWS Secrets Manager, to better secure sensitive information.
org.openrewrite.cloudsuitability.FindJms: Run embedded service broker as a JMS Provider.
org.openrewrite.cloudsuitability.FindJni: A few conditions have to be met to make JNI calls.
org.openrewrite.java.migrate.maven.UseMavenCompilerPluginReleaseConfiguration: Replaces any explicit source or target configuration (if present) on the maven-compiler-plugin with release, and updates the release value if needed.
org.openrewrite.java.spring.NoRepoAnnotationOnRepoInterface: Removes superfluous @Repository annotation from Spring Data Repository sub-interfaces.
org.openrewrite.java.spring.boot2.MigrateSpringBoot_2_0: Migrate applications built on Spring Boot 1.5 to the latest Spring Boot 2.0 release. This recipe will modify an application's build files, make changes to deprecated/preferred APIs, and migrate configuration settings that have changes between versions. This recipe will also chain additional framework migrations (Spring Framework, Spring Data, etc) that are required as part of the migration to Spring Boot 2.0.
org.openrewrite.java.spring.boot2.MoveAutoConfigurationToImportsFile: Use org.springframework.boot.autoconfigure.AutoConfiguration.imports instead of the deprecated entry org.springframework.boot.autoconfigure.EnableAutoConfiguration in spring.factories when defining auto-configuration classes.
org.openrewrite.maven.RemovePluginDependency: Removes a dependency from the <dependencies> section of a plugin in the pom.xml.