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

Move CharArrays to core lib #32851

Merged
merged 3 commits into from
Aug 15, 2018
Merged

Move CharArrays to core lib #32851

merged 3 commits into from
Aug 15, 2018

Commits on Aug 14, 2018

  1. Move CharArrays to core lib

    This change cleans up some methods in the CharArrays class from x-pack, which
    includes the unification of char[] to utf8 and utf8 to char[] conversions that
    intentionally do not use strings. There was previously an implementation in
    x-pack and in the reloading of secure settings. The method from the reloading
    of secure settings was adopted as it handled more scenarios related to the
    backing byte and char buffers that were used to perform the conversions. The
    cleaned up class is moved into libs/core to allow it to be used by requests
    that will be migrated to the high level rest client.
    
    Relates elastic#32332
    jaymode committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    97a9860 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Configuration menu
    Copy the full SHA
    9fa0709 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b054e25 View commit details
    Browse the repository at this point in the history