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.23
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.24
Choose a head ref
  • 9 commits
  • 17 files changed
  • 2 contributors

Commits on Dec 15, 2025

  1. Set next snapshot version

    vietj committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    f039681 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Restore handling of headers after goaway received

    This re-enables a graceful shutdown that was broken after ff78924
    
    Closes #5693
    
    (cherry picked from commit 9a399e2)
    
    # Conflicts:
    #	src/main/java/io/vertx/core/http/impl/Http2ConnectionBase.java
    ahus1 authored and vietj committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    16ba3c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2025

  1. Ensure setup is only called once

    It is called from the AsyncTestBase's @before.
    No explicit teardown necessary, as Vert.x instances are closed
    automatically via AsyncTestBase's @after.
    
    Closes #5851
    
    (cherry picked from commit a07b88f)
    ahus1 authored and vietj committed Dec 26, 2025
    Configuration menu
    Copy the full SHA
    bc34930 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2025

  1. Stabilize test by keeping reference to NetClient

    Closes #5853
    
    (cherry picked from commit 8c3bc97)
    ahus1 authored and vietj committed Dec 29, 2025
    Configuration menu
    Copy the full SHA
    b430d5b View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2025

  1. Stabilize test HttpBandwidthLimitingTest.testDynamicOutboundRateUpdat…

    …eSharedServers
    
    Only a server that has completed the listening is ready to
    update the traffic shaping.
    
    Closes #5863
    ahus1 authored and vietj committed Dec 30, 2025
    Configuration menu
    Copy the full SHA
    da78d5c View commit details
    Browse the repository at this point in the history
  2. Ensure setup is only called once

    Closes #5857
    
    (cherry picked from commit 57b9c68)
    ahus1 authored and vietj committed Dec 30, 2025
    Configuration menu
    Copy the full SHA
    5762bdf View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. Update the Vert.x logging implementation to log better human readable…

    … message in absence of a log message.
    
    Motivation:
    
    Some logging event might arrive with a null message and trigger the logging of the NULL string which is very confusing for human analyzing the a log tail.
    
    We should improve this and provide a better message.
    
    Changes:
    
    Use the <missing-log-message> when no log message is provided instead of NULL.
    vietj committed Jan 13, 2026
    Configuration menu
    Copy the full SHA
    03b51c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. Fix a bug in the removeDots implementation.

    Motivation:
    
    HttpUtils#removeDots does not properly handle the C. rule of section 5.2.4 of RFC3986. When the output buffer
    does not contain a / it should discard the entire content of the buffer.
    
    Changes:
    
    When handling rule C in HttpUtils#removeDots, discard the output buffer when no / is present.
    vietj committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    d007e7b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. Releasing 4.5.24

    vietj committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    98983a8 View commit details
    Browse the repository at this point in the history
Loading