feilong 3.3.6 is released, a tool library that makes Java development easier

  1. Let you get rid of a lot of repetitive underlying code and improve development efficiency;
  2. make your code更简炼,易写,易读,易于维护;

Document address: http://feilong-core.mydoc.io/

maven dependency configuration:


<dependency>
     <groupId>com.github.ifeilong</groupId>
     <artifactId>feilong</artifactId>
     <version>3.3.6</version>
</dependency>

Gradle dependency configuration:


com.github.ifeilong:feilong:3.3.6

This upgrade has a total of 8 changes, see 3.3.6 milestones

#465 Modify com.feilong.core.util.CollectionsUtil.removeAll(Collection, Collection) to support the second parameter is null and directly return the first parameter [enhancement]
#468 New ObjectUtil.defaultEmptyStringIfNull(String) [enhancement]
#469 New ObjectUtil.defaultNewArrayListIfNull [enhancement]
#471 New ObjectUtil.defaultNewHashMapIfNull [enhancement]
#470 New ObjectUtil.defaultNewHashSetIfNull [enhancement]
#472 New ObjectUtil.defaultNewLinkedHashMapIfNull [enhancement]

#464 Create a bot tool class that outputs LogAndBotCombination and logs together [enhancement]

#473 maven-install-plugin upgrade to 3.1.0

#feilong #released #tool #library #Java #development #easier #News Fast Delivery

Leave a Comment

Your email address will not be published. Required fields are marked *