1. 09 Jan, 2016 2 commits
  2. 18 Dec, 2015 4 commits
  3. 15 Dec, 2015 3 commits
  4. 14 Dec, 2015 1 commit
  5. 13 Dec, 2015 4 commits
  6. 10 Dec, 2015 2 commits
  7. 09 Dec, 2015 1 commit
    • Consider servlet-path for guessing management-url · a0ffe33a
      Johannes Edmeier authored
      Take the servlet-path into account when computing the management-/healht-url.
      This is not done for the service-url, since the main use-case for setting the
      servlet-path is to get the dispatcher-servlet out of the way for other servlets.
      
      fixes #133
  8. 07 Dec, 2015 1 commit
  9. 06 Dec, 2015 1 commit
  10. 03 Dec, 2015 1 commit
  11. 01 Dec, 2015 2 commits
  12. 22 Nov, 2015 2 commits
  13. 21 Nov, 2015 2 commits
  14. 17 Nov, 2015 3 commits
  15. 16 Nov, 2015 5 commits
  16. 15 Nov, 2015 2 commits
    • Fix .travis.yml · 8427bce8
      Johannes Edmeier authored
      Since the build errors when a before_install script fails when the exitcode is non-zero we
      have to use bashs regular if-then-else syntax to return a zero exitcode when $TRAVIS_TAG is not set.
    • Sign artifacts and deploy to sonatype staging · 6289d884
      Johannes Edmeier authored
      Add an encrypted GnuPG keyring and use it for signing the artifacts.
      When a Tag is present deploy to sonatype staging repository.
  17. 11 Nov, 2015 3 commits
  18. 10 Nov, 2015 1 commit
    • Update to Spring Cloud Brixton · 8a6cdfa9
      Johannes Edmeier authored
      Deriving from Spring Clouds ProxyRouteLocator has become too difficult. It would
      have required to either set fixed ZuulProperties or providing a DiscoveryClient.
      So we are shipping our own lean version of it. Since the PreDecorationFilter is tightly
      coupled to the ProxyRouteLocator we also have to use our own stripped down version.
      
      closes #123