Files
spring-framework/spring-core
SungbinYang fc8bd64f34 Simplify ObjectUtils#unwrapOptional
This commit replaces optional.isEmpty() and optional.get() with
optional.orElse(null) for better efficiency and readability.

Closes gh-33612
2024-09-30 18:32:43 +02:00
..
2024-09-30 18:32:43 +02:00
2024-09-11 17:17:38 +02:00