Spring Boot 4.0 Module Starter Relocations
Recipe ID
io.moderne.java.spring.boot4.ModuleStarterRelocationsArtifactio.moderne.recipe:rewrite-springRelocate types and packages for Spring Boot 4.0 modular starters.
Composite recipespringbootProprietary
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe io.moderne.java.spring.boot4.ModuleStarterRelocationsIf the recipe isn’t available locally, install it with:
mod config recipes jar install io.moderne.recipe:rewrite-spring:RELEASEDefinition
This recipe runs the following recipes in order.
- Change type
org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfigurationtoorg.springframework.boot.health.autoconfigure.application.AvailabilityHealthContributorAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesHealthEndpointGrouptoorg.springframework.boot.health.autoconfigure.actuate.endpoint.AvailabilityProbesHealthEndpointGrouporg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesHealthEndpointGroupstoorg.springframework.boot.health.autoconfigure.actuate.endpoint.AvailabilityProbesHealthEndpointGroupsorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesHealthEndpointGroupsPostProcessortoorg.springframework.boot.health.autoconfigure.actuate.endpoint.AvailabilityProbesHealthEndpointGroupsPostProcessororg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.availability.DelegatingAvailabilityProbesHealthEndpointGrouptoorg.springframework.boot.health.autoconfigure.actuate.endpoint.DelegatingAvailabilityProbesHealthEndpointGrouporg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfigurationtoorg.springframework.boot.health.autoconfigure.contributor.AbstractCompositeHealthContributorConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.health.AutoConfiguredHealthEndpointGrouptoorg.springframework.boot.health.autoconfigure.actuate.endpoint.AutoConfiguredHealthEndpointGrouporg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.health.AutoConfiguredHealthEndpointGroupstoorg.springframework.boot.health.autoconfigure.actuate.endpoint.AutoConfiguredHealthEndpointGroupsorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.health.CompositeHealthContributorConfigurationtoorg.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthContributorConfigurationtoorg.springframework.boot.health.autoconfigure.contributor.CompositeReactiveHealthContributorConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.health.ConditionalOnEnabledHealthIndicatortoorg.springframework.boot.health.autoconfigure.contributor.ConditionalOnEnabledHealthIndicatororg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfigurationtoorg.springframework.boot.health.autoconfigure.contributor.HealthContributorAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.health.HealthEndpointAutoConfigurationtoorg.springframework.boot.health.autoconfigure.actuate.endpoint.HealthEndpointAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.health.HealthEndpointConfigurationtoorg.springframework.boot.health.autoconfigure.actuate.endpoint.HealthEndpointConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.health.HealthEndpointPropertiestoorg.springframework.boot.health.autoconfigure.actuate.endpoint.HealthEndpointPropertiesorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.health.HealthEndpointReactiveWebExtensionConfigurationtoorg.springframework.boot.health.autoconfigure.actuate.endpoint.HealthEndpointReactiveWebExtensionConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfigurationtoorg.springframework.boot.health.autoconfigure.actuate.endpoint.HealthEndpointWebExtensionConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.health.HealthPropertiestoorg.springframework.boot.health.autoconfigure.actuate.endpoint.HealthPropertiesorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.health.IncludeExcludeGroupMemberPredicatetoorg.springframework.boot.health.autoconfigure.actuate.endpoint.IncludeExcludeGroupMemberPredicateorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.health.NoSuchHealthContributorFailureAnalyzertoorg.springframework.boot.health.autoconfigure.actuate.endpoint.NoSuchHealthContributorFailureAnalyzerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.health.OnEnabledHealthIndicatorConditiontoorg.springframework.boot.health.autoconfigure.contributor.OnEnabledHealthIndicatorConditionorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactorytoorg.springframework.boot.jetty.ConfigurableJettyWebServerFactoryorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.jetty.ForwardHeadersCustomizertoorg.springframework.boot.jetty.ForwardHeadersCustomizerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.jetty.GracefulShutdowntoorg.springframework.boot.jetty.GracefulShutdownorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.jetty.JasperInitializertoorg.springframework.boot.jetty.servlet.JasperInitializerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.jetty.JettyEmbeddedErrorHandlertoorg.springframework.boot.jetty.servlet.JettyEmbeddedErrorHandlerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.jetty.JettyEmbeddedWebAppContexttoorg.springframework.boot.jetty.servlet.JettyEmbeddedWebAppContextorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.jetty.JettyHandlerWrapperstoorg.springframework.boot.jetty.JettyHandlerWrappersorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactorytoorg.springframework.boot.jetty.reactive.JettyReactiveWebServerFactoryorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.jetty.JettyServerCustomizertoorg.springframework.boot.jetty.JettyServerCustomizerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactorytoorg.springframework.boot.jetty.servlet.JettyServletWebServerFactoryorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.jetty.JettyWebServertoorg.springframework.boot.jetty.JettyWebServerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.jetty.LoaderHidingResourcetoorg.springframework.boot.jetty.servlet.LoaderHidingResourceorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfigurationtoorg.springframework.boot.jetty.servlet.ServletContextInitializerConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.jetty.SslServerCustomizertoorg.springframework.boot.jetty.SslServerCustomizerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.netty.CompressionCustomizertoorg.springframework.boot.reactor.netty.CompressionCustomizerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.netty.GracefulShutdowntoorg.springframework.boot.reactor.netty.GracefulShutdownorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactorytoorg.springframework.boot.reactor.netty.NettyReactiveWebServerFactoryorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.netty.NettyRouteProvidertoorg.springframework.boot.reactor.netty.NettyRouteProviderorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.netty.NettyServerCustomizertoorg.springframework.boot.reactor.netty.NettyServerCustomizerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.netty.NettyWebServertoorg.springframework.boot.reactor.netty.NettyWebServerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.netty.SslServerCustomizertoorg.springframework.boot.reactor.netty.SslServerCustomizerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.r2dbc.ConnectionFactoryHealthContributorAutoConfigurationtoorg.springframework.boot.r2dbc.autoconfigure.health.ConnectionFactoryHealthContributorAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.r2dbc.R2dbcObservationAutoConfigurationtoorg.springframework.boot.r2dbc.autoconfigure.observation.R2dbcObservationAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.r2dbc.R2dbcObservationPropertiestoorg.springframework.boot.r2dbc.autoconfigure.observation.R2dbcObservationPropertiesorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.security.ConditionalOnDefaultWebSecuritytoorg.springframework.boot.security.autoconfigure.web.servlet.ConditionalOnDefaultWebSecurityorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.security.DefaultWebSecurityConditiontoorg.springframework.boot.security.autoconfigure.web.servlet.DefaultWebSecurityConditionorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.security.SecurityPropertiestoorg.springframework.boot.security.autoconfigure.SecurityPropertiesorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.security.StaticResourceLocationtoorg.springframework.boot.security.autoconfigure.web.StaticResourceLocationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.security.reactive.PathRequesttoorg.springframework.boot.security.autoconfigure.web.reactive.PathRequestorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.security.reactive.ReactiveUserDetailsServiceAutoConfigurationtoorg.springframework.boot.security.autoconfigure.ReactiveUserDetailsServiceAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequesttoorg.springframework.boot.security.autoconfigure.web.reactive.StaticResourceRequestorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.security.servlet.PathRequesttoorg.springframework.boot.security.autoconfigure.web.servlet.PathRequestorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfigurationtoorg.springframework.boot.security.autoconfigure.SecurityAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfigurationtoorg.springframework.boot.security.autoconfigure.web.servlet.SecurityFilterAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequesttoorg.springframework.boot.security.autoconfigure.web.servlet.StaticResourceRequestorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfigurationtoorg.springframework.boot.security.autoconfigure.UserDetailsServiceAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfigurationtoorg.springframework.boot.security.oauth2.client.autoconfigure.OAuth2ClientAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientWebSecurityAutoConfigurationtoorg.springframework.boot.security.oauth2.client.autoconfigure.servlet.OAuth2ClientWebSecurityAutoConfigurationorg.openrewrite.java.ChangeType - Change type
AutoConfigureObservabilitytoAutoConfigureMetricsorg.openrewrite.java.ChangeType - Change type
AutoConfigureWebClienttoAutoConfigureRestClientorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.tomcat.CompressionConnectorCustomizertoorg.springframework.boot.tomcat.CompressionConnectorCustomizerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactorytoorg.springframework.boot.tomcat.ConfigurableTomcatWebServerFactoryorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedExceptiontoorg.springframework.boot.tomcat.ConnectorStartFailedExceptionorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.tomcat.ConnectorStartFailureAnalyzertoorg.springframework.boot.tomcat.ConnectorStartFailureAnalyzerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.tomcat.DisableReferenceClearingContextCustomizertoorg.springframework.boot.tomcat.DisableReferenceClearingContextCustomizerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.tomcat.GracefulShutdowntoorg.springframework.boot.tomcat.GracefulShutdownorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.tomcat.LazySessionIdGeneratortoorg.springframework.boot.tomcat.LazySessionIdGeneratororg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.tomcat.NestedJarResourceSettoorg.springframework.boot.tomcat.servlet.NestedJarResourceSetorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizertoorg.springframework.boot.tomcat.SslConnectorCustomizerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.tomcat.TldPatternstoorg.springframework.boot.tomcat.servlet.TldPatternsorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.tomcat.TomcatConnectorCustomizertoorg.springframework.boot.tomcat.TomcatConnectorCustomizerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizertoorg.springframework.boot.tomcat.TomcatContextCustomizerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedContexttoorg.springframework.boot.tomcat.TomcatEmbeddedContextorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoadertoorg.springframework.boot.tomcat.TomcatEmbeddedWebappClassLoaderorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.tomcat.TomcatProtocolHandlerCustomizertoorg.springframework.boot.tomcat.TomcatProtocolHandlerCustomizerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactorytoorg.springframework.boot.tomcat.reactive.TomcatReactiveWebServerFactoryorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactorytoorg.springframework.boot.tomcat.servlet.TomcatServletWebServerFactoryorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.embedded.tomcat.TomcatWebServertoorg.springframework.boot.tomcat.TomcatWebServerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.web.servlet.MultipartConfigFactorytoorg.springframework.boot.servlet.MultipartConfigFactoryorg.openrewrite.java.ChangeType - Change type
RestClientBuilderCustomizertoRest5ClientBuilderCustomizerorg.openrewrite.java.ChangeType - Change method name
org.springframework.http.converter.json.Jackson2ObjectMapperBuilder mixIn(..)toaddMixInorg.openrewrite.java.ChangeMethodName - Change type
Jackson2ObjectMapperBuilderCustomizertoJsonMapperBuilderCustomizerorg.openrewrite.java.ChangeType - Change type
JsonObjectSerializertoObjectValueSerializerorg.openrewrite.java.ChangeType - Change type
JsonObjectDeserializertoObjectValueDeserializerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.metrics.KafkaMetricsAutoConfigurationtoorg.springframework.boot.kafka.autoconfigure.metrics.KafkaMetricsAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfigurationtoorg.springframework.boot.micrometer.metrics.autoconfigure.jvm.JvmMetricsAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.metrics.Log4J2MetricsAutoConfigurationtoorg.springframework.boot.micrometer.metrics.autoconfigure.logging.log4j2.Log4J2MetricsAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfigurationtoorg.springframework.boot.micrometer.metrics.autoconfigure.logging.logback.LogbackMetricsAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfigurationtoorg.springframework.boot.micrometer.metrics.autoconfigure.system.SystemMetricsAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.metrics.PropertiesAutoTimertoorg.springframework.boot.data.autoconfigure.metrics.PropertiesAutoTimerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.metrics.ValidationFailureAnalyzertoorg.springframework.boot.micrometer.metrics.ValidationFailureAnalyzerorg.openrewrite.java.ChangeType - Change type
RepositoryMetricsAutoConfigurationtoDataRepositoryMetricsAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.metrics.data.MetricsRepositoryMethodInvocationListenerBeanPostProcessortoorg.springframework.boot.data.autoconfigure.metrics.MetricsRepositoryMethodInvocationListenerBeanPostProcessororg.openrewrite.java.ChangeType - Change type
org.springframework.boot.actuate.autoconfigure.metrics.mongo.MongoMetricsAutoConfigurationtoorg.springframework.boot.mongodb.autoconfigure.metrics.MongoMetricsAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.ServerPropertiestoorg.springframework.boot.web.server.autoconfigure.ServerPropertiesorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizertoorg.springframework.boot.web.server.autoconfigure.reactive.ReactiveWebServerFactoryCustomizerorg.openrewrite.java.ChangeType - Change type
ReactiveWebServerFactoryAutoConfigurationtoReactiveWebServerConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizertoorg.springframework.boot.web.server.autoconfigure.servlet.ServletWebServerFactoryCustomizerorg.openrewrite.java.ChangeType - Change type
ServletWebServerFactoryAutoConfigurationtoServletWebServerConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfigurationtoorg.springframework.boot.webflux.autoconfigure.HttpHandlerAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.reactive.ProblemDetailsExceptionHandlertoorg.springframework.boot.webflux.autoconfigure.ProblemDetailsExceptionHandlerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartAutoConfigurationtoorg.springframework.boot.webflux.autoconfigure.ReactiveMultipartAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartPropertiestoorg.springframework.boot.webflux.autoconfigure.ReactiveMultipartPropertiesorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.reactive.ResourceChainResourceHandlerRegistrationCustomizertoorg.springframework.boot.webflux.autoconfigure.ResourceChainResourceHandlerRegistrationCustomizerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.reactive.ResourceHandlerRegistrationCustomizertoorg.springframework.boot.webflux.autoconfigure.ResourceHandlerRegistrationCustomizerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfigurationtoorg.springframework.boot.webflux.autoconfigure.WebFluxAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.reactive.WebFluxPropertiestoorg.springframework.boot.webflux.autoconfigure.WebFluxPropertiesorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.reactive.WebFluxRegistrationstoorg.springframework.boot.webflux.autoconfigure.WebFluxRegistrationsorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.reactive.WebHttpHandlerBuilderCustomizertoorg.springframework.boot.webflux.autoconfigure.WebHttpHandlerBuilderCustomizerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.reactive.WebSessionIdResolverAutoConfigurationtoorg.springframework.boot.webflux.autoconfigure.WebSessionIdResolverAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.reactive.WelcomePageRouterFunctionFactorytoorg.springframework.boot.webflux.autoconfigure.WelcomePageRouterFunctionFactoryorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandlertoorg.springframework.boot.webflux.autoconfigure.error.AbstractErrorWebExceptionHandlerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandlertoorg.springframework.boot.webflux.autoconfigure.error.DefaultErrorWebExceptionHandlerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.reactive.error.ErrorWebFluxAutoConfigurationtoorg.springframework.boot.webflux.autoconfigure.error.ErrorWebFluxAutoConfigurationorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizertoorg.springframework.boot.tomcat.autoconfigure.TomcatWebServerFactoryCustomizerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.embedded.TomcatVirtualThreadsWebServerFactoryCustomizertoorg.springframework.boot.tomcat.autoconfigure.TomcatVirtualThreadsWebServerFactoryCustomizerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.embedded.JettyThreadPooltoorg.springframework.boot.jetty.autoconfigure.JettyThreadPoolorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.embedded.JettyWebServerFactoryCustomizertoorg.springframework.boot.jetty.autoconfigure.JettyWebServerFactoryCustomizerorg.openrewrite.java.ChangeType - Change type
org.springframework.boot.autoconfigure.web.embedded.JettyVirtualThreadsWebServerFactoryCustomizertoorg.springframework.boot.jetty.autoconfigure.JettyVirtualThreadsWebServerFactoryCustomizerorg.openrewrite.java.ChangeType - Change type
NettyWebServerFactoryCustomizertoNettyReactiveWebServerFactoryCustomizerorg.openrewrite.java.ChangeType - Change type
LdapRepositoriesAutoConfigurationtoDataLdapRepositoriesAutoConfigurationorg.openrewrite.java.ChangeType - Change type
LdapRepositoriesRegistrartoDataLdapRepositoriesRegistrarorg.openrewrite.java.ChangeType - Change type
ReactiveCloudFoundryActuatorAutoConfigurationtoCloudFoundryReactiveActuatorAutoConfigurationorg.openrewrite.java.ChangeType - Change type
ElasticsearchReactiveHealthContributorAutoConfigurationtoDataElasticsearchReactiveHealthContributorAutoConfigurationorg.openrewrite.java.ChangeType - Change type
RedisHealthContributorAutoConfigurationtoDataRedisHealthContributorAutoConfigurationorg.openrewrite.java.ChangeType - Change type
RedisReactiveHealthContributorAutoConfigurationtoDataRedisReactiveHealthContributorAutoConfigurationorg.openrewrite.java.ChangeType - Change type
OpenTelemetryAutoConfigurationtoOpenTelemetrySdkAutoConfigurationorg.openrewrite.java.ChangeType - Change type
ScheduledTasksObservabilityAutoConfigurationtoScheduledTasksObservationAutoConfigurationorg.openrewrite.java.ChangeType - Change type
SslObservabilityAutoConfigurationtoSslMetricsAutoConfigurationorg.openrewrite.java.ChangeType - Change type
CassandraDataAutoConfigurationtoDataCassandraAutoConfigurationorg.openrewrite.java.ChangeType - Change type
CassandraReactiveDataAutoConfigurationtoDataCassandraReactiveAutoConfigurationorg.openrewrite.java.ChangeType - Change type
CassandraReactiveRepositoriesAutoConfigurationtoDataCassandraReactiveRepositoriesAutoConfigurationorg.openrewrite.java.ChangeType - Change type
CassandraRepositoriesAutoConfigurationtoDataCassandraRepositoriesAutoConfigurationorg.openrewrite.java.ChangeType - Change type
CouchbaseDataAutoConfigurationtoDataCouchbaseAutoConfigurationorg.openrewrite.java.ChangeType - Change type
CouchbaseReactiveDataAutoConfigurationtoDataCouchbaseReactiveAutoConfigurationorg.openrewrite.java.ChangeType - Change type
CouchbaseReactiveRepositoriesAutoConfigurationtoDataCouchbaseReactiveRepositoriesAutoConfigurationorg.openrewrite.java.ChangeType - Change type
CouchbaseRepositoriesAutoConfigurationtoDataCouchbaseRepositoriesAutoConfigurationorg.openrewrite.java.ChangeType - Change type
ElasticsearchDataAutoConfigurationtoDataElasticsearchAutoConfigurationorg.openrewrite.java.ChangeType - Change type
ElasticsearchRepositoriesAutoConfigurationtoDataElasticsearchRepositoriesAutoConfigurationorg.openrewrite.java.ChangeType - Change type
ReactiveElasticsearchRepositoriesAutoConfigurationtoDataElasticsearchReactiveRepositoriesAutoConfigurationorg.openrewrite.java.ChangeType - Change type
JdbcRepositoriesAutoConfigurationtoDataJdbcRepositoriesAutoConfigurationorg.openrewrite.java.ChangeType - Change type
JpaRepositoriesAutoConfigurationtoDataJpaRepositoriesAutoConfigurationorg.openrewrite.java.ChangeType - Change type
MongoDataAutoConfigurationtoDataMongoAutoConfigurationorg.openrewrite.java.ChangeType - Change type
MongoReactiveDataAutoConfigurationtoDataMongoReactiveAutoConfigurationorg.openrewrite.java.ChangeType - Change type
MongoReactiveRepositoriesAutoConfigurationtoDataMongoReactiveRepositoriesAutoConfigurationorg.openrewrite.java.ChangeType - Change type
MongoRepositoriesAutoConfigurationtoDataMongoRepositoriesAutoConfigurationorg.openrewrite.java.ChangeType - Change type
Neo4jDataAutoConfigurationtoDataNeo4jAutoConfigurationorg.openrewrite.java.ChangeType - Change type
Neo4jReactiveDataAutoConfigurationtoDataNeo4jReactiveAutoConfigurationorg.openrewrite.java.ChangeType - Change type
Neo4jReactiveRepositoriesAutoConfigurationtoDataNeo4jReactiveRepositoriesAutoConfigurationorg.openrewrite.java.ChangeType - Change type
Neo4jRepositoriesAutoConfigurationtoDataNeo4jRepositoriesAutoConfigurationorg.openrewrite.java.ChangeType - Change type
R2dbcDataAutoConfigurationtoDataR2dbcAutoConfigurationorg.openrewrite.java.ChangeType - Change type
R2dbcRepositoriesAutoConfigurationtoDataR2dbcRepositoriesAutoConfigurationorg.openrewrite.java.ChangeType - Change type
RedisAutoConfigurationtoDataRedisAutoConfigurationorg.openrewrite.java.ChangeType - Change type
RedisReactiveAutoConfigurationtoDataRedisReactiveAutoConfigurationorg.openrewrite.java.ChangeType - Change type
RedisRepositoriesAutoConfigurationtoDataRedisRepositoriesAutoConfigurationorg.openrewrite.java.ChangeType - Change type
RepositoryRestMvcAutoConfigurationtoDataRestAutoConfigurationorg.openrewrite.java.ChangeType - Change type
SpringDataWebAutoConfigurationtoDataWebAutoConfigurationorg.openrewrite.java.ChangeType - Change type
ClientHttpConnectorAutoConfigurationtoReactiveHttpClientAutoConfigurationorg.openrewrite.java.ChangeType - Change type
ReactiveSecurityAutoConfigurationtoReactiveWebSecurityAutoConfigurationorg.openrewrite.java.ChangeType - Change type
ClientHttpConnectorAutoConfigurationtoReactiveHttpClientAutoConfigurationorg.openrewrite.java.ChangeType - Rename package name
org.springframework.boot.autoconfigure.security.oauth2.resource.reactivetoorg.springframework.boot.security.oauth2.server.resource.autoconfigure.reactiveorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.docker.compose.service.connection.elasticsearchtoorg.springframework.boot.elasticsearch.docker.composeorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.testcontainers.service.connection.elasticsearchtoorg.springframework.boot.elasticsearch.testcontainersorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.observation.web.reactivetoorg.springframework.boot.webflux.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.security.oauth2.resource.servlettoorg.springframework.boot.security.oauth2.server.resource.autoconfigure.servletorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.observation.web.servlettoorg.springframework.boot.webmvc.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.security.oauth2.client.reactivetoorg.springframework.boot.security.oauth2.client.autoconfigure.reactiveorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.security.oauth2.server.servlettoorg.springframework.boot.security.oauth2.server.authorization.autoconfigure.servletorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactivetoorg.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactiveorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.endpoint.web.reactivetoorg.springframework.boot.webflux.autoconfigure.actuate.weborg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.docker.compose.service.connection.cassandratoorg.springframework.boot.cassandra.docker.composeorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.docker.compose.service.connection.hazelcasttoorg.springframework.boot.hazelcast.docker.composeorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.docker.compose.service.connection.liquibasetoorg.springframework.boot.liquibase.docker.composeorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.testcontainers.service.connection.cassandratoorg.springframework.boot.cassandra.testcontainersorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.testcontainers.service.connection.couchbasetoorg.springframework.boot.couchbase.testcontainersorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.testcontainers.service.connection.hazelcasttoorg.springframework.boot.hazelcast.testcontainersorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.testcontainers.service.connection.liquibasetoorg.springframework.boot.liquibase.testcontainersorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlettoorg.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servletorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.endpoint.web.servlettoorg.springframework.boot.webmvc.autoconfigure.actuate.weborg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.web.reactive.function.clienttoorg.springframework.boot.webclient.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.endpoint.web.jerseytoorg.springframework.boot.jersey.autoconfigure.actuate.weborg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.metrics.integrationtoorg.springframework.boot.integration.autoconfigure.metricsorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.observation.graphqltoorg.springframework.boot.graphql.autoconfigure.observationorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.metrics.web.tomcattoorg.springframework.boot.tomcat.autoconfigure.metricsorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.docker.compose.service.connection.flywaytoorg.springframework.boot.flyway.docker.composeorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.docker.compose.service.connection.pulsartoorg.springframework.boot.pulsar.docker.composeorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.docker.compose.service.connection.zipkintoorg.springframework.boot.zipkin.docker.composeorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.testcontainers.service.connection.flywaytoorg.springframework.boot.flyway.testcontainersorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.testcontainers.service.connection.pulsartoorg.springframework.boot.pulsar.testcontainersorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.testcontainers.service.connection.zipkintoorg.springframework.boot.zipkin.testcontainersorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.metrics.web.jettytoorg.springframework.boot.jetty.autoconfigure.metricsorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.observation.batchtoorg.springframework.boot.batch.autoconfigure.observationorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.security.reactivetoorg.springframework.boot.security.autoconfigure.actuate.web.reactiveorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.docker.compose.service.connection.neo4jtoorg.springframework.boot.neo4j.docker.composeorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.docker.compose.service.connection.r2dbctoorg.springframework.boot.r2dbc.docker.composeorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.testcontainers.service.connection.kafkatoorg.springframework.boot.kafka.testcontainersorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.testcontainers.service.connection.neo4jtoorg.springframework.boot.neo4j.testcontainersorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.testcontainers.service.connection.r2dbctoorg.springframework.boot.r2dbc.testcontainersorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.security.servlettoorg.springframework.boot.security.autoconfigure.actuate.web.servletorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.security.oauth2.resourcetoorg.springframework.boot.security.oauth2.server.resource.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.docker.compose.service.connection.jdbctoorg.springframework.boot.jdbc.docker.composeorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.docker.compose.service.connection.ldaptoorg.springframework.boot.ldap.docker.composeorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.docs.data.nosql.couchbase.repositoriestoorg.springframework.boot.couchbase.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.testcontainers.service.connection.amqptoorg.springframework.boot.amqp.testcontainersorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.testcontainers.service.connection.jdbctoorg.springframework.boot.jdbc.testcontainersorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.testcontainers.service.connection.ldaptoorg.springframework.boot.ldap.testcontainersorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.metrics.orm.jpatoorg.springframework.boot.hibernate.autoconfigure.metricsorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.test.autoconfigure.data.elasticsearchtoorg.springframework.boot.data.elasticsearch.test.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.test.autoconfigure.webservices.clienttoorg.springframework.boot.webservices.test.autoconfigure.clientorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.test.autoconfigure.webservices.servertoorg.springframework.boot.webservices.test.autoconfigure.serverorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.metrics.jerseytoorg.springframework.boot.jersey.autoconfigure.metricsorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.tracing.zipkintoorg.springframework.boot.zipkin.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.security.oauth2.clienttoorg.springframework.boot.security.oauth2.client.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.elasticsearchtoorg.springframework.boot.elasticsearch.autoconfigure.healthorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.metrics.cachetoorg.springframework.boot.cache.autoconfigure.metricsorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.metrics.r2dbctoorg.springframework.boot.r2dbc.autoconfigure.metricsorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.opentelemetrytoorg.springframework.boot.opentelemetry.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.metrics.web.reactive.clienttoorg.springframework.boot.webclient.observationorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.cloudfoundrytoorg.springframework.boot.cloudfoundry.autoconfigure.actuate.endpointorg.openrewrite.java.ChangePackage - Change type
org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfigurationtoorg.springframework.boot.servlet.autoconfigure.actuate.web.ServletEndpointManagementContextConfigurationorg.openrewrite.java.ChangeType - Rename package name
org.springframework.boot.actuate.autoconfigure.metrics.amqptoorg.springframework.boot.amqp.autoconfigure.metricsorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.metrics.jdbctoorg.springframework.boot.jdbc.autoconfigure.metricsorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.http.client.reactivetoorg.springframework.boot.http.client.autoconfigure.reactiveorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.integrationtoorg.springframework.boot.integration.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.test.autoconfigure.data.cassandratoorg.springframework.boot.data.cassandra.test.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.test.autoconfigure.data.couchbasetoorg.springframework.boot.data.couchbase.test.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.test.autoconfigure.graphql.testertoorg.springframework.boot.graphql.test.autoconfigure.testerorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.web.jerseytoorg.springframework.boot.jersey.autoconfigure.actuate.weborg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.web.reactive.errortoorg.springframework.boot.webflux.autoconfigure.errororg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.webservices.clienttoorg.springframework.boot.webservices.autoconfigure.clientorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.cassandratoorg.springframework.boot.cassandra.autoconfigure.healthorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.couchbasetoorg.springframework.boot.couchbase.autoconfigure.healthorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.hazelcasttoorg.springframework.boot.hazelcast.autoconfigure.healthorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.liquibasetoorg.springframework.boot.liquibase.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.websocket.servlettoorg.springframework.boot.websocket.autoconfigure.servletorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.graphql.reactivetoorg.springframework.boot.graphql.autoconfigure.reactiveorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.graphql.securitytoorg.springframework.boot.graphql.autoconfigure.securityorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.security.rsockettoorg.springframework.boot.security.autoconfigure.rsocketorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.test.autoconfigure.web.servlettoorg.springframework.boot.webmvc.test.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.loggingtoorg.springframework.boot.opentelemetry.autoconfigure.loggingorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.metrics.exporttoorg.springframework.boot.micrometer.metrics.autoconfigure.exportorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.metrics.startuptoorg.springframework.boot.micrometer.metrics.autoconfigure.startuporg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.metrics.tasktoorg.springframework.boot.micrometer.metrics.autoconfigure.taskorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.metricstoorg.springframework.boot.micrometer.metrics.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.sessiontoorg.springframework.boot.session.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.tracingtoorg.springframework.boot.micrometer.tracing.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.endpoint.web.reactivetoorg.springframework.boot.webflux.actuate.endpoint.weborg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.web.exchanges.servlettoorg.springframework.boot.servlet.actuate.web.exchangesorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.graphql.rsockettoorg.springframework.boot.graphql.autoconfigure.rsocketorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.graphql.servlettoorg.springframework.boot.graphql.autoconfigure.servletorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.transaction.jtatoorg.springframework.boot.transaction.jta.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.test.autoconfigure.data.neo4jtoorg.springframework.boot.data.neo4j.test.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.test.autoconfigure.data.r2dbctoorg.springframework.boot.data.r2dbc.test.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.test.autoconfigure.data.redistoorg.springframework.boot.data.redis.test.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.flywaytoorg.springframework.boot.flyway.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.quartztoorg.springframework.boot.quartz.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.systemtoorg.springframework.boot.health.autoconfigure.applicationorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.endpoint.web.servlettoorg.springframework.boot.webmvc.actuate.endpoint.weborg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.web.mappings.servlettoorg.springframework.boot.servlet.actuate.web.mappingsorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.data.couchbasetoorg.springframework.boot.data.couchbase.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.security.saml2toorg.springframework.boot.security.saml2.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.test.autoconfigure.data.jdbctoorg.springframework.boot.data.jdbc.test.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.test.autoconfigure.data.ldaptoorg.springframework.boot.data.ldap.test.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.web.reactive.function.clienttoorg.springframework.boot.webclientorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.cachetoorg.springframework.boot.cache.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.neo4jtoorg.springframework.boot.neo4j.autoconfigure.healthorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.endpoint.web.jerseytoorg.springframework.boot.jersey.actuate.endpoint.weborg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.elasticsearchtoorg.springframework.boot.elasticsearch.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.jdbc.metadatatoorg.springframework.boot.jdbc.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.ldap.embeddedtoorg.springframework.boot.ldap.autoconfigure.embeddedorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.reactor.nettytoorg.springframework.boot.reactor.netty.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.test.autoconfigure.restdocstoorg.springframework.boot.restdocs.test.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.amqptoorg.springframework.boot.amqp.autoconfigure.healthorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.jdbctoorg.springframework.boot.jdbc.autoconfigure.healthorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.ldaptoorg.springframework.boot.ldap.autoconfigure.healthorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.mailtoorg.springframework.boot.mail.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.metrics.web.clienttoorg.springframework.boot.restclient.observationorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.metrics.web.tomcattoorg.springframework.boot.tomcat.metricsorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.graphql.datatoorg.springframework.boot.graphql.autoconfigure.dataorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.jms.activemqtoorg.springframework.boot.activemq.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.test.autoconfigure.graphqltoorg.springframework.boot.graphql.test.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.jmstoorg.springframework.boot.jms.autoconfigure.healthorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.autoconfigure.ssltoorg.springframework.boot.health.autoconfigure.applicationorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.metrics.web.jettytoorg.springframework.boot.jetty.metricsorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.http.clienttoorg.springframework.boot.http.client.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.integrationtoorg.springframework.boot.integration.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.jms.artemistoorg.springframework.boot.artemis.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.transactiontoorg.springframework.boot.transaction.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.webservicestoorg.springframework.boot.webservices.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.data.redistoorg.springframework.boot.data.redis.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.freemarkertoorg.springframework.boot.freemarker.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.http.codectoorg.springframework.boot.http.codec.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.validationtoorg.springframework.boot.validation.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.web.clienttoorg.springframework.boot.restclient.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.test.web.reactive.servertoorg.springframework.boot.webtestclient.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.cassandratoorg.springframework.boot.cassandra.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.couchbasetoorg.springframework.boot.couchbase.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.data.resttoorg.springframework.boot.data.rest.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.hazelcasttoorg.springframework.boot.hazelcast.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.liquibasetoorg.springframework.boot.liquibase.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.thymeleaftoorg.springframework.boot.thymeleaf.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.test.autoconfigure.coretoorg.springframework.boot.cache.test.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.test.autoconfigure.jdbctoorg.springframework.boot.jdbc.test.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.test.autoconfigure.jooqtoorg.springframework.boot.jooq.test.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.data.jpatoorg.springframework.boot.data.jpa.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.mustachetoorg.springframework.boot.mustache.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.sendgridtoorg.springframework.boot.sendgrid.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.sql.inittoorg.springframework.boot.sql.autoconfigure.initorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.elasticsearchtoorg.springframework.boot.elasticsearch.healthorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.metrics.cachetoorg.springframework.boot.cache.metricsorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.metrics.r2dbctoorg.springframework.boot.r2dbc.metricsorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.graphqltoorg.springframework.boot.graphql.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.hateoastoorg.springframework.boot.hateoas.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.reactortoorg.springframework.boot.reactor.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.rsockettoorg.springframework.boot.rsocket.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.availabilitytoorg.springframework.boot.health.applicationorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.metrics.amqptoorg.springframework.boot.amqp.metricsorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.metrics.jdbctoorg.springframework.boot.jdbc.metricsorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.flywaytoorg.springframework.boot.flyway.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.jerseytoorg.springframework.boot.jersey.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.pulsartoorg.springframework.boot.pulsar.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.quartztoorg.springframework.boot.quartz.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.web.reactive.contexttoorg.springframework.boot.web.server.reactive.contextorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.integrationtoorg.springframework.boot.integration.actuate.endpointorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.batchtoorg.springframework.boot.batch.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.cachetoorg.springframework.boot.cache.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.jsonbtoorg.springframework.boot.jsonb.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.kafkatoorg.springframework.boot.kafka.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.neo4jtoorg.springframework.boot.neo4j.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.nettytoorg.springframework.boot.netty.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.r2dbctoorg.springframework.boot.r2dbc.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.web.reactive.servertoorg.springframework.boot.web.server.reactiveorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.web.servlet.contexttoorg.springframework.boot.web.server.servlet.contextorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.amqptoorg.springframework.boot.amqp.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.gsontoorg.springframework.boot.gson.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.httptoorg.springframework.boot.http.converter.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.jdbctoorg.springframework.boot.jdbc.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.jooqtoorg.springframework.boot.jooq.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.ldaptoorg.springframework.boot.ldap.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.mailtoorg.springframework.boot.mail.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.web.servlet.filtertoorg.springframework.boot.servlet.filterorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.web.servlet.servertoorg.springframework.boot.web.server.servletorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.web.servlet.errortoorg.springframework.boot.webmvc.errororg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.web.reactive.errortoorg.springframework.boot.webflux.errororg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.cassandratoorg.springframework.boot.cassandra.healthorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.couchbasetoorg.springframework.boot.couchbase.healthorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.hazelcasttoorg.springframework.boot.hazelcast.healthorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.liquibasetoorg.springframework.boot.liquibase.actuate.endpointorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.daotoorg.springframework.boot.persistence.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.jmstoorg.springframework.boot.jms.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.web.servlettoorg.springframework.boot.webmvc.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.orm.jpa.hibernatetoorg.springframework.boot.hibernateorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.security.reactivetoorg.springframework.boot.security.web.reactiveorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.autoconfigure.h2toorg.springframework.boot.h2console.autoconfigureorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.security.servlettoorg.springframework.boot.security.web.servletorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.sessiontoorg.springframework.boot.session.actuate.endpointorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.test.web.clienttoorg.springframework.boot.restclient.testorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.flywaytoorg.springframework.boot.flyway.actuate.endpointorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.quartztoorg.springframework.boot.quartz.actuate.endpointorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.systemtoorg.springframework.boot.health.applicationorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.cachetoorg.springframework.boot.cache.actuate.endpointorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.neo4jtoorg.springframework.boot.neo4j.healthorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.r2dbctoorg.springframework.boot.r2dbc.healthorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.amqptoorg.springframework.boot.amqp.healthorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.jdbctoorg.springframework.boot.jdbc.healthorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.ldaptoorg.springframework.boot.ldap.healthorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.mailtoorg.springframework.boot.mail.healthorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.jmstoorg.springframework.boot.jms.healthorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.actuate.ssltoorg.springframework.boot.health.applicationorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.web.contexttoorg.springframework.boot.web.server.contextorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.web.clienttoorg.springframework.boot.restclientorg.openrewrite.java.ChangePackage - Rename package name
org.springframework.boot.orm.jpatoorg.springframework.boot.jpaorg.openrewrite.java.ChangePackage
Data tables
Structured output this recipe can produce.
- Source files that had resultsSource files that were modified by the recipe run.
org.openrewrite.table.SourcesFileResults - Source files that had search resultsSearch results that were found during the recipe run.
org.openrewrite.table.SearchResults - Source files that errored on a recipeThe details of all errors produced by a recipe run.
org.openrewrite.table.SourcesFileErrors - Recipe performanceStatistics used in analyzing the performance of recipes.
org.openrewrite.table.RecipeRunStats