1. 11 Feb, 2016 1 commit
  2. 02 Feb, 2016 2 commits
  3. 10 Jan, 2016 1 commit
    • Add option for fallback servers to register at · 25b3e509
      Johannes Edmeier authored
      In case you have clustered admin servers, you can now specify multiple urls for
      the client to register at. So that in the case the first server is down it will
      register at the next one specified in the list. This allows you to do cluster-
      ing without the need for a load-balanced host.
  4. 09 Jan, 2016 2 commits
  5. 18 Dec, 2015 4 commits
  6. 15 Dec, 2015 3 commits
  7. 14 Dec, 2015 1 commit
  8. 13 Dec, 2015 4 commits
  9. 10 Dec, 2015 2 commits
  10. 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
  11. 07 Dec, 2015 1 commit
  12. 06 Dec, 2015 1 commit
  13. 03 Dec, 2015 1 commit
  14. 01 Dec, 2015 2 commits
  15. 22 Nov, 2015 2 commits
  16. 21 Nov, 2015 2 commits
  17. 17 Nov, 2015 3 commits
  18. 16 Nov, 2015 5 commits
  19. 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.