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

Extension storage based on Java Service Provider (META-INf/services) #85

Merged
merged 9 commits into from
Jan 13, 2016

Commits on Jan 4, 2016

  1. Configuration menu
    Copy the full SHA
    6a666aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    342825b View commit details
    Browse the repository at this point in the history
  3. fix a stupid bug

    decebals committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    479e1cb View commit details
    Browse the repository at this point in the history
  4. add HowdyGreeting in demo, a Greeting service implementation declared…

    … via Java Service Provider mechanism (META-INF/services)
    decebals committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    ce73b9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0739251 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2016

  1. Remove isExtensionPoint check in AbstractExtensionFinder so a Service…

    … from a ServiceProvider is seen as an extension point
    decebals committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    6533d22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec60800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49560c1 View commit details
    Browse the repository at this point in the history
  4. Remove unused util class

    decebals committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    ea9521e View commit details
    Browse the repository at this point in the history