FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for weixin-java-common - binarywang/WxJava · GitHub
binarywang
/
WxJava
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
9.1k
Star
33k
Code
Issues
4
Pull requests
4
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
WxJava
weixin-java-common
on
develop
User selector
Datepicker
Commit history
Commits on Aug 23, 2026
:bookmark: 发布 4.8.6.B 测试版本
binarywang
committed
25423da
View commit details
Copy full SHA for 25423da
View code at this point
Browse repository at this point
Commits on Aug 22, 2026
:new: #4105 【视频号】增加微信小店商家客服接口
binarywang
authored
0122878
View commit details
Copy full SHA for 0122878
View code at this point
Browse repository at this point
Commits on Jul 30, 2026
:art: #4078 【小程序】获取手机号的方法支持openid校验
binarywang
authored
bdf947e
View commit details
Copy full SHA for bdf947e
View code at this point
Browse repository at this point
Commits on Jul 19, 2026
:bookmark: 发布 4.8.5.B 测试版本
binarywang
committed
4feb71e
View commit details
Copy full SHA for 4feb71e
View code at this point
Browse repository at this point
Commits on Jul 14, 2026
:new: #4028 【公众号】实现 OCR 菜单识别的接口
Copilot
authored
124ff52
View commit details
Copy full SHA for 124ff52
View code at this point
Browse repository at this point
Commits on Jul 10, 2026
:art: #4055 修复 DataUtils.handleDataWithSecret 在日志输出前对查询串参数 secret 的脱敏缺陷
vasiliy-mikhailov
authored
d60cd85
View commit details
Copy full SHA for d60cd85
View code at this point
Browse repository at this point
:art: #4056 修复 GsonHelper 在读取数组属性时的健壮性问题
vasiliy-mikhailov
authored
6ca6c34
View commit details
Copy full SHA for 6ca6c34
View code at this point
Browse repository at this point
:art: #4057 修复 weixin-java-common 模块中 FileUtils.imageToBase64ByStream(InputStream) 对输入流读取不完整导致 Base64 结果被截断/污染的问题
vasiliy-mikhailov
authored
eeb37cd
View commit details
Copy full SHA for eeb37cd
View code at this point
Browse repository at this point
:art: #4067 恢复默认 HTTP 客户端兼容性,避免非 Starter 手动集成时因默认引入 HttpClient5 导致的问题
binarywang
authored
d9ab1b0
View commit details
Copy full SHA for d9ab1b0
View code at this point
Browse repository at this point
Commits on Jun 26, 2026
:art: #4058 修复spring-data-redis的 BOM 污染问题
binarywang
committed
4083e35
View commit details
Copy full SHA for 4083e35
View code at this point
Browse repository at this point
Commits on Jun 8, 2026
:bookmark: 发布 4.8.4.B 测试版本
binarywang
committed
a49d6e1
View commit details
Copy full SHA for a49d6e1
View code at this point
Browse repository at this point
Commits on Jun 6, 2026
:art: #3932 修复长时间运行时 Redis 命令中断导致 accessToken 刷新失败的问题
Copilot
authored
45d529c
View commit details
Copy full SHA for 45d529c
View code at this point
Browse repository at this point
Commits on May 24, 2026
:art: #3974 【小程序】新增虚拟支付iOS退款查询通知事件的支持
Copilot
authored
3f517d1
View commit details
Copy full SHA for 3f517d1
View code at this point
Browse repository at this point
Commits on May 11, 2026
:bookmark: 发布 4.8.3.B 测试版本
binarywang
committed
025430f
View commit details
Copy full SHA for 025430f
View code at this point
Browse repository at this point
Commits on Apr 11, 2026
:art: #3955 【小程序】添加序虚拟支付错误码(268490001-268490024)的枚举
Copilot
authored
60185c1
View commit details
Copy full SHA for 60185c1
View code at this point
Browse repository at this point
Commits on Mar 15, 2026
:bookmark: 发布 4.8.2.B 测试版本
binarywang
committed
5cc8e91
View commit details
Copy full SHA for 5cc8e91
View code at this point
Browse repository at this point
Commits on Mar 3, 2026
:art: #3864 【公众号】通用上传方法增加“额外表单字段”支持,解决上传永久视频素材时需同时提交文件与description表单字段的问题
Copilot
authored
2a9cff0
View commit details
Copy full SHA for 2a9cff0
View code at this point
Browse repository at this point
Commits on Feb 28, 2026
:new: #3879 【公众号】被动回复消息增加「转接AI回复」支持
Copilot
authored
60f7497
View commit details
Copy full SHA for 60f7497
View code at this point
Browse repository at this point
:art: #3880 【企业微信】修复MemChangeList群成员变更ID解析为空字符串的问题
Copilot
authored
3233384
View commit details
Copy full SHA for 3233384
View code at this point
Browse repository at this point
Commits on Jan 25, 2026
:bookmark: 发布 4.8.1.B 测试版本
binarywang
committed
4d6f8a4
View commit details
Copy full SHA for 4d6f8a4
View code at this point
Browse repository at this point
Commits on Jan 15, 2026
:art: 升级Mockito版本
binarywang
committed
30914f3
View commit details
Copy full SHA for 30914f3
View code at this point
Browse repository at this point
Commits on Jan 14, 2026
:art: #3843 【基础架构】修复 Spring Boot 3(Spring Data Redis 3.x)下 RedisTemplate.getExpire 返回值语义变化导致的过期判断/缓存失效问题
Copilot
authored
16d5cf9
View commit details
Copy full SHA for 16d5cf9
View code at this point
Browse repository at this point
Commits on Jan 10, 2026
:art: #3844 【基础架构】将 httpclient4 依赖的 scope 从默认的 compile 改为 provided,以便让使用者可以更灵活地选择 HTTP 客户端实现
buaazyl
authored
397bbe0
View commit details
Copy full SHA for 397bbe0
View code at this point
Browse repository at this point
Commits on Jan 6, 2026
:art: 批量修复部分javadoc里的错误标签或不规范代码
binarywang
committed
51d2ed7
View commit details
Copy full SHA for 51d2ed7
View code at this point
Browse repository at this point
:art: #3824 【基础架构】升级到 Apache HttpClient 5.x 作为默认 HTTP 客户端
Copilot
authored
e46da01
View commit details
Copy full SHA for e46da01
View code at this point
Browse repository at this point
Commits on Jan 3, 2026
:bookmark: 发布 4.8.0 正式版本
binarywang
committed
42f727c
View commit details
Copy full SHA for 42f727c
View code at this point
Browse repository at this point
Commits on Dec 10, 2025
:art: #3799 【小程序】发货信息管理功能补充消息推送字段,支持订单发货和结算事件的完整信息接收
buaazyl
authored
c777dc3
View commit details
Copy full SHA for c777dc3
View code at this point
Browse repository at this point
Commits on Nov 28, 2025
:bookmark: 发布 4.7.9.B 测试版本
binarywang
committed
fd3bbde
View commit details
Copy full SHA for fd3bbde
View code at this point
Browse repository at this point
:art: #3752 修复 Gson 在 Java 9+ 环境下反射访问 java.io.File#path 字段失败的问题
Copilot
authored
e655a33
View commit details
Copy full SHA for e655a33
View code at this point
Browse repository at this point
Commits on Nov 17, 2025
:art: 修复 GsonParser 与低版本 Gson 的兼容性问题
Copilot
authored
3c440ea
View commit details
Copy full SHA for 3c440ea
View code at this point
Browse repository at this point
Commits on Nov 12, 2025
:art: #3756 【企业微信】修复企业微信 API 回调验签过程中 WxCryptUtil.decrypt 方法可能抛出异常的问题
marktech0813
authored
28fac4e
View commit details
Copy full SHA for 28fac4e
View code at this point
Browse repository at this point
Commits on Nov 2, 2025
:art: #3732 Add Quarkus/GraalVM Native Image support - Fix Random instance initialization issues
Copilot
authored
bb573af
View commit details
Copy full SHA for bb573af
View code at this point
Browse repository at this point
Commits on Sep 24, 2025
:bookmark: 发布 4.7.8.B 测试版本
binarywang
committed
cfe1f6d
View commit details
Copy full SHA for cfe1f6d
View code at this point
Browse repository at this point
Commits on Sep 23, 2025
:bug: #3631 修复`tryLock`和`unlock`中针对Key的序列化方式不一致导致无法unlock的问题
Copilot
authored
e6a844a
View commit details
Copy full SHA for e6a844a
View code at this point
Browse repository at this point
Commits on Sep 22, 2025
:bug: #3631 修复`tryLock`和`unlock`中针对Key的序列化方式不一致导致无法unlock的问题
imyzt
authored
213cf6f
View commit details
Copy full SHA for 213cf6f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL