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

Make static final buffers unreleasable and read-only #11802

Merged
merged 6 commits into from Nov 3, 2021

Commits on Oct 27, 2021

  1. Copy the full SHA
    4a8a855 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4f3cf4c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2e301dd View commit details
    Browse the repository at this point in the history
  4. Revert change for Unpooled.EMPTY_BUFFER - EmptyByteBuf instances are …

    …not readable or writable. Since it's a public API it may break the downstream dependencies. Added checkstyle suppression. Same for ReplayingDecoderByteBuf since it uses Unpooled.EMPTY_BUFFER.
    alexc-db committed Oct 27, 2021
    Copy the full SHA
    977db3b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Copy the full SHA
    bde5357 View commit details
    Browse the repository at this point in the history
  2. Bump netty-build version

    alexc-db committed Nov 1, 2021
    Copy the full SHA
    644804d View commit details
    Browse the repository at this point in the history