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.30
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.32
Choose a head ref
  • 19 commits
  • 40 files changed
  • 2 contributors

Commits on Mar 10, 2023

  1. Bump to 1.31-SNAPSHOT

    rbygrave committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    94c52af View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. support subtypes

    SentryMan committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    fd4d04e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #180 from SentryMan/subtype

    (Http-Client) Support Jsonb SubTypes in request body
    rbygrave authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    1452cae View commit details
    Browse the repository at this point in the history
  3. Improve Javadoc only

    rbygrave committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    d0e16c5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #181 from avaje/feature/javadoc-improve

    Improve Javadoc only
    rbygrave authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    cec0011 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. support generic body type

    SentryMan committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    2661f79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67eb2a1 View commit details
    Browse the repository at this point in the history
  3. fix

    SentryMan committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    2f5cf18 View commit details
    Browse the repository at this point in the history
  4. Update TestController2.java

    SentryMan committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    f430e73 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #182 from SentryMan/body

    (Client) Support Generic Body Type
    rbygrave authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    c26ebf1 View commit details
    Browse the repository at this point in the history
  6. ThreadLocal Context (#183)

    * ThreadLocal
    
    * Update pom.xml
    
    * Update ProcessingContext.java
    
    * Update ProcessingContext.java
    SentryMan authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    6e0db66 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cd5626 View commit details
    Browse the repository at this point in the history
  8. Version 1.31-RC2

    rbygrave committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    9928cb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Fix collection query mapping (#184)

    * ThreadLocal
    
    * Update pom.xml
    
    * Update ProcessingContext.java
    
    * Update ProcessingContext.java
    
    * fix collection query mapping
    SentryMan authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    4dac27d View commit details
    Browse the repository at this point in the history
  2. Version 1.31-RC3

    rbygrave committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    be6e978 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Single ThreadLocal Context (#185)

    * Single ThreadLocal
    
    * there we go
    
    * should work now
    SentryMan authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    6aaa596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd97fd2 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Fix Query Param Collection Imports (#186)

    * fix collection imports
    
    * move multi test
    
    * Update pom.xml
    SentryMan authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b410298 View commit details
    Browse the repository at this point in the history
  2. Version 1.32

    rbygrave committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    a8a2ad7 View commit details
    Browse the repository at this point in the history
Loading