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

2.2.x #186

Closed
wants to merge 27 commits into from
Closed

2.2.x #186

wants to merge 27 commits into from

Commits on May 8, 2024

  1. As reported in issue #178:

    static Memory wrap(byte[] array, int offsetBytes, int lengthBytes,
    ByteOrder byteOrder) ...
    ...
    return BaseWritableMemoryImpl.wrapHeapArray(array, 0, lengthBytes, true,
    ByteOrder.nativeOrder(), null);
    
    The "0" in the return statement should have been "offsetBytes".
    I checked the similar classes WritableMemory, Buffer and WritableBuffer
    for a similar error and they were all OK.
    This fix includes a test for this bug.
    
    This will be merged into branch 2.2.X in preparation for a bug fix
    release 2.2.1.
    leerho committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ca50bfa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #181 from apache/Fix_issue_178_for_2.2.X

    Reported in issue #178:
    leerho authored May 8, 2024
    Configuration menu
    Copy the full SHA
    2fc93f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bff59f View commit details
    Browse the repository at this point in the history
  4. Update pom plugin versions

    leerho committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5a9f606 View commit details
    Browse the repository at this point in the history
  5. Release Process: updating pom, NOTICE, README.md.

    Preparing for 2.2.1
    leerho committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ddc09d9 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    b94db77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61cde07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6eea8e6 View commit details
    Browse the repository at this point in the history
  4. troubleshooting

    leerho committed May 9, 2024
    Configuration menu
    Copy the full SHA
    288baec View commit details
    Browse the repository at this point in the history
  5. troubleshoot 2

    leerho committed May 9, 2024
    Configuration menu
    Copy the full SHA
    fec85f7 View commit details
    Browse the repository at this point in the history
  6. troubleshoot 3

    leerho committed May 9, 2024
    Configuration menu
    Copy the full SHA
    107645e View commit details
    Browse the repository at this point in the history
  7. troubleshoot 4

    leerho committed May 9, 2024
    Configuration menu
    Copy the full SHA
    7ce96c6 View commit details
    Browse the repository at this point in the history
  8. troubleshooting 5

    leerho committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e20b0cf View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    f06095b View commit details
    Browse the repository at this point in the history
  2. Fixed a few minor things.

    leerho committed May 12, 2024
    Configuration menu
    Copy the full SHA
    c157563 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #182 from apache/release_process_prepare

    Updated spotbugs and fixed all the warnings.
    leerho authored May 12, 2024
    Configuration menu
    Copy the full SHA
    aba5de5 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Fixed some checkstyle configuration errors.

    Aligned checkstyle config with DS-Java checkstyle config.
    Fixed some minor issues identified by checkstyle.
    leerho committed May 14, 2024
    Configuration menu
    Copy the full SHA
    394f042 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. updates to POM files

    leerho committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d83511b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Removed ${basedir}

    leerho committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f66364f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f04f38 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #183 from apache/fix_checkstyle_issues

    Fixed some checkstyle configuration errors.
    leerho authored May 17, 2024
    Configuration menu
    Copy the full SHA
    537ed0a View commit details
    Browse the repository at this point in the history
  4. The pom file in the ds-memory-java11 branch used indents of 4 while

    everywhere else we use 2.
    
    Change indents to 2
    leerho committed May 17, 2024
    Configuration menu
    Copy the full SHA
    730f47e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #185 from apache/fix_indents_in_pom

    The pom file in the ds-memory-java11 branch used indents of 4 while
    leerho authored May 17, 2024
    Configuration menu
    Copy the full SHA
    d47273d View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

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

Commits on May 19, 2024

  1. Merge pull request #184 from apache/update_pom_files_for_8_and_11

    updates to POM files
    leerho authored May 19, 2024
    Configuration menu
    Copy the full SHA
    22169e6 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Enable javadocs on website.

    This does not impact any release.
    leerho committed May 21, 2024
    Configuration menu
    Copy the full SHA
    275ac36 View commit details
    Browse the repository at this point in the history