You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Scott Frederick 1e2176b6c9 Improve Redis URL validation
This commit improves the validation of URLs provided in the property
'spring.redis.url' used to auto-configure a Spring Data Redis
connection. In particular, only the URL schemes 'redis://' and
'rediss://' are allowed, and any other scheme will result in a
configuration error. A failure analyzer is also provided to improve
diagnostics for common mis-configurations detected by this validation.

Fixes gh-21999
4 years ago
..
spring-boot Merge branch '2.2.x' into 2.3.x 4 years ago
spring-boot-actuator Polish support for reactive Elasticsearch healthcheck 4 years ago
spring-boot-actuator-autoconfigure Polish 4 years ago
spring-boot-autoconfigure Improve Redis URL validation 4 years ago
spring-boot-cli Require dependency on s-b-dependencies to use its constraints 4 years ago
spring-boot-dependencies Update to Maven Shade Plugin 3.2.4 4 years ago
spring-boot-devtools Use TCCL at time of access for resource loading 4 years ago
spring-boot-docs Merge branch '2.2.x' into 2.3.x 4 years ago
spring-boot-parent Upgrade to Testcontainers 1.14.3 4 years ago
spring-boot-properties-migrator Require dependency on s-b-dependencies to use its constraints 4 years ago
spring-boot-starters Correct additions to spring-boot-starter-parent's pom 4 years ago
spring-boot-test Use TCCL at time of access for resource loading 4 years ago
spring-boot-test-autoconfigure Use lazy lambda instead of explicit argument 4 years ago
spring-boot-tools Merge branch '2.2.x' into 2.3.x 4 years ago