Commit Graph
100 Commits
Author SHA1 Message Date
Looly 47479f45a7 🐶release 5.8.10 2022-11-17 09:01:29 +08:00
Looly 0b70777cd8 update dependency 2022-11-17 08:59:19 +08:00
Looly 8db6cb041b add test 2022-11-17 02:17:39 +08:00
Looly 6445999259 修复字节数组转float 返回类型却是double的bug 2022-11-17 01:25:47 +08:00
Looly 7258e6dd3f 修复Ftp.uploadFileOrDirectory上传目录错误调用错误问题 2022-11-17 00:53:36 +08:00
Looly 98b00bacab 兼容ZipArchiveInputStream多参数情况 2022-11-16 22:22:04 +08:00
Looly e26366019a fix test 2022-11-16 20:53:09 +08:00
Looly 28430e0340 UserAgentUtil增加对钉钉PC端的支持 2022-11-12 20:37:22 +08:00
Looly 8ff1368f30 修复BeanUtil.copyProperties 包含EnumSet ,类型转换异常问题 2022-11-12 19:46:57 +08:00
Golden Looly 47198cc819 Merge pull request #2684 from lianyiwuming/v5-dev
修复bug https://github.com/dromara/hutool/issues/2683
2022-11-12 19:12:23 +08:00
Looly 73ec82249a DateUtil和LocalDateTimeUtil添加区间退化为点,点与区间,点与点之间关系判断。 2022-11-11 12:01:05 +08:00
Golden Looly 654eb0fc71 Merge pull request #2725 from CherryRum/qa
refactor(DateUtil、LocalDateTimeUtil): 添加区间退化为点,点与区间,点与点之间关系判断。
2022-11-11 11:59:13 +08:00
Looly fa115dffbc 回滚 2022-11-10 12:11:56 +08:00
Looly ff6adb3c68 修复key为弱引用 value为强引用 会导致key无法被回收 弱引用失效问题 2022-11-10 11:19:11 +08:00
Golden Looly 7a10881d30 Merge pull request #2723 from kiritoowo/v5-dev
1.[bug修复] key为弱引用 value为强引用 会导致key无法被回收 弱引用失效
2022-11-10 11:16:53 +08:00
Looly ece502c526 修复ChineseDate传入农历日期非闰月时获取公历错误问题 2022-11-10 09:58:26 +08:00
Looly 3b98f64924 优化BeanPath.set方法,避免多次重复调用get方法 2022-11-10 09:30:32 +08:00
Looly dacf9c80bb fix test 2022-11-08 20:27:24 +08:00
Looly a293fd5510 修复 BeanUtil#copyProperties 源对象与目标对象都是 Map 时设置忽略属性无效问题 2022-11-08 20:20:50 +08:00
Golden Looly 4fdc443a4e Merge pull request #2698 from top-zhang/v5-dev
fix: 修复 BeanUtil#copyProperties 源对象与目标对象都是 Map 时设置忽略属性无效问题
2022-11-08 20:04:32 +08:00
Looly 32ef5b21b5 add test 2022-11-08 19:48:12 +08:00
Looly c3b50a23c2 add test 2022-11-08 19:39:20 +08:00
Looly d298eb5b73 ClassScanner 增加忽略加载错误类的扫描方法 2022-11-08 19:20:09 +08:00
Looly 81080431bb 修复时间轮添加任务线程安全问题 2022-11-08 19:12:33 +08:00
Golden Looly 7b31fc5fc3 Merge pull request #2712 from beaufang/v5-dev
fix: 时间轮添加任务线程安全问题
2022-11-08 19:11:42 +08:00
Looly 3776f5a1ef 修复DefaultTrustManager空指针问题 2022-11-08 19:10:49 +08:00
Looly ecc4cd64eb 去除ClassloaderUtil的Cache 2022-11-08 19:09:46 +08:00
Looly 4b2ec7d7a5 add test 2022-11-03 23:21:48 +08:00
Looly 9234846eb7 修复StrUtil.subWithLength负数问题 2022-11-03 23:17:06 +08:00
Looly a48e79b03f 修复TreeBuilder中使用HashMap导致默认乱序问题 2022-11-03 22:20:57 +08:00
Looly c42b17a979 add issue 2022-11-03 00:00:50 +08:00
Looly f2249f449e 修复拼写错误 2022-11-02 23:57:52 +08:00
Looly 300fe3b6fd DialectFactory增加identifyDriver重载 2022-11-02 23:54:27 +08:00
Looly fd2756d09b remove invalid 2022-11-02 23:41:09 +08:00
Golden Looly 1b412c9eda Merge pull request #2676 from 0nise/v5-master
fixup! 文件名参数提取失败,并新增提取方法
2022-10-24 11:10:48 +08:00
Golden Looly 533e028bdb Merge pull request #2668 from PisecesPeng/v5-master
fix doc
2022-10-22 21:42:12 +08:00
Looly 7fe72ce51b add ppt type 2022-10-18 09:20:34 +08:00
Looly f6fe00aa69 del test 2022-10-16 21:24:50 +08:00
Golden Looly a85f5aa8f9 Merge pull request #2656 from wangfanlan/v5-dev
test
2022-10-16 21:18:08 +08:00
Looly f0d893e0d1 修复ReflectUtil.invokeRaw方法转换失败抛出异常问题 2022-10-16 20:51:58 +08:00
Looly 817ecb1c9b SpringUtil支持SpringBoot3自动配置 2022-10-16 20:46:40 +08:00
Looly 73b04f8d3c FuncKeyMap的子类,传入可被序列化的keyFunc 2022-10-16 20:42:53 +08:00
Looly 09e8d7c6d1 add u2800 as blank char 2022-10-10 22:10:23 +08:00
Golden Looly 3178bd1839 Merge pull request #2641 from V9S/v5-dev
fix doc
2022-10-09 18:36:52 +08:00
Looly 0596dec9ab CharUtil.isBlank添加Hangul Filler字符 2022-10-08 21:15:08 +08:00
Golden Looly 730d5a00e2 Merge pull request #2636 from samho2008/patch-20220929
Fix typo: 维度 -> 纬度
2022-09-30 19:25:31 +08:00
Looly 42a427193b prepare 5.8.9 2022-09-26 23:38:44 +08:00
Looly 77e42315a7 release 5.8.8 2022-09-26 23:20:29 +08:00
Looly a6385b5f94 update dependency 2022-09-26 23:07:11 +08:00
Looly f9fdd16c3b fix doc 2022-09-26 22:56:32 +08:00
Looly 52496bb62f CharsetDetector增加默认识别的长度 2022-09-26 22:52:13 +08:00
Looly bef38c365b hutool-extra ftp 支持上传文件或目录 2022-09-26 22:18:45 +08:00
Looly 186289c979 fix doc 2022-09-24 01:08:24 +08:00
Looly 9dfac34f69 修复ExcelReader读取时间变成12小时形式问题 2022-09-24 01:04:16 +08:00
Looly 5f68c73938 修复PunyCode处理域名的问题 2022-09-20 22:54:58 +08:00
Looly 1d3cf0d1a7 add method 2022-09-20 18:58:30 +08:00
Looly 11f52ffc4f 修复murmur3_32实现错误 2022-09-20 17:03:42 +08:00
Golden Looly 0c6ea1b3e8 Merge pull request #2616 from morn-0/v5-dev
修复 murmur3 32 实现错误
2022-09-20 16:14:25 +08:00
Looly 34741dd77e 增加.wgt格式的MimeType 2022-09-20 15:02:58 +08:00
Golden Looly 41af0e6c50 Merge pull request #2617 from remember-5/v5-dev
增加.wgt格式的MimeType
2022-09-20 15:09:12 +08:00
Looly ce1e5d3827 add test 2022-09-20 15:00:33 +08:00
Looly 1af96de3ae StreamUtil.of方法新增对 Iterator 支持;StreamUtil.of(Iterable) 方法优化 2022-09-19 09:52:40 +08:00
Looly e0bb2da87b 修复FileNameUtil.cleanInvalid无法去除换行符问题 2022-09-17 22:27:51 +08:00
Looly 351f5305d9 prepare 5.8.8 2022-09-15 23:57:43 +08:00
Looly e4c2478c6f release 5.8.7 2022-09-15 23:47:10 +08:00
Looly b0739ee66f ignore test 2022-09-15 23:44:12 +08:00
Looly 9b019e98ae update denpendency 2022-09-15 23:41:05 +08:00
Looly 773d483337 fix test 2022-09-15 23:26:31 +08:00
Looly 53204e5e5b 修复Convert.chineseMoneyToNumber角分丢失问题 2022-09-15 23:17:31 +08:00
Looly 874e33458e 修复DateUtil.parseUTC时对-的处理问题 2022-09-15 17:12:30 +08:00
Looly 06fec1045c 增加SafeConcurrentHashMap 2022-09-15 09:50:54 +08:00
Looly 920fe44e50 修复ConcurrentHashMap.computeIfAbsent缺陷导致的问题 2022-09-15 01:35:34 +08:00
Looly 3fd1ebe0f5 fix comment 2022-09-15 01:12:17 +08:00
Looly d1472f2bfe ImgUtil中颜色相关方法剥离到ColorUtil中 2022-09-15 01:05:28 +08:00
Golden Looly 746c18fdf7 Merge pull request #2513 from hiqiuyi/v5-dev
指定压缩后图片的背景色
2022-09-15 00:40:05 +08:00
Looly f9f0a5ed1a TemplateUtil的实现类增加getRawEngine方法 2022-09-15 00:34:06 +08:00
Looly bce8d93ba7 新增AnsiColors(改自Spring Boot)、AnsiColorWrapper,优化QrCodeUtil 2022-09-15 00:07:02 +08:00
Looly c7bb17138e IdcardUtil增加convert18To15方法 2022-09-14 21:49:22 +08:00
Looly ac3fc026e1 修复Ftp中路径问题 2022-09-14 21:43:05 +08:00
Looly d8b4aa5ec3 gts 2022-09-14 00:28:13 +08:00
Looly 182023042b fix comment 2022-09-13 23:49:11 +08:00
Looly 576d9c28a2 修复Hive2驱动无法识别问题 2022-09-13 23:13:55 +08:00
Looly 5bd118c636 修复ObjectUtil.defaultIfXXX中NPE问题 2022-09-13 23:04:32 +08:00
Golden Looly a4a0633ed9 Merge pull request #2603 from youtiaoguagua/v5-dev
fix(bug): change ObjectUtil.defaultIfXXX param type Supplier to Function
2022-09-13 23:01:22 +08:00
Looly 344c27ae17 add test 2022-09-13 19:23:13 +08:00
Looly 65c91c5aef 优化JWT自动识别header中的算法,并可自定义header中key的顺序 2022-09-13 19:17:57 +08:00
Looly d14483a698 update dependency 2022-09-13 11:34:08 +08:00
Looly b2c90d7d88 BooleanUtil的andOfWrap和orOfWrap()忽略null 2022-09-13 11:17:13 +08:00
Looly 4696576598 fix code 2022-09-07 09:28:33 +08:00
Golden Looly 4b49e6ccd6 Merge pull request #2594 from youzipi/v5-dev
refactor(core:MapUtil): simplify code
2022-09-07 09:27:12 +08:00
Looly 097370550e prepare 5.8.7 2022-09-05 18:24:23 +08:00
Looly e1d1e612c7 fix changelog 2022-09-05 18:23:11 +08:00
Looly 3fa9181bed 🐷release 5.8.6 2022-09-05 18:07:31 +08:00
Looly 8a8f529514 updatedependency 2022-09-05 18:06:43 +08:00
Looly 8165bf9c82 ImgUtil增加sliceByRowsAndCols重载方法支持自定义图片格式 2022-09-05 17:18:00 +08:00
Looly 5b2d2050d2 fix bug 2022-09-05 12:20:34 +08:00
Looly d141efea62 Merge branch 'v5-dev' of gitee.com:dromara/hutool into v5-dev 2022-09-05 10:36:17 +08:00
Looly ff8b9f47ca fix code 2022-09-05 10:33:39 +08:00
Looly 054f3fbf61 fix code 2022-09-05 02:37:04 +08:00
Looly d033b1ec0f 优化 getProcessorCount 潜在的获取不到的问题 2022-09-05 00:44:50 +08:00