Skip to content

Spring Boot 3.5.0 M1 Configuration Changelog

Andy Wilkinson edited this page Feb 20, 2025 · 2 revisions

Configuration property changes between 3.4.2 and 3.5.0-M1

Deprecated in 3.5.0-M1

None.

Added in 3.5.0-M1

Key Default value Description

management.server.accesslog.prefix

management_

Management log file name prefix.

server.tomcat.max-parameter-count

10000

Maximum number of parameters (GET plus POST) that will be automatically parsed by the container.

spring.data.redis.lettuce.read-from

Defines from which Redis nodes data is read.

spring.datasource.dbcp2.disconnection-ignore-sql-codes

spring.datasource.hikari.credentials

spring.datasource.hikari.exception-override

spring.datasource.oracleucp.commit-on-connection-return

spring.graphql.schema.additional-files

``

Locations of additional, individual schema files to parse.

spring.liquibase.analytics-enabled

Whether to send product usage data and analytics to Liquibase.

spring.liquibase.license-key

Liquibase Pro license key.

spring.validation.method.adapt-constraint-violations

false

Whether to adapt ConstraintViolations to MethodValidationResult.

Removed in 3.5.0-M1

Key Replacement Reason

management.prometheus.metrics.export.histogram-flavor

No longer supported.

Clone this wiki locally