It would be useful if parsing of formats like 3h10s or 2h 10m 45s to java.time.Duration is supported.
kotlin.time.Duration.parse(String) could serve as a possible reference.
Decimal notation e.g. 1.5h would also be nice.
Comment From: bclozel
Closing in favor of https://github.com/spring-projects/spring-framework/pull/30396, also see https://github.com/spring-projects/spring-boot/issues/37562#issuecomment-2036949439