Use TLS for AMQP connection strings
Recipe ID
org.openrewrite.java.spring.amqp.UseTlsAmqpConnectionStringArtifact
org.openrewrite.recipe:rewrite-springUse TLS for AMQP connection strings.
Usage
You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.java.spring.amqp.UseTlsAmqpConnectionString --recipe-option "oldPort=1234" --recipe-option "port=1234"If the recipe isn’t available locally, install it with:
mod config recipes jar install org.openrewrite.recipe:rewrite-spring:6.36.0Options
| Name | Type | Description |
|---|---|---|
propertyKey | String | The Spring property key to perform updates against. If this value is specified, the specified property will be used for searching, otherwise a default of spring.rabbitmq.addresses will be used instead.e.g. spring.rabbitmq.addresses |
oldPortrequired | Integer | The non-TLS enabled port number to replace with the TLS-enabled port. If this value is specified, no changes will be made to amqp connection strings which do not contain this port number. e.g. 1234 |
portrequired | Integer | The TLS-enabled port to use. e.g. 1234 |
tlsPropertyKey | String | The Spring property key to enable default TLS mode against. If this value is specified, the specified property will be used when updating the default TLS mode, otherwise a default of spring.rabbitmq.ssl.enabled will be used instead.e.g. spring.rabbitmq.ssl.enabled |
pathExpressions | List | Each value in this list represents a glob expression that is used to match which files will be modified. If this value is not present, this recipe will query the execution context for reasonable defaults. ("**/application.yml", "**/application.yaml", and "**/application.properties". e.g. **/application.yml |
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