Hutool 3.9

Hutool 3.9 includes several bug fixes, including:

// 3. CollUtil: safe operations on collections List<String> list = CollUtil.newArrayList("a", "b", "c"); Console.log("Join result: {}", CollUtil.join(list, "-")); hutool 3.9