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 classes from jdk package into core so that less need to be public #110

Merged
merged 2 commits into from
Dec 2, 2024

Conversation

rbygrave
Copy link
Contributor

@rbygrave rbygrave commented Dec 2, 2024

A few classes like JdkContext needed to be public because they where in the jdk package and moving them to core allows them to be non-public

A few classes like JdkContext needed to be public because they where in the jdk package and moving them to core allows them to be non-public
@rbygrave rbygrave self-assigned this Dec 2, 2024
@SentryMan
Copy link
Collaborator

I mean they aren't exported so they aren't accessible anyways

@rbygrave
Copy link
Contributor Author

rbygrave commented Dec 2, 2024

accessible anyways

Accessible via classpath though, and not as "tight" as it could be / making more classes explicitly non-public gives a better feel for the design imo.

@rbygrave rbygrave merged commit 72ed10d into master Dec 2, 2024
6 of 7 checks passed
@rbygrave rbygrave deleted the feature/RoutingHandler branch December 2, 2024 01:50
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