Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KAFKA-17285: Consider using Utils.closeQuietly to replace CoreUtils.swallow when handling Closeable objects #16843

Open
wants to merge 14 commits into
base: trunk
Choose a base branch
from

Commits on Aug 9, 2024

  1. Use Utils.closeQuietly to replace CoreUtils.swallow

    bboyleonp666 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    77a4d68 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Use Utils.closeQuietly to replace CoreUtils.swallow: cont

    bboyleonp666 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    f0dabb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Merge branch 'trunk' into KAFKA-17285

    bboyleonp666 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    967b601 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Merge branch 'trunk' into KAFKA-17285

    bboyleonp666 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e13c873 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Merge branch 'trunk' into KAFKA-17285

    bboyleonp666 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    cb3bc46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dc5d7d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. replace foreach instances that applys CoreUtils.swallow with Utils.cl…

    …oseQuietly
    bboyleonp666 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    6a7d26e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge branch 'trunk' into KAFKA-17285

    bboyleonp666 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    893b555 View commit details
    Browse the repository at this point in the history
  2. make AutoCloseable use Utils.closeQuietly instead

    bboyleonp666 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ca091c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. make brokerTopicStats implement AutoCloseable

    bboyleonp666 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    21f9b18 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'trunk' into KAFKA-17285

    bboyleonp666 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    48dfffe View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Merge branch 'trunk' into KAFKA-17285

    bboyleonp666 committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    a2dbd80 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Merge branch 'trunk' into KAFKA-17285

    bboyleonp666 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b89a0e3 View commit details
    Browse the repository at this point in the history
  2. apply Utils.closeQuietly to brokerTopicStats

    bboyleonp666 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    fd93c6b View commit details
    Browse the repository at this point in the history