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

Decouple the crawler service for use in other frameworks #740

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Oct 6, 2015

  1. Decouple the crawler service for use in other frameworks.

    This is following a Spring implementation soon, though I don't know how you guys want the package breakdown for a Spring implementation since the crawler service assumes Guice.
    BenDol committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    9cc4bf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e12fddf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76eccca View commit details
    Browse the repository at this point in the history
  4. Checkstyle fix

    BenDol committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    2b2a661 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2015

  1. Decouple more crawler logic & started Spring implementation.

    Currently the Spring implementation is untested (as well as the Guice changes).
    
    If someone else that is more experienced using Guice could see if there will be any issues that would be great!
    BenDol committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    fb9846f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a40592 View commit details
    Browse the repository at this point in the history
  3. Fix checkstyle issues.

    BenDol committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    4741aab View commit details
    Browse the repository at this point in the history
  4. Working Spring crawler support (filter and service base support).

    Separated the classes to 'filter' and 'service' sub packages.
    BenDol committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    fd48298 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31260a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28a74a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2016

  1. Configuration menu
    Copy the full SHA
    a7bcce9 View commit details
    Browse the repository at this point in the history