Commit Graph

99 Commits (3b37bcab4609d1388099473a5b6e5c4a6e2749d3)

Author SHA1 Message Date
chen.ma bda5927438 适配低版本 SpringBoot BeanPostProcessor 没有定义 default 方法. (#80)
3 years ago
chen.ma 2105dc6c21 获取线程池运行状态. (#67)
3 years ago
chen.ma cf74fa763b 优化 Client 添加监听器日志打印.
3 years ago
chen.ma 135889e8d1 创建动态线程池增强参数未设置问题修复. (#78)
3 years ago
chen.ma 42051789ec 创建动态线程池逻辑判断修复. (#74)
3 years ago
chen.ma 190fbd6661 测试监控线程池性能损耗 TODO.
3 years ago
chen.ma 334a066e53 添加线程工具类睡眠方法.
3 years ago
chen.ma bb6f22104b 反射获取线程堆栈异常时打印日志.
3 years ago
chen.ma e7b81cf0e8 添加线程池内运行堆栈查看. (#23)
3 years ago
chen.ma eb89d06fca 线程池实例参数弹框添加实例 ID 和线程池状态. (#67)
3 years ago
chen.ma fc41db5841 本地项目线程池实例缓存无法精确清理. (#66)
3 years ago
chen.ma 65348253b1 优化客户端关闭时调用服务端钩子函数. (#65)
3 years ago
chen.ma 4ccbef3318 ListableBeanFactory#findAnnotationOnBean SpringBoot 低版本适配, 异常时返回原线程池. (#64)
3 years ago
chen.ma eee7628986 ListableBeanFactory#findAnnotationOnBean SpringBoot 低版本适配. (#64)
3 years ago
chen.ma 6ccfd8fef7 删除高版本 SpringBoot Api. (#63)
3 years ago
chen.ma bd34b572c3 修改根据类型获取拒绝策略类名.
3 years ago
chen.ma 0cc8a13215 客户端配置文件设置不启用动态线程池,跳过参数必填项校验. (#57)
3 years ago
chen.ma f3ecab4cbd 优化 OKHttp3 高版本依赖. (#51)
3 years ago
chen.ma 8141732afb 线程池实例参数返回拒绝策略名称. (#55)
3 years ago
chen.ma c1726a4298 支持更多的拒绝策略类型. (#54)
3 years ago
chen.ma e969146eb4 优化公共动态线程池配置.
3 years ago
chen.ma cac3220d85 修改公共线程池拒绝策略为默认.
3 years ago
chen.ma a2e98b0dc6 修复字符串分割字符转义问题.
3 years ago
chen.ma 31cba738ed 移除 hutool 高版本 StrUtil Api. (#35)
3 years ago
chen.ma c94e882a0d 移除 hutool 高版本 StrUtil Api. (#35)
3 years ago
chen.ma df3304427d Spring 上下文无父类时无法通知问题. (#48)
3 years ago
chen.ma b5d72c77e5 极端情况监听线程池变更请求会重复请求. (#47)
3 years ago
chen.ma 617b10ce73 企业微信无法 @ 人员. (#46)
3 years ago
chen.ma 71484948c8 修复 spring 上下文容器无法执行问题.
3 years ago
chen.ma 804180d242 修复 spring cloud 环境下 eureka bean 名称重复. (#44)
3 years ago
chen.ma 68fe059961 通过配置文件设置是否启用动态线程池功能. (#43)
3 years ago
chen.ma 02d8f601b4 抽象构建者模式接口.
3 years ago
chen.ma d02187d552 修复客户端启动后,服务端 30 秒内无法搜索到实例. (#42)
3 years ago
chen.ma cab4bbbad3 重构日志打印及连接流异常捕获.
3 years ago
DJ 327cf4dd3d
Update HttpClientUtil.java
3 years ago
longtai 4e507e6bc2
Merge pull request #39 from imyzt/develop
3 years ago
chen.ma d545b93511 优化 hippo4j starter 代码格式.
3 years ago
imyzt 83e4c9462c feat:lark support notice CoreThreadTimeOut
3 years ago
chen.ma b40fc747c0 解决包装器类型启动时注册线程池不实时问题.
3 years ago
chen.ma 830de5d9b6 WeChat、Ding 线程池变更添加核心线程超时参数.
3 years ago
chen.ma a047a25466 添加线程池核心线程超时, 重构代码.
3 years ago
chen.ma fe66c716b5 客户端交互服务端依赖 AccessToken. (#34)
3 years ago
chen.ma 22af663eb1 修复 JSONUtil 初始化失败问题.
3 years ago
chen.ma 60a0a34896 增强客户端数据采集定制化.
3 years ago
chen.ma 6b680a0cc6 添加项目访问基础路径.
3 years ago
chen.ma 66c4610f34 开发线程池运行历史数据采集上报. (#15)
3 years ago
chen.ma f6db2a7d50 补充线程池报警信息打印.
3 years ago
chen.ma a302e5a2ac 使用 Jackson 替换 FastJson 组件. (#25)
3 years ago
chen.ma 9c4441758d 修改客户端上报服务端监控数据组件名称.
3 years ago
chen.ma 51f93b1fbd 开发线程池历史数据存储以及监控功能, 拉去代码报错请查看 (https://github.com/acmenlt/dynamic-threadpool/issues/24)
3 years ago