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

Commits on Feb 16, 2026

  1. Set next snapshot version

    vietj committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    5e9e371 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. Fix ScopedObject cleanup for JUnit 5.9.x compatibility (#155) (#156) (#…

    …157)
    
    See #155
    
    ScopedObject must implement both ExtensionContext.Store.CloseableResource
    and AutoCloseable to ensure proper cleanup across all JUnit 5.x versions.
    
    JUnit 5.9.x and earlier only recognize CloseableResource for automatic
    cleanup. Without it, ScopedObject.close() is never called, causing
    resources (Vertx instances, HTTP servers) to leak between test iterations.
    
    JUnit 5.11+ added AutoCloseable support, but we need both interfaces
    for backward compatibility with users on older JUnit versions.
    
    Signed-off-by: Thomas Segismont <[email protected]>
    tsegismont authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    262f9e4 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
    55ff734 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
    dc3a24e 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
    0888a7a View commit details
    Browse the repository at this point in the history
Loading