Migrate Spring gRPC client channel properties to 1.1
Recipe ID
io.moderne.java.spring.boot4.MigrateSpringGrpcClientChannelPropertiesArtifact
io.moderne.recipe:rewrite-springMigrate the per-channel client properties renamed in Spring gRPC 1.1, in application.properties and application.yml. The spring.grpc.client.channels map became spring.grpc.client.channel, and several leaf keys were restructured (for example address to target, default-deadline to default.deadline, keep-alive-time to keepalive.time, and max-inbound-message-size to inbound.message.max-size). Keys that only changed parent keep their suffix. In .properties files only kebab-case keys are matched.
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.MigrateSpringGrpcClientChannelPropertiesIf the recipe isn’t available locally, install it with:
mod config recipes jar install io.moderne.recipe:rewrite-spring:0.39.0Data 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