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: 8242de6
Choose a base ref
...
head repository: binarywang/WxJava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3f0b6cb
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 1, 2026

  1. Initial plan

    Copilot authored Jul 1, 2026
    Configuration menu
    Copy the full SHA
    adb459e View commit details
    Browse the repository at this point in the history
  2. 修复 wx-java-open-multi-spring-boot-starter 中硬编码 HttpClient4 导致的启动失败问题

    - 在 WxOpenMultiProperties.ConfigStorage 中新增 HttpClientType 枚举(APACHE_HTTP / HTTP_COMPONENTS)及 httpClientType 字段,默认值为 HTTP_COMPONENTS
    - 修改 AbstractWxOpenConfiguration.wxOpenService() 根据 httpClientType 选择对应的 WxOpenServiceApacheHttpClientImpl 或 WxOpenServiceHttpComponentsImpl
    - 修改 AbstractWxOpenConfiguration.configHttp() 仅在 httpClientType 为 APACHE_HTTP 时配置 DefaultApacheHttpClientBuilder,消除对 HttpClient4 的强制依赖
    
    Closes #4059
    Copilot authored Jul 1, 2026
    Configuration menu
    Copy the full SHA
    3f0b6cb View commit details
    Browse the repository at this point in the history
Loading