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

Clean up types that are unnecessary or unused #15

Merged
merged 2 commits into from
Jul 13, 2023

Commits on Jul 12, 2023

  1. Remove unused types from the core bundle

    Signed-off-by: Tim Ward <timothyjward@apache.org>
    timothyjward committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    b7f7983 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary internal interfaces

    The Jakartars*Provider interfaces would make sense if multiple implementations were possible, or if other bundles needed to interact with the implementations, however the types are purely internal and can be removed to reduce the complexity of the implementation
    
    Signed-off-by: Tim Ward <timothyjward@apache.org>
    timothyjward committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    ed6459d View commit details
    Browse the repository at this point in the history