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: eclipse-vertx/vert.x
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.5.5
Choose a base ref
...
head repository: eclipse-vertx/vert.x
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.5.6
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Mar 14, 2024

  1. Set version to 4.5.6-SNAPSHOT

    vietj committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ea8d57a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Refactor HttpUtils#absoluteURI

    Fixes #2797, fixes eclipse-vertx/vertx-tracing#74
    
    It doesn't seem necessary to validate the request uri using the JDK's URI parser.
    Instead, we can make a few checks on the format and adapt the result.
    
    Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
    tsegismont authored and vietj committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d7af558 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Provide configuration for HTTP post request decoder limits rather tha…

    …n using the default limits.
    vietj committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ea619d0 View commit details
    Browse the repository at this point in the history
  2. Releasing 4.5.6

    vietj committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e66507c View commit details
    Browse the repository at this point in the history
Loading