Commit Graph

  • 82dc49a655 Merge remote-tracking branch 'origin/develop' into develop yult97 2023-03-16 11:15:41 +0800
  • 6c946b80d9 fix:ZipkinExecutorAdapter NullPointerException handling yult97 2023-03-16 11:09:30 +0800
  • 47ad7f6ad4
    test: add BlockingQueueTypeEnumTest (#1119) Kevin 2023-03-16 10:19:09 +0800
  • 2fb4f79690 test: add BlockingQueueTypeEnumTest #1119 LiXuemin 2023-03-16 10:06:46 +0800
  • 173babcd33
    Merge branch 'opengoofy:develop' into issue-1096 #1118 Kevin 2023-03-16 09:57:26 +0800
  • ed16c905da
    Issue 1111-核心阻塞队列枚举 BlockingQueueTypeEnum.createBlockingQueue(String blockingQueueName, Integer capacity)抛出NPE问题修复 (#1117) Kevin 2023-03-16 09:30:25 +0800
  • ac7856028b test: add BlockingQueueTypeEnumTest LiXuemin 2023-03-16 08:52:09 +0800
  • 6095018d12 refactor BlockingQueueTypeEnum #1117 LiXuemin 2023-03-16 08:45:04 +0800
  • f0ec4ec72f fix the NPE about null Integer convert to int,change temCapacity's type from int to Integer LiXuemin 2023-03-16 08:44:17 +0800
  • a1d5ca8b68 fix:ZipkinExecutorAdapter 可能出现空指针异常 #1114 #1116 yult97 2023-03-16 00:33:33 +0800
  • 146d298656 docs: add javadoc #1115 LiXuemin 2023-03-15 19:53:06 +0800
  • bd19c05640 doc: add Apache License header LiXuemin 2023-03-15 19:50:22 +0800
  • 15beebdb18 test: add BlockingQueueTypeEnumTest LiXuemin 2023-03-15 19:20:38 +0800
  • f858e39495 refactor BlockingQueueTypeEnum LiXuemin 2023-03-15 19:14:35 +0800
  • 1513e05b62 Merge branch 'develop' of github.com:LiXuemin/hippo4j into develop LiXuemin 2023-03-15 19:11:42 +0800
  • fcd28a04d2 test: add BlockingQueueTypeEnumTest LiXuemin 2023-03-15 18:01:15 +0800
  • 5c80bf9599
    Merge branch 'opengoofy:develop' into develop #1113 Kevin 2023-03-15 17:56:21 +0800
  • e5c2f5d7d0 delete obsolete field (#1107) zongyuanGitHub 2023-03-15 11:29:15 +0800
  • 87602c929a feat(ThreadPoolMonitor) (#1108) SquirrelChen 2023-03-15 11:29:07 +0800
  • fb5c6c9c3f refactor BlockingQueueTypeEnum temCapacity renamed as tempCapacity LiXuemin 2023-03-15 16:56:04 +0800
  • c91b42c936 fix: Repair convert null Integer to int NPE.Changed int tmpCapacity to Integer. LiXuemin 2023-03-15 16:54:53 +0800
  • cac49eedc5 refactor BlockingQueueTypeEnum LiXuemin 2023-03-15 12:11:42 +0800
  • 8d011346bc use lambda to simplify the code (#1105) 邓联龙 2023-03-14 15:39:28 +0800
  • 6c43c1c8f6 IdentifyUtil 77 lines of StringBuilder can use string + instead to simplify the code #1093 (#1104) ShengTongSun 2023-03-14 13:09:28 +0800
  • 51457f64ab feature:close and shutdown (#1103) zjHe 2023-03-14 10:21:00 +0800
  • caf7b99328 Refactor blocking queue enum machen 2023-03-13 21:21:26 +0800
  • be9202daf8 Refactor blocking queue enum machen 2023-03-13 21:15:48 +0800
  • 5dfa6a355b feat: kafka support #229 #231 #269 李剑鑫 2023-03-05 22:02:03 +0800
  • bdf9dcb4a0
    Merge branch 'opengoofy:develop' into develop #1112 Kevin 2023-03-15 16:56:56 +0800
  • 7537c7827d Merge remote-tracking branch 'origin/develop' into develop LiXuemin 2023-03-15 16:56:28 +0800
  • 4501e7c27a refactor: 临时容量变量 temCapacity 改为 tempCapacity LiXuemin 2023-03-15 16:56:04 +0800
  • d4e4884b24 fix: 修复Integer capacity为null转为int的NPE问题。int类型临时容量参数改为Integer LiXuemin 2023-03-15 16:54:53 +0800
  • 275a8bfb92
    Bruceyan/issue#1092 (#1102) yanrongzhen 2023-03-15 13:27:22 +0800
  • 72aa732688
    refactor BlockingQueueTypeEnum (#1109) Kevin 2023-03-15 12:20:37 +0800
  • 912820009a
    Merge branch 'opengoofy:develop' into develop #1109 Kevin 2023-03-15 12:12:43 +0800
  • 09cb04c71d refactor BlockingQueueTypeEnum LiXuemin 2023-03-15 12:11:42 +0800
  • f65dbb5521
    delete obsolete field (#1107) zongyuanGitHub 2023-03-15 11:29:15 +0800
  • 1f20678cb0
    feat(ThreadPoolMonitor) (#1108) SquirrelChen 2023-03-15 11:29:07 +0800
  • cf66f14edd feat(ThreadPoolMonitor) 1. the ThreadPoolMonitor use the new api instead of the deprecated api #1108 GM-Studio 2023-03-15 11:24:39 +0800
  • 00c6df3a2c delete obsolete field #1107 启元 2023-03-15 10:01:51 +0800
  • 0aa2c22bed
    use lambda to simplify the code (#1105) 邓联龙 2023-03-14 15:39:28 +0800
  • dc8678c9b6
    use lambda to simplify the code #1105 邓联龙 2023-03-14 15:32:27 +0800
  • 5e524fab44
    IdentifyUtil 77 lines of StringBuilder can use string + instead to simplify the code #1093 (#1104) ShengTongSun 2023-03-14 13:09:28 +0800
  • 0b523d4e13 IdentifyUtil 77 lines of StringBuilder can use string + instead to simplify the code #1093 #1104 “ShengTongSun 2023-03-14 11:38:01 +0800
  • f7ceb40a42 fix: Modify some field names, add scoped target object filtering. #1102 yanrongzhen 2023-03-14 11:22:35 +0800
  • 0e87fff31f
    feature:close and shutdown (#1103) zjHe 2023-03-14 10:21:00 +0800
  • c1a5d30420 feature:close and shutdown #1103 hezijian 2023-03-14 10:03:41 +0800
  • fd6b4a3e34 Refactor blocking queue enum machen 2023-03-13 21:21:26 +0800
  • d369391aca Refactor blocking queue enum machen 2023-03-13 21:15:48 +0800
  • 6d0423d0f7 method does not override or implement a method from a supertype yanrongzhen 2023-03-13 20:26:03 +0800
  • 5f197547e6 fix: remove some unused fields. yanrongzhen 2023-03-13 20:19:53 +0800
  • b4563fbd8a refactor: Update packageNames and classNames, mark ServiceLoader deprecated. yanrongzhen 2023-03-13 20:16:52 +0800
  • 9931c2834b refactor: Extension module yanrongzhen 2023-03-13 20:08:42 +0800
  • 64a7656dff
    Merge pull request #1079 from BigXin0109/kafka BigXin0109 2023-03-12 22:17:07 +0800
  • 3c7c94ccbf
    Merge branch 'opengoofy:develop' into StringFormat_Issue #1099 akballal 2023-03-11 00:12:07 +0530
  • c7bb2bf515 updated code with lambda to simplify it akballal 2023-03-11 00:06:54 +0530
  • 5e285ba5b4
    Replaced {} by %s (#1098) akballal 2023-03-11 00:00:50 +0530
  • ecb46817ec Replaced {} by %s #1098 akballal 2023-03-10 23:55:10 +0530
  • 1cc35a13f5 Refactor not supported exception machen 2023-03-10 22:25:12 +0800
  • 209856a174
    refactor of BlockingQueueTypeEnum (#1032) lianyiwuming 2023-03-10 22:10:22 +0800
  • b64c78d114
    fix some properties default to null when buildExecutorProperties (#1089) yangsanity 2023-03-10 11:38:34 +0800
  • 35ce4a686c fix some properties default to null when buildExecutorProperties #1089 yangsanity 2023-03-10 11:27:07 +0800
  • ca8f5a9f06
    HystrixThreadPoolAdapter supports hippo4j config (#1086) yangsanity 2023-03-10 10:38:06 +0800
  • 2f5dbcdd47 HystrixThreadPoolAdapter supports hippo4j config #1086 yangsanity 2023-03-09 14:31:31 +0800
  • 2546f04a98
    fix 1072: provides a way to safely set the thread pool size (#1075) yangsanity 2023-03-09 21:40:57 +0800
  • 63ec2dc23b
    Update apollo-config.properties (#1088) daojian70 2023-03-09 19:12:00 +0800
  • fd7e1700f8
    Update apollo-config.properties #1088 daojian70 2023-03-09 19:11:27 +0800
  • 3b126c7ccb
    fix: web container thread-pool properties in all example projects. (#1087) yanrongzhen 2023-03-09 15:57:43 +0800
  • 76f56efedf fix: web container thread-pool properties in all example projects. #1087 yanrongzhen 2023-03-09 15:44:42 +0800
  • 4cceb1aa4c
    refactor: modify web-container thread-pool executor configuration pattern with general mode. (#1015) (#1084) yanrongzhen 2023-03-09 15:11:17 +0800
  • bec4858539 fix 1072: provides a way to safely set the thread pool size #1075 yangsanity 2023-03-02 11:59:00 +0800
  • 39bb1a09a7
    Populate the default thread pool configuration to the thread pool instance (add attribute) (#1081) zhangming 2023-03-08 09:40:19 +0800
  • a7b1820289 refactor: modify web-container thread-pool executor configuration pattern with general mode. (#1015) #1084 yanrongzhen 2023-03-07 21:36:07 +0800
  • 9ab6271670 Populate the default thread pool configuration to the thread pool instance (add attribute) #1081 张明 2023-03-07 10:52:47 +0800
  • ac46323eef 默认线程池配置填充至线程池实例(增加属性) #1080 张明 2023-03-06 19:48:52 +0800
  • d9d56d0574 feat: kafka support #229 #231 #269 #1079 李剑鑫 2023-03-05 22:02:03 +0800
  • 21ac63c2db
    Replace Hipo-4j or Hippo4J with Hippo4j in the docs folder in the root directory (#1078) chenhj 2023-03-03 16:13:30 +0800
  • e83d34f869 Replace Hipo-4j or Hippo4J with Hippo4j in the docs folder in the root directory #1078 陈浩杰 2023-03-03 16:09:44 +0800
  • c56a83e7e6 将根目录 docs 文件夹下 Hippo-4J 或者 Hippo4J 替换为 Hippo4j #1077 #1076 陈浩杰 2023-03-03 15:39:53 +0800
  • 68a635b4ac
    rename maxPoolNum to maximumPoolSize (#1073) yangsanity 2023-03-03 10:16:04 +0800
  • edd3205e00 rename maxPoolNum to maximumPoolSize #1073 yangsanity 2023-03-02 10:36:45 +0800
  • 594208224a
    Update README.md 马称 2023-03-02 20:52:58 +0800
  • 4462e8497c Merge remote-tracking branch 'origin/develop' into develop chen.ma 2023-03-02 20:47:15 +0800
  • ea7e1a6bd7 Update docs chen.ma 2023-03-02 20:47:00 +0800
  • b18c8a1bbb
    Update README.md 马称 2023-03-02 20:40:57 +0800
  • 78db2b843d
    Update README.md 马称 2023-03-02 20:35:49 +0800
  • 398418e23a Update docs chen.ma 2023-03-01 23:41:53 +0800
  • 2a931335dc
    Update README-EN.md 马称 2023-03-01 23:38:22 +0800
  • cecefd8124
    Update README.md 马称 2023-03-01 23:36:05 +0800
  • d8568599f8 Update docs chen.ma 2023-03-01 22:48:19 +0800
  • 7307a3cde7 Merge remote-tracking branch 'origin/develop' into develop chen.ma 2023-03-01 22:45:05 +0800
  • ca28fef832 Update docs chen.ma 2023-03-01 22:12:59 +0800
  • 4210e65295
    Refactor : generic type custom BlockingQueue support (#1036) lianyiwuming 2023-03-01 21:01:40 +0800
  • ed875cdf8e
    Update README.md 马称 2023-02-28 22:54:32 +0800
  • 2f61eef17e Update ci name chen.ma 2023-02-28 22:47:35 +0800
  • 3896464430 Update contact instructions chen.ma 2023-02-28 22:39:38 +0800
  • 55315d62ca Merge remote-tracking branch 'origin/develop' into develop chen.ma 2023-02-28 21:33:36 +0800
  • 30f27c478f Update contact instructions chen.ma 2023-02-28 21:33:21 +0800
  • 3cab7e3bef
    Update README.md 马称 2023-02-28 21:27:44 +0800
  • a59f011c4b Update github address chen.ma 2023-02-28 21:21:42 +0800