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: Ahoo-Wang/CoApi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.6
Choose a base ref
...
head repository: Ahoo-Wang/CoApi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.8
Choose a head ref
  • 15 commits
  • 15 files changed
  • 2 contributors

Commits on Jul 1, 2025

  1. fix(deps): update dependency me.ahoo.test:fluent-assert-bom to v0.2.1 (

    …#151)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    b533972 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. fix(deps): update dependency org.junit:junit-bom to v5.13.3 (#153)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    7a95c24 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency gradle to v8.14.3 (#152)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    a5d1b2c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. fix(deps): update dependency io.mockk:mockk to v1.14.5 (#154)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    97a3d87 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. fix(deps): update dependency org.junit:junit-bom to v5.13.4 (#155)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    0c75223 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. fix(deps): update dependency org.springframework.boot:spring-boot-dep…

    …endencies to v3.5.4 (#156)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    1d1e07c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. chore(deps): update dependency gradle to v9 (#157)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    b060200 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency io.github.oshai:kotlin-logging-jvm to v7…

    ….0.10 (#158)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    80985df View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2025

  1. fix(deps): update dependency io.github.oshai:kotlin-logging-jvm to v7…

    ….0.11 (#159)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 3, 2025
    Configuration menu
    Copy the full SHA
    7f2c363 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. fix(deps): update dependency io.github.oshai:kotlin-logging-jvm to v7…

    ….0.12 (#160)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    f606ca8 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. build(gradle): update project version to 1.12.8

    - Updated the project version from 1.12.6 to 1.12.8 in gradle.properties
    Ahoo-Wang committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    5ed9d3c View commit details
    Browse the repository at this point in the history
  2. feat(client): add loadBalanced property to ClientProperties and updat…

    …e related classes
    
    - Add getLoadBalanced method to ClientProperties interface
    - Implement getLoadBalanced method in CoApiProperties class
    - Add loadBalanced property to ClientDefinition data class
    - Update IHttpClientFactoryBean to use new loadBalanced property
    Ahoo-Wang committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    71b7dc7 View commit details
    Browse the repository at this point in the history
  3. refactor(spring): improve client properties handling and testing

    - Add explicit JUnit platform dependencies for testing
    - Implement new methods for handling base URL and load balancing properties
    - Update loadBalanced() logic to consider properties and default values
    - Add implicit type conversion inspection for code quality
    Ahoo-Wang committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    407d70d View commit details
    Browse the repository at this point in the history
  4. test(spring): add unit tests for IHttpClientFactoryBean

    - Create TestHttpClientFactoryBean class for testing
    - Add tests for getBaseUrlFromProperties method
    - Add tests for getLoadBalancedFromProperties method
    - Add tests for getBaseUrl method
    - Add tests for loadBalanced method
    Ahoo-Wang committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    48e7a06 View commit details
    Browse the repository at this point in the history
  5. refactor(spring-client): rename and restructure HttpClientFactoryBean

    - Rename IHttpClientFactoryBean to AbstractHttpClientFactoryBean
    - Move common functionality to AbstractHttpClientFactoryBean
    - Update AbstractRestClientFactoryBean and AbstractWebClientFactoryBean to extend AbstractHttpClientFactoryBean- Remove redundant code and simplify implementations
    Ahoo-Wang committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    961d497 View commit details
    Browse the repository at this point in the history
Loading