- 
                Notifications
    You must be signed in to change notification settings 
- Fork 41.6k
Spring Boot 2.6 Configuration Changelog
Configuration properties change between 2.5.7 and 2.6.0
| Key | Replacement | Reason | 
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | Use of SSL should be indicated through an https URI scheme | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | 
| Key | Default value | Description | 
| 
 | Overriding configuration files used to create a composite configuration. | |
| 
 | 
 | Whether to enable Java info. | 
| 
 | Number of histograms for meter IDs starting with the specified name to keep in the ring buffer. | |
| 
 | Maximum amount of time that samples for meter IDs starting with the specified name are accumulated to decaying distribution statistics before they are reset and rotated. | |
| 
 | ID of the custom device that is exporting metrics to Dynatrace. | |
| 
 | Group for exported metrics. | |
| 
 | 
 | Technology type for exported metrics. | 
| 
 | Default dimensions that are added to all metrics in the form of key-value pairs. | |
| 
 | 
 | Whether to enable Dynatrace metadata export. | 
| 
 | Prefix string that is added to all exported metrics. | |
| 
 | Base64-encoded credentials string. | |
| 
 | Monitored resource’s labels. | |
| 
 | 
 | Comma-separated list of paths to report disk metrics for. | 
| 
 | Idle timeout of the Netty channel. | |
| 
 | 
 | Session timeout. | 
| 
 | ||
| 
 | 
 | Whether to reject requests with illegal header names or values. | 
| 
 | 
 | Connection timeout used when communicating with Elasticsearch. | 
| 
 | Password for authentication with Elasticsearch. | |
| 
 | Prefix added to the path of every request sent to Elasticsearch. | |
| 
 | 
 | Delay of a sniff execution scheduled after a failure. | 
| 
 | 
 | Interval between consecutive ordinary sniff executions. | 
| 
 | 
 | Socket timeout used when communicating with Elasticsearch. | 
| 
 | Comma-separated list of the Elasticsearch instances to use. | |
| 
 | Username for authentication with Elasticsearch. | |
| 
 | Limit on the number of bytes that can be buffered whenever the input stream needs to be aggregated. | |
| 
 | 
 | Filename prefix for baseline migrations. | 
| 
 | 
 | Maximum time between retries when attempting to connect to the database. | 
| 
 | Whether to attempt to automatically detect SQL migration file encoding. | |
| 
 | 
 | Whether to fail if a location of migration scripts doesn’t exist. | 
| 
 | Ignore migrations that match this comma-separated list of patterns when validating migrations. | |
| 
 | Path of the Kerberos config file. | |
| 
 | Location of the Oracle Wallet, used to sign-in to the database automatically. | |
| 
 | 
 | Prefix of placeholders in migration scripts. | 
| 
 | 
 | Suffix of placeholders in migration scripts. | 
| 
 | Path to the SQL Server Kerberos login file. | |
| 
 | 
 | Whether Spring Integration components should perform logging in the main message flow. | 
| 
 | Cron expression for polling. | |
| 
 | Polling delay period. | |
| 
 | Polling rate period. | |
| 
 | Polling initial delay. | |
| 
 | Maximum number of messages to poll per polling cycle. | |
| 
 | 
 | How long to wait for messages on poll. | 
| 
 | 
 | Strategy to use to auto-detect constructor, and in particular behavior with single-argument constructors. | 
| 
 | Global default setting (if any) for leniency. | |
| 
 | Certificate chain in PEM format with a list of X.509 certificates. | |
| 
 | Private key in PEM format with PKCS#8 keys. | |
| 
 | Trusted certificates in PEM format with X.509 certificates. | |
| 
 | Certificate chain in PEM format with a list of X.509 certificates. | |
| 
 | Private key in PEM format with PKCS#8 keys. | |
| 
 | Trusted certificates in PEM format with X.509 certificates. | |
| 
 | Certificate chain in PEM format with a list of X.509 certificates. | |
| 
 | Private key in PEM format with PKCS#8 keys. | |
| 
 | Trusted certificates in PEM format with X.509 certificates. | |
| 
 | Certificate chain in PEM format with a list of X.509 certificates. | |
| 
 | Private key in PEM format with PKCS#8 keys. | |
| 
 | Trusted certificates in PEM format with X.509 certificates. | |
| 
 | Certificate chain in PEM format with a list of X.509 certificates. | |
| 
 | Private key in PEM format with PKCS#8 keys. | |
| 
 | Trusted certificates in PEM format with X.509 certificates. | |
| 
 | 
 | Whether to allow circular references between beans and automatically try to resolve them. | 
| 
 | 
 | Whether to start the container automatically on startup. | 
| 
 | 
 | Whether the container will support listeners that consume native stream messages instead of Spring AMQP messages. | 
| 
 | 
 | Host of a RabbitMQ instance with the Stream plugin enabled. | 
| 
 | Login password to authenticate to the broker. | |
| 
 | Stream port of a RabbitMQ instance with the Stream plugin enabled. | |
| 
 | Login user to authenticate to the broker. | |
| 
 | Whether to enable the pool. | |
| 
 | Whether to enable the pool. | |
| 
 | Directory used to store file parts larger than 'maxInMemorySize'. | |
| 
 | 
 | Character set used to decode headers. | 
| 
 | 
 | Maximum amount of disk space allowed per part. | 
| 
 | 
 | Maximum amount of memory allowed per headers section of each part. | 
| 
 | 
 | Maximum amount of memory allowed per part before it’s written to disk. | 
| 
 | 
 | Maximum number of parts allowed in a given multipart request. | 
| 
 | 
 | Whether to stream directly from the parsed input buffer stream without storing in memory nor file. | 
| 
 | 
 | 
| Key | Replacement | Reason | 
| 
 | 
 | |
| 
 | ||
| 
 | ||
| 
 | Removed in the open source release of Flyway 7.12. | |
| 
 | Removed in the open source release of Flyway 7.12. | |
| 
 | Removed in the open source release of Flyway 7.12. | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | ||
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 |