feilong 3.3.9 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.9</version>
</dependency>

Gradle dependency configuration:


com.github.ifeilong:feilong:3.3.9

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

#492 DateUtil.isInTime(Date, Date, Date) is used to judge between date.after(beginDate) && date.before(endDate); this is within the interval, excluding the start and end [feilong-core]
#487 TypeUtil getGenericSuperclassParameterizedRawTypes Generic value, if the type parameter is also generic, it will be empty [feilong-core]

#491 New com.feilong.core.date.DateUtil.isNotInTime(Date, Date, Date) [enhancement]
#490 New com.feilong.core.date.DateUtil.isNotInTime(Date, String, String, String) [enhancement]
#486 New com.feilong.core.date.DateUtil.isNotInTime(String, String, String) [enhancement]
#484 New com.feilong.core.util.CollectionsUtil.addIgnoreNullOrEmpty(Collection, List) [enhancement]

#489 Added RequestUtil.getHeaderIntegerValue(HttpServletRequest, String) [enhancement]
#488 Added RequestUtil.getHeaderLongValue(HttpServletRequest, String) [enhancement]

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

Leave a Comment

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