Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: greengerong/prerender-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: set321go/prerender-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 8 files changed
  • 1 contributor

Commits on Dec 16, 2013

  1. Updated guava dependency

    As a result of scanning bug with weld in jboss presence of beans.xml is
    detected incorrectly.
    set321go committed Dec 16, 2013
    Configuration menu
    Copy the full SHA
    c62cba8 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2013

  1. Refactored the main filter class, primarily to make it easier to test…

    …. Created constants enum to contain fitler parameters and defaults, created config class that deals with config initialization stuff. Added tests. Some refactoring in shouldShowPrerenderedResult because this is part of the blocking path and most requests will not be prerendered we want to fail fast with minimum work.
    set321go committed Dec 28, 2013
    Configuration menu
    Copy the full SHA
    f059463 View commit details
    Browse the repository at this point in the history
Loading