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: avaje/avaje-http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.41
Choose a base ref
...
head repository: avaje/avaje-http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.42
Choose a head ref
  • 12 commits
  • 46 files changed
  • 4 contributors

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    6870b33 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    d31af6a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #224 from avaje/feature/update-tests-httpclient

    Update the tests to use HttpClient (from HttpClientContext)
    rob-bygrave authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    7fe9b6d View commit details
    Browse the repository at this point in the history
  3. remove inject from quickstart

    inject isn't actually needed there
    SentryMan authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    be78c8c View commit details
    Browse the repository at this point in the history
  4. [HttpClient] Remove deprecated method withHandler() migrate to handler()

    Migrate from withHandler(HttpResponse.BodyHandler<E> bodyHandler)
    to handler(HttpResponse.BodyHandler<E> bodyHandler)
    rob-bygrave committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    7313096 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #225 from SentryMan/patch-1

    Remove inject from quickstart
    rob-bygrave authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    afaf9ad View commit details
    Browse the repository at this point in the history
  6. Merge pull request #226 from avaje/feature/update-tests-httpclient

    [HttpClient] Remove deprecated method withHandler() migrate to handler()
    rob-bygrave authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    8dcb19f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. extendable clients

    SentryMan committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    5679853 View commit details
    Browse the repository at this point in the history
  2. read entire chain

    SentryMan committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    8567dbe View commit details
    Browse the repository at this point in the history
  3. Create .lift.toml

    SentryMan committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    9b16729 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #229 from SentryMan/client-extends

    Extendable Clients
    rbygrave authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f05ea90 View commit details
    Browse the repository at this point in the history
  5. Version 1.42

    rbygrave committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0e799af View commit details
    Browse the repository at this point in the history
Loading