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: vert-x3/vertx-web
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f84a993
Choose a base ref
...
head repository: vert-x3/vertx-web
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 347f25d
Choose a head ref
  • 6 commits
  • 29 files changed
  • 3 contributors

Commits on Feb 16, 2026

  1. Set next snapshot version

    vietj committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    d37d528 View commit details
    Browse the repository at this point in the history
  2. Subrouter failure handler is ignored (#2779) (#2857)

    * fix #2772 Subrouter failure handler is ignored
    
    * fix(test): do junit assert in vert.x and add timeout
    
    * Revert changes in WebTestBase
    
    We can use existing testRequest methods
    
    
    
    ---------
    
    Signed-off-by: Thomas Segismont <[email protected]>
    Co-authored-by: takeseem <[email protected]>
    tsegismont and takeseem authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    398214c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2026

  1. Fix missing Accept/Allow headers in 415/405 responses with sub-routers (

    #2863) (#2864)
    
    When using sub-routers, the Accept header was empty in 415 (Unsupported Media Type) responses and the Allow header was empty in 405 (Method Not Allowed) responses.
    
    This occurred because RoutingContextWrapper accumulated allowed content types and methods but didn't propagate them to the inner context when delegating.
    
    Added addAllowedMethods() and addAllowedContentTypes() methods to RoutingContextInternal to properly synchronize this state between wrapper and inner contexts.
    
    Some portions of this content were created with the assistance of Claude Code.
    
    Signed-off-by: Thomas Segismont <[email protected]>
    tsegismont authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    965fec8 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. Releasing 5.0.9

    vietj committed Mar 25, 2026
    Configuration menu
    Copy the full SHA
    d449af8 View commit details
    Browse the repository at this point in the history
  2. Set next snapshot version

    vietj committed Mar 25, 2026
    Configuration menu
    Copy the full SHA
    57b1072 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2026

  1. Releasing 5.0.10

    vietj committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    347f25d View commit details
    Browse the repository at this point in the history
Loading