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

Prepare for java 8,11 3.0.0 #190

Merged
merged 10 commits into from
Jul 2, 2024
Merged

Prepare for java 8,11 3.0.0 #190

merged 10 commits into from
Jul 2, 2024

Commits on Jun 11, 2024

  1. Prepare for java 8,11 3.0.0

    leerho committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6bea9d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Preparing for java 8/11 3.0.0

    leerho committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4f7252e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. aligning java 8/11 3.0.0 API & behavior to be as similar to what 4.0.0

    will look like with java 17 FFM Panama
    leerho committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    60b4ef7 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

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

Commits on Jun 20, 2024

  1. Fixing a few minor things.

    leerho committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    deed40d View commit details
    Browse the repository at this point in the history
  2. Set poms to 3.0.0-SNAPSHOT

    leerho committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    aaa40d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Made corrections in javadocs, primarily.

    Improved the toString methods.
    
    Simplified BaseBuffer API.
    leerho committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d048aa7 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Changed name of BaseBuffer to Positional.

    And BaseBufferImpl to PositionalImpl.
    
    Cleaned up some duplicate methods.
    
    Improved some javadocs.
    leerho committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c6b61b7 View commit details
    Browse the repository at this point in the history
  2. Renamed BaseBufferTest to PositionalTest

    Corrected some tests that were referring to the wrong exception.
    leerho committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4502300 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. For all public classes in /memory/ (and not /memory/internal/):

    1. I have corrected the javadocs and code comments to use "off-heap"
    instead of "direct" or "native". However, I decided not to change the
    use of "Direct" in existing method calls or in the /internal/ directory.
    That would cause a huge number of changes (100's).
    
    2. I have corrected the javadocs and code comments to use "alive" or
    "isAlive" instead of "valid" or "isValid". However, I decided not to
    change the word "Valid" in the /internal/ directory.  That would cause a
    huge number of changes (100's).
    leerho committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    57fc835 View commit details
    Browse the repository at this point in the history