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

Create internal2 #129

Merged
merged 9 commits into from
May 28, 2021
Merged

Create internal2 #129

merged 9 commits into from
May 28, 2021

Conversation

leerho
Copy link
Contributor

@leerho leerho commented May 18, 2021

This is a major refactoring of the Memory package.
All memory classes have been moved to internal package. Created interface proxies for
the user API in the memory package. This creates possibility to restrict access to
internal package using JPMS in JDK 9+.

All tests pass and the vast majority of tests are black-box tests.

leerho added 8 commits May 14, 2021 14:12
Created MapHandleImpl
Successfully created interface proxies in memory package for the
Map-Handle hierarchy.  The real work is done in *Impl classes in the
internal package.
Buffer hierarchy is not done. Many Errors in Test. Main compiles clean,
no warnings.
Buffer hierarchy is not done, many errors in test. Main compiles clean,
no warnings.
Next to refactor the tests. Lots of errors, which is expected.
Move all main classes to internal package. Create interface proxies for
the memory package.  This creates possibility to restrict access to
internal package using JPMS in JDK 9+.

All tests pass and the vast majority of tests are black-box tests.
@leerho leerho requested a review from davecromberge May 18, 2021 20:07
Copy link
Member

@davecromberge davecromberge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new package makes the distinction between public-facing and internals clearer. I think this is a great change to have in place for future modularising efforts as well!

@davecromberge
Copy link
Member

@leerho it looks like all the issues I raised have been addressed - PR looks good 👍

@leerho leerho merged commit 7a4cfc0 into master May 28, 2021
@leerho leerho deleted the CreateInternal2 branch May 28, 2021 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants