Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: binarywang/WxJava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: binarywang/WxJava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: copilot/fix-jvm-crash-issue
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 17, 2026

  1. Initial plan

    Copilot committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    471ff67 View commit details
    Browse the repository at this point in the history
  2. 修复企业微信会话存档SDK频繁初始化和销毁的问题

    Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com>
    Copilot and binarywang committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    a50eb2b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2026

  1. 合并 develop 分支,解决 WxCpConfigStorage 合并冲突并修复代码审查问题

    - 解决与 develop 分支的合并冲突(WxCpConfigStorage.java)
    - 合并 develop 中对引用计数接口方法增加的 @deprecated 标注
    - 修正测试方法名:testConcurrentRefCounting → testMultipleAcquireAndReleaseSequential,
      去除误导性的'并发'描述,改为准确的串行多次获取/释放验证
    - 新增 testReleaseMsgAuditSdkShouldDestroyWhenExpired:验证 SDK 过期且
      引用计数归零时,代码路径正确进入销毁分支(在无原生库的测试环境中
      通过捕获 UnsatisfiedLinkError 证明 Finance.DestroySdk 被调用)
    - 完善 decrementMsgAuditSdkRefCount 的 @return Javadoc 描述
    
    Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com>
    Copilot and binarywang authored May 13, 2026
    Configuration menu
    Copy the full SHA
    a8d6c1a View commit details
    Browse the repository at this point in the history
  2. 同步文档:修正引用计数归零时 SDK 销毁行为的描述

    Agent-Logs-Url: https://github.com/binarywang/WxJava/sessions/3b96b85a-8f3e-4bc0-b3ac-d5b9dd72744b
    
    Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com>
    Copilot and binarywang authored May 13, 2026
    Configuration menu
    Copy the full SHA
    ed121eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12dccf1 View commit details
    Browse the repository at this point in the history
Loading