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

WFLY-18066 ByteBufferMarshalledValue generates duplicate buffers during a single marshalling operation #16886

Merged
merged 6 commits into from
May 31, 2023

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    a9de515 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    767be4d View commit details
    Browse the repository at this point in the history
  2. Refactor buffer size logic into ProtoStreamMarshaller.size(...) metho…

    …d so that this can be overriden per marshaller.
    pferraro committed May 30, 2023
    Configuration menu
    Copy the full SHA
    209756a View commit details
    Browse the repository at this point in the history
  3. WFLY-18066 Add ability to calculate buffer size of ByteBufferMarshall…

    …edValue without generating its buffer.
    pferraro committed May 30, 2023
    Configuration menu
    Copy the full SHA
    c9c02c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8662678 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a82bbb6 View commit details
    Browse the repository at this point in the history