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

I need a common interface for the loaders. Formally, after this change we can call them Loaders. #2

Merged
merged 1 commit into from
Dec 20, 2011

Conversation

justavo
Copy link

@justavo justavo commented Dec 20, 2011

JacksonJSONLoaderTest and SnakeYAMLLoader have suffered (or enjoyed) the following changes:

  1. Implement a NEW common interface (Loader).
  2. All methods are instance ones, not static anymore.
  3. Are implemented as singletons.
  4. This change IS NOT BACKWARDS COMPATIBLE.

1. Implement a NEW common interface (Loader).
2. All methods are instance ones, not static anymore.
3. Are implemented as singletons.
4. This change IS NOT BACKWARDS COMPATIBLE.
elmer-garduno added a commit that referenced this pull request Dec 20, 2011
Common interface for Loaders
@elmer-garduno elmer-garduno merged commit c89e8be into bigdata-mx:master Dec 20, 2011
@elmer-garduno
Copy link
Contributor

Thanks, nice idea :-)

@elmer-garduno
Copy link
Contributor

I have staged a release with this changes in version 1.0.0, please let me know if it works.

@justavo
Copy link
Author

justavo commented Dec 20, 2011

NIce! Thanks a lot. I will change my Maven dependencies accordingly.

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