Commit Graph

  • 02f940c273 add methods Looly 2021-10-08 18:08:51 +08:00
  • 310f1345f5 !428 ReflectUtil中加入通过条件过滤选择属性 Merge pull request !428 from ZhouChuGang/v5-dev Looly 2021-10-08 10:07:21 +00:00
  • 2af4333ea1 add test Looly 2021-10-08 18:07:12 +08:00
  • 1f054ca1b8 Base64.isBase64(base64)方法,如果存在双字节字符,直接返回false。 王良 2021-10-08 17:39:34 +08:00
  • 6bbd8451fb feat: ReflectUtil中加入通过条件过滤选择属性 QunXingShanShuo 2021-10-08 17:14:09 +08:00
  • 26c4a44adc add stream support for csv Looly 2021-10-08 16:57:02 +08:00
  • fc1dedb345 fix doc Looly 2021-10-07 23:51:51 +08:00
  • e0848d2b68 fix doc Looly 2021-10-07 23:49:55 +08:00
  • aebd5e6e91 update dependency Looly 2021-10-07 23:31:27 +08:00
  • 738f6ce20a Merge pull request #1874 from ZeyuCai/v5-dev Golden Looly 2021-10-07 23:27:18 +08:00
  • eae8c6b7f7 fix cod Looly 2021-10-07 23:23:29 +08:00
  • 530ce9fab5 add of Looly 2021-10-07 23:13:09 +08:00
  • 2f2273c50b Merge pull request #1872 from ls586/v5-dev Golden Looly 2021-10-07 23:10:27 +08:00
  • cff7c1cedd add Opt Looly 2021-10-07 22:36:41 +08:00
  • 75d915716d !426 关于即将被废弃的OptionalBean Merge pull request !426 from 阿超/v5-dev Looly 2021-10-07 14:12:48 +00:00
  • 3118a5be84 fix flaky test cn.hutool.json.xml.XMLTest#toXmlTest zeyu cai 2021-10-06 02:03:36 -05:00
  • f553d6d2cb 从LocalDate中获取Week Ron 2021-10-01 01:06:18 +08:00
  • 75a14ef1fa 参考jdk16中的Optional,以及自己进行了一点调整和新增,比jdk8中的Optional多了几个实用的函数,将即将废弃的OptionalBean死灰复燃 VampireAchao 2021-10-01 00:07:05 +08:00
  • c33eb83a90 Merge pull request #1861 from anaer/patch-6 Golden Looly 2021-09-30 17:38:06 +08:00
  • 4acad0afd8 Merge pull request #1862 from anaer/patch-7 Golden Looly 2021-09-30 17:37:45 +08:00
  • dc1f7782e5 Merge pull request #1863 from anaer/patch-8 Golden Looly 2021-09-30 17:37:24 +08:00
  • 6ccae6646e Merge pull request #1866 from anaer/patch-9 Golden Looly 2021-09-30 17:37:08 +08:00
  • 8039ed6df8 Merge pull request #1868 from anaer/patch-10 Golden Looly 2021-09-30 17:36:40 +08:00
  • ca67bcbf95 Merge pull request #1869 from anaer/patch-11 Golden Looly 2021-09-30 17:35:55 +08:00
  • bf83503320 Merge pull request #1870 from anaer/patch-12 Golden Looly 2021-09-30 17:35:16 +08:00
  • 4cbcdce3e9 Merge pull request #1871 from anaer/patch-13 Golden Looly 2021-09-30 17:33:48 +08:00
  • 5fb8f1b857 fix typo, removeEqual对value为null情况未处理 lvcn 2021-09-30 17:20:44 +08:00
  • b66daa3e61 fix code Looly 2021-09-30 17:16:39 +08:00
  • c3211c9517 !425 FIFOCache未设置过期策略时,无需遍历判断过期对象 Merge pull request !425 from liklik/v5-dev Looly 2021-09-30 09:14:16 +00:00
  • 81439c04a2 add comment Looly 2021-09-30 17:05:04 +08:00
  • 2d9ef86951 Update Assert.java anaer 2021-09-30 16:16:23 +08:00
  • 05506ec2ed Update TreeUtil.java anaer 2021-09-30 15:06:21 +08:00
  • c50b1b302f Update TreeBuilder.java anaer 2021-09-30 14:54:31 +08:00
  • cd1a372ab1 Update PathUtil.java anaer 2021-09-30 11:10:54 +08:00
  • 32987812c0 未设置过期策略时,无需遍历判断过期对象 liklik 2021-09-30 09:58:07 +08:00
  • 94342c6682 Update ListTypeGetter.java anaer 2021-09-29 17:23:50 +08:00
  • be8df2bf67 Update StopWatch.java anaer 2021-09-29 17:09:36 +08:00
  • cc18205c9e Update DateUtil.java anaer 2021-09-29 16:57:10 +08:00
  • 58355265ff fix code Looly 2021-09-29 11:59:24 +08:00
  • 43e24c1498 !421 处理了Collectors.toMap未指定key重复策略 导致的java.lang.IllegalStateException: Duplicate key 问题 Merge pull request !421 from 阿超/v5-dev Looly 2021-09-29 03:37:29 +00:00
  • 451ebb6bcc fix comment Looly 2021-09-29 11:36:32 +08:00
  • 984d24f522 fix code Looly 2021-09-29 11:11:09 +08:00
  • 659ebbd62a Merge pull request #1860 from wangliang181230/optimize-base64 Golden Looly 2021-09-29 11:10:15 +08:00
  • a7bfa8e114 Base64.isBase64方法,减少一次多余的判断。 王良 2021-09-29 10:55:43 +08:00
  • ca0e66d9b4 add methods Looly 2021-09-29 10:51:44 +08:00
  • 6002a1476f fix add bug Looly 2021-09-29 10:12:58 +08:00
  • fb87346d8a fix code Looly 2021-09-29 10:06:02 +08:00
  • e6d2296350 Merge pull request #1857 from anaer/patch-5 Golden Looly 2021-09-29 10:04:31 +08:00
  • e3cd913aa9 Merge pull request #1853 from anaer/patch-2 Golden Looly 2021-09-29 10:04:14 +08:00
  • e26bb6bc43 Merge pull request #1855 from anaer/patch-3 Golden Looly 2021-09-29 10:01:18 +08:00
  • 77fe41cef1 Merge pull request #1856 from anaer/patch-4 Golden Looly 2021-09-29 10:00:34 +08:00
  • cd01a063ee Update BeanUtil.java anaer 2021-09-28 17:53:07 +08:00
  • 651bca7c99 处理了Collectors.toMap未指定key重复策略 导致的java.lang.IllegalStateException: Duplicate key 问题 achao 2021-09-28 16:36:24 +08:00
  • 906953bd11 Update FIFOCache.java anaer 2021-09-28 16:06:52 +08:00
  • 88db288157 Update Aspect.java anaer 2021-09-28 13:34:12 +08:00
  • 4b8774fb70 Update ClassUtil.java anaer 2021-09-28 10:48:06 +08:00
  • bebf191c19 fix comment Looly 2021-09-28 01:36:25 +08:00
  • 36397e615d fix comment Looly 2021-09-28 01:33:04 +08:00
  • aaaf2b7f03 fix firstday Looly 2021-09-28 01:22:26 +08:00
  • 0ff44155c7 add test Looly 2021-09-28 00:56:12 +08:00
  • 05b3d83a37 fix bug Looly 2021-09-28 00:47:09 +08:00
  • f1b6d84fe7 fix code Looly 2021-09-28 00:24:26 +08:00
  • 1072639f3b add method Looly 2021-09-28 00:14:58 +08:00
  • 9642fa8862 fix code Looly 2021-09-28 00:07:13 +08:00
  • 75d84b4768 add method Looly 2021-09-27 22:53:12 +08:00
  • ed85f81cea fix test Looly 2021-09-27 22:36:14 +08:00
  • 46dbb94667 Merge pull request #1851 from ZeyuCai/v5-dev Golden Looly 2021-09-27 22:31:42 +08:00
  • 12969f2483 fix doc Looly 2021-09-27 22:30:32 +08:00
  • edd57e82d4 fix flaky test cn.hutool.core.util.JAXBUtilTest#beanToXmlTest. no performance regress related. test file changed only. zeyu cai 2021-09-27 04:57:04 -05:00
  • 1ab9b6b3e9 fix get null bug Looly 2021-09-27 11:56:33 +08:00
  • 6db6d70293 add test Looly 2021-09-25 19:42:40 +08:00
  • ce33b3d5cb add test Looly 2021-09-25 18:53:12 +08:00
  • bebacf2d00 fix split Looly 2021-09-25 18:20:12 +08:00
  • e16ec27c40 add iter Looly 2021-09-25 11:25:51 +08:00
  • 35b9212103 Merge pull request #1841 from Hccake/v5-dev Golden Looly 2021-09-25 09:49:25 +08:00
  • d243764d51 change date converter Looly 2021-09-24 23:22:31 +08:00
  • 7b6593fe68 add YamlUtil Looly 2021-09-24 15:29:56 +08:00
  • f1eb5cc439 Allows to customize the mapping method for each element in a list after splitting a string Hccake 2021-09-24 12:17:06 +08:00
  • ba00f03026 fix test and regex Looly 2021-09-23 17:05:06 +08:00
  • d2900600e0 add script support Looly 2021-09-22 07:47:45 +08:00
  • 283f7b32ab fix bug Looly 2021-09-22 07:27:50 +08:00
  • db504e2dec !418 修复HttpRequest通过HttpCookie设置cookies的方法,使其结果符合RFC6265规范。 Merge pull request !418 from celee/v5-dev Looly 2021-09-21 23:22:21 +00:00
  • f650dc351b add test Looly 2021-09-22 07:20:18 +08:00
  • ab9d6eb282 修复HttpRequest通过HttpCookie设置cookies的方法,使其结果符合RFC6265规范。 celee 2021-09-21 18:44:48 +00:00
  • 35a33a1170 add test Looly 2021-09-18 00:30:31 +08:00
  • 37ffc8b20d prepare 5.7.14 Looly 2021-09-17 22:55:01 +08:00
  • 0c3980d0fd prepare 5.7.14 Looly 2021-09-17 22:54:34 +08:00
  • aa9b827057 🌵release 5.7.13 Looly 2021-09-17 22:36:10 +08:00
  • abfec150e2 update denpendency Looly 2021-09-17 22:35:21 +08:00
  • 59be04e0a5 add test Looly 2021-09-17 21:15:04 +08:00
  • 9db1d175e0 support Hyperlink Looly 2021-09-17 21:05:39 +08:00
  • 545e2d4774 fix comment Looly 2021-09-17 20:11:18 +08:00
  • 62df10126c fix code Looly 2021-09-17 20:06:51 +08:00
  • b935ace121 add method Looly 2021-09-17 20:02:41 +08:00
  • 2f57c2aaf9 !416 CollUtil新增2个互换元素位置的静态方法 Merge pull request !416 from TanLongHui/v5-dev Looly 2021-09-17 11:54:44 +00:00
  • aafcecc3d9 add method Looly 2021-09-17 19:29:18 +08:00
  • 96c83cb16b fix bug Looly 2021-09-17 19:15:43 +08:00
  • 3fc4d134af CollUtil新增2个互换元素位置的静态方法以及对应单元测试 方法1:swapIndex 指定列表元素A与索引index所在元素互换位置 方法2:swapElement 指定列表元素A与列表元素B互换位置 TLH 2021-09-15 16:02:20 +08:00
  • 8e2a1ab1ef change test Looly 2021-09-15 11:34:36 +08:00
  • 063eb967cf add mapwrapper support Looly 2021-09-15 10:30:08 +08:00