spring-boot/src
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
..
checkstyle Add checkstyle rule for List.of() / Set.of() / Map.of() 2022-10-12 18:15:48 +01:00
nohttp Fix links in documentations 2022-08-01 21:07:36 +01:00
spring-boot-builder Polish "Add network option for image building" 2021-08-12 17:08:52 -05:00