-
Notifications
You must be signed in to change notification settings - Fork 29
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
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6bea9d2 - Browse repository at this point
Copy the full SHA 6bea9d2View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f7252e - Browse repository at this point
Copy the full SHA 4f7252eView commit details
Commits on Jun 18, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 60b4ef7 - Browse repository at this point
Copy the full SHA 60b4ef7View commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74f570a - Browse repository at this point
Copy the full SHA 74f570aView commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for deed40d - Browse repository at this point
Copy the full SHA deed40dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aaa40d6 - Browse repository at this point
Copy the full SHA aaa40d6View commit details
Commits on Jun 25, 2024
-
Made corrections in javadocs, primarily.
Improved the toString methods. Simplified BaseBuffer API.
Configuration menu - View commit details
-
Copy full SHA for d048aa7 - Browse repository at this point
Copy the full SHA d048aa7View commit details
Commits on Jun 26, 2024
-
Changed name of BaseBuffer to Positional.
And BaseBufferImpl to PositionalImpl. Cleaned up some duplicate methods. Improved some javadocs.
Configuration menu - View commit details
-
Copy full SHA for c6b61b7 - Browse repository at this point
Copy the full SHA c6b61b7View commit details -
Renamed BaseBufferTest to PositionalTest
Corrected some tests that were referring to the wrong exception.
Configuration menu - View commit details
-
Copy full SHA for 4502300 - Browse repository at this point
Copy the full SHA 4502300View commit details
Commits on Jul 2, 2024
-
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).
Configuration menu - View commit details
-
Copy full SHA for 57fc835 - Browse repository at this point
Copy the full SHA 57fc835View commit details