spring-boot/spring-boot-project/spring-boot-autoconfigure
Bertolt Meier 647a2905c8 Add checkstyle rule for List.of() / Set.of() / Map.of()
This commits adds a checkstyle rule to not use List.of(), Set.of()
and Map.of(), preferring Collections.emptyList(), emptySet(), and
emptyMap() respectively.

It replaces usages of these methods across the codebase.

See gh-32655
2022-10-12 18:15:48 +01:00
..
src Add checkstyle rule for List.of() / Set.of() / Map.of() 2022-10-12 18:15:48 +01:00
build.gradle Upgrade to Thymeleaf 3.1.0-M3 2022-10-07 11:42:01 +02:00