Commit Graph

  • f267e9e6b5 add methods Looly 2022-01-27 09:22:12 +08:00
  • f7ab6b0ccf add methods Looly 2022-01-27 09:04:23 +08:00
  • 3ac71b0a6f Merge pull request #2118 from youzipi/v5-dev Golden Looly 2022-01-27 08:38:37 +08:00
  • 344212f5b6 feat(core:DateUtil): add rangeFunc and rangeConsume youzipi 2022-01-26 18:36:15 +08:00
  • 54a6ba09c6 fix cv Looly 2022-01-26 18:35:16 +08:00
  • f729ba7b9c add method Looly 2022-01-26 17:11:42 +08:00
  • 201290d7c4 update dependency Looly 2022-01-26 10:34:27 +08:00
  • bd89ec9335 fix getUsed bug Looly 2022-01-26 10:31:07 +08:00
  • 48e0e99bb6 add ConditionGroup Looly 2022-01-25 11:12:41 +08:00
  • 24f79fba4a !514 新:新增条件组,用于处理复杂的where条件 Merge pull request !514 from 小怪兽说疼疼哒/v5-dev Looly 2022-01-25 03:08:19 +00:00
  • 763027a786 add method Looly 2022-01-25 11:05:23 +08:00
  • fb216a0bff !516 DateUtil 添加两个日期是否同一周方法,补充 test Merge pull request !516 from naohu/v5-dev Looly 2022-01-25 02:57:23 +00:00
  • 0e78438658 add method Looly 2022-01-25 10:56:51 +08:00
  • 06db212f24 add test Looly 2022-01-25 10:46:53 +08:00
  • 56265d1fb3 fix bug Looly 2022-01-11 10:17:29 +08:00
  • c7f0f167fe fix spell Looly 2022-01-11 09:19:18 +08:00
  • e2c99aed7d typo: Winsows -> Windows Xeons 2022-01-11 09:05:57 +08:00
  • 6c68d4658b add hash Looly 2022-01-10 08:28:38 +08:00
  • 6ed62fcc10 fix comment Looly 2022-01-09 00:47:52 +08:00
  • b60b2dc16a 提交测试用例 VampireAchao 2022-01-08 21:35:34 +08:00
  • 94a57408e9 fix code Looly 2022-01-08 18:54:55 +08:00
  • fd021c5f9c 提供对null值友好的groupingBy操作的{@link Collector}实现,可指定map类型 VampireAchao 2022-01-08 14:17:01 +08:00
  • ad6ec96fee 修改汉字正则覆盖更多汉字范围 micuncang 2022-01-07 22:50:13 +08:00
  • 6ed92bfacf fix bug Looly 2022-01-08 13:36:57 +08:00
  • bdeae6f02e prepare 5.7.20 Looly 2022-01-07 21:14:54 +08:00
  • 74c1aa12a3 增加MetroHash算法 lsx0310 2022-01-24 23:53:26 +08:00
  • 158290c388 AsyncUtil下增加getOpt方法,用于执行失败时提供默认值,也能自定获取异常;拓展了Opt.ofEmptyAble方法,使其可以判断Collection下的其他集合 VampireAchao 2022-01-22 12:08:36 +08:00
  • efeddc1469 fix bug Looly 2022-01-21 11:47:11 +08:00
  • f2462892d8 add test Looly 2022-01-21 11:35:13 +08:00
  • 3b6cca7435 fix 把日期为设置为当前周的第一天代码块移动到 CalendarUtil 中 naooohu 2022-01-21 00:55:34 +08:00
  • 7d4d87be82 add 添加跨月比较是否在同一周 naooohu 2022-01-20 21:12:29 +08:00
  • 673df9e76a add templates Looly 2022-01-20 18:23:43 +08:00
  • 4447bb18d4 新:新增条件组,用于处理复杂的where条件 tjh 2022-01-20 16:28:08 +08:00
  • 6014a47f7c fix path Looly 2022-01-20 12:30:53 +08:00
  • e596a9c8e4 prepare 5.7.21 Looly 2022-01-20 12:27:37 +08:00
  • 4fa050c56f Prepare release Looly 2022-01-20 12:17:05 +08:00
  • 41bae74843 🧣release 5.7.20 Looly 2022-01-20 12:16:48 +08:00
  • 4a351ec741 fix tes Looly 2022-01-20 12:10:46 +08:00
  • a6e1231085 fix code Looly 2022-01-20 11:41:56 +08:00
  • 7c18710712 add method Looly 2022-01-20 10:39:29 +08:00
  • cbc6682a5c !508 change ipv4util getBeginIpLong to public Merge pull request !508 from 不忘初心/v5-dev Looly 2022-01-20 02:38:19 +00:00
  • b9df76f92c add method Looly 2022-01-20 10:21:20 +08:00
  • c143a61395 !512 增加了判断时间段重合的方法 Merge pull request !512 from 爱花花/cherry-pick-1642598162 Looly 2022-01-20 02:06:20 +00:00
  • 5c6e275750 fix bug Looly 2022-01-20 09:57:24 +08:00
  • 538874562d add 添加判断两个日期是否为一周(国内一周的开始为周一,国外一周的开始为周日) naooohu 2022-01-20 01:28:58 +08:00
  • 03657b2eaf fixed c592aa6 from https://gitee.com/huahua522/hutool/pulls/511 fixed d6b78ed from https://gitee.com/huahua522/hutool/pulls/509 增加对时间段重合的判断方法 测试用例 GL 2022-01-19 20:58:06 +08:00
  • 41651781b1 fixed 178b994 from https://gitee.com/huahua522/hutool/pulls/511 fixed 4248036 from https://gitee.com/huahua522/hutool/pulls/509 增加对时间段重合的判断方法 GL 2022-01-19 20:50:11 +08:00
  • 9a88945386 fix bug Looly 2022-01-19 09:25:05 +08:00
  • ee80e8c195 !507 修复:格式化为中文日期时,0被处理为空串 Merge pull request !507 from 小怪兽说疼疼哒/v5-dev Looly 2022-01-19 01:10:54 +00:00
  • 7ef7ac52f0 change ipv4util getBeginIpLong to public 不忘初心 2022-01-18 11:09:51 +00:00
  • 8c20364c2c 修复:格式化为中文日期时,0被处理为空串 tjh 2022-01-18 16:12:03 +08:00
  • 4b02bc7287 修复:格式化为中文日期时,0被处理为空串 tjh 2022-01-18 15:39:44 +08:00
  • db5bd528ce fix bug Looly 2022-01-17 19:16:07 +08:00
  • 727e561c1a fix bug Looly 2022-01-17 18:09:56 +08:00
  • 92afc0b757 !504 修复Opt.ofTry中并发环境下线程安全问题 Merge pull request !504 from 阿超/v5-dev Looly 2022-01-17 10:07:15 +00:00
  • 91e2eabd04 fix bug Looly 2022-01-17 18:05:32 +08:00
  • cba1659833 修复ofTry中并发环境下线程安全问题 VampireAchao 2022-01-17 14:40:16 +08:00
  • dd560ce5e3 change code Looly 2022-01-16 00:39:44 +08:00
  • 3720ca5ce7 !503 fix: 对RandomUtil.randomStringWithoutStr排除字符串兼容大写字母 Merge pull request !503 from dream/v5-dev Looly 2022-01-15 16:35:58 +00:00
  • cacf025b2f fix: 对RandomUtil.randomStringWithoutStr排除字符串兼容大写字母 dream 2022-01-16 00:09:44 +08:00
  • 15a34bcc24 add method Looly 2022-01-15 22:09:52 +08:00
  • 749c0f8727 fix bug Looly 2022-01-15 19:22:40 +08:00
  • 4b44716b5f add null ignore for CollectorUtil Looly 2022-01-15 13:30:44 +08:00
  • 05ebfb44a9 !502 在CollectorUtil提交Collectors.toMap的对null友好实现,避免NPE Merge pull request !502 from 阿超/v5-dev Looly 2022-01-15 05:28:11 +00:00
  • da4d64fcbc add xugu Looly 2022-01-15 13:26:56 +08:00
  • 8e67251fd3 fix upsert Looly 2022-01-15 13:08:46 +08:00
  • 78ac9fcdef 提交Collectors.toMap的对null友好实现,避免NPE VampireAchao 2022-01-15 11:48:51 +08:00
  • 9da17cf6c4 add doc Looly 2022-01-15 09:58:14 +08:00
  • b63dbe7a9a add upsert Looly 2022-01-14 19:41:55 +08:00
  • 27e5f58692 !501 upsert语义支持 Merge pull request !501 from icefairy/v5-dev Looly 2022-01-14 10:43:11 +00:00
  • e492cf2a73 mysql + postgres upsert完成并测试通过 icefairy 2022-01-14 17:07:33 +08:00
  • 64d21372ec upsert 接口和h2方言的upsert完成并测试通过 icefairy 2022-01-14 12:34:10 +08:00
  • 6e19f62f34 Prepare release Looly 2022-01-14 09:50:38 +08:00
  • 6570ad6625 add ua Looly 2022-01-14 09:49:15 +08:00
  • 3715024abd Prepare release Looly 2022-01-14 09:46:18 +08:00
  • f5bd764981 Merge pull request #2096 from dromara/revert-2089-v5-dev Golden Looly 2022-01-14 09:45:20 +08:00
  • d324f785d7 Revert "add Lenovo Browser ua regex " Golden Looly 2022-01-14 09:45:04 +08:00
  • c7f286efd3 Merge pull request #2089 from CherryRum/v5-dev Golden Looly 2022-01-14 09:44:16 +08:00
  • 3412a7f4b5 add method Looly 2022-01-14 09:40:48 +08:00
  • 0a4c208777 Merge pull request #2094 from wangliang181230/feature/ObjectUtil-defaultIfXxx_T_defaultValueSupplier Golden Looly 2022-01-14 09:39:12 +08:00
  • 1d8ffb997f CHANGELOG.md 王良 2022-01-13 15:29:44 +08:00
  • 8da74cca94 optimize style 王良 2022-01-13 15:22:45 +08:00
  • c02f3fbb8c 修复测试用例中一个单词错误 王良 2022-01-13 15:12:02 +08:00
  • b4cf5ec9e2 ObjectUtil 新增三个 defaultIfXxx 方法 王良 2022-01-13 14:58:20 +08:00
  • c5673bb06b add method Looly 2022-01-13 11:00:50 +08:00
  • f85f29174d add method Looly 2022-01-13 10:57:33 +08:00
  • e86519d6fc add Lenovo ua regex lin 2022-01-12 12:21:59 +08:00
  • d6906aa85e add Lenovo ua regex lin 2022-01-12 12:21:33 +08:00
  • f054cef97b add SignUtil Looly 2022-01-12 11:20:34 +08:00
  • c0da48e09b fix bug Looly 2022-01-11 10:17:29 +08:00
  • 733fcd3153 fix spell Looly 2022-01-11 09:19:18 +08:00
  • 33b608227f !500 typo: Winsows -> Windows Merge pull request !500 from Xeons/v5-dev Looly 2022-01-11 01:17:11 +00:00
  • be291e45c5 typo: Winsows -> Windows Xeons 2022-01-11 09:05:57 +08:00
  • febc8c8a6c add hash Looly 2022-01-10 08:28:38 +08:00
  • e47583f696 fix comment Looly 2022-01-09 00:47:52 +08:00
  • e9687ff26f !499 提交测试用例,证明确实能够对null值友好... Merge pull request !499 from 阿超/v5-dev Looly 2022-01-08 16:43:55 +00:00
  • 554c2bdb64 提交测试用例 VampireAchao 2022-01-08 21:35:34 +08:00
  • c3f9f6cdc6 fix code Looly 2022-01-08 18:54:55 +08:00
  • 8d33235eef Merge branch 'v5-dev' of gitee.com:dromara/hutool into v5-dev Looly 2022-01-08 18:48:25 +08:00
  • c39ed98de1 !498 提供对null值友好的groupingBy操作的{@link Collector}实现,可指定map类型 Merge pull request !498 from 阿超/v5-dev Looly 2022-01-08 10:47:48 +00:00