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
Phillip Webb 8f4bf233b4 Update configuration properties to use Duration
Update appropriate configuration properties to use the `Duration`
type, rather than an ad-hoc mix of milliseconds or seconds.

Configuration properties can now be defined in a consistent and readable
way. For example `server.session.timeout=5m`.

Properties that were previously declared using seconds are annotated
with `@DurationUnit` to ensure a smooth upgrade experience. For example
`server.session.timeout=20` continues to mean 20 seconds.

Fixes gh-11080
7 years ago
..
spring-boot Update configuration properties to use Duration 7 years ago
spring-boot-actuator Remove duplicate words 7 years ago
spring-boot-actuator-autoconfigure Update configuration properties to use Duration 7 years ago
spring-boot-autoconfigure Update configuration properties to use Duration 7 years ago
spring-boot-cli Utilize StandardCharsets 7 years ago
spring-boot-dependencies Rename clientReg redirectUri to redirectUriTemplate 7 years ago
spring-boot-devtools Update configuration properties to use Duration 7 years ago
spring-boot-docs Update configuration properties to use Duration 7 years ago
spring-boot-parent Provide reference documentation for Actuator web endpoints 7 years ago
spring-boot-starters Reinstate spring-boot-starter-data-redis-reactive 7 years ago
spring-boot-test Add FilteredClassLoader 7 years ago
spring-boot-test-autoconfigure Remove explicit constructor super() calls 7 years ago
spring-boot-tools Support Duration in generated meta-data 7 years ago
pom.xml Re-order modules so that spring--boot-cli is later 7 years ago