1. 12 Apr, 2017 1 commit
  2. 15 Nov, 2016 1 commit
    • Detangle server from client · a99a889a
      Johannes Edmeier authored
      With this commits the server no longer depends on the client. The
      classes for the clients are moved to de.codecentric.boot.admin.client
      package.
      Since the perspective on applications is totally different from client
      and server the model has been split apart.
      
      What means this for users:
      1) The client is no longer a transitive dependency for your admin server
      you may need to add it explicitly to your dependencies, respectively
      jolokia-core in case you're using discovery and want to use the jmx-bean
      interface
      
      2)In case you have cutomised parts of the client you need to reflect the
      package change.
      
      fixes #332
  3. 26 Oct, 2016 1 commit
  4. 19 Oct, 2016 1 commit
  5. 11 Oct, 2016 1 commit
  6. 23 Sep, 2016 1 commit
  7. 28 Aug, 2016 1 commit
    • Use build-info for displaying the version · 32e368f5
      Johannes Edmeier authored
      As now with spring boot 1.4 there is a special goal for generating the build-
      information, we use it for displaying the version in spring boot admin. The old
      info.version property still works but is deprecated. From now on
      build.info.version is taken into account.
  8. 10 Aug, 2016 1 commit
  9. 08 Aug, 2016 1 commit
    • Fix the used nodejs version · a204453d
      Johannes Edmeier authored
      The 1.4.0 release was a total disaster. Webpack didn't build the css correctly
      because of travis using an ancient nodejs version.
  10. 07 Aug, 2016 1 commit
  11. 22 Jun, 2016 1 commit
  12. 01 Jun, 2016 1 commit
  13. 30 May, 2016 1 commit
  14. 18 May, 2016 1 commit
  15. 18 Dec, 2015 2 commits
  16. 22 Nov, 2015 1 commit
  17. 21 Oct, 2015 2 commits
  18. 16 Oct, 2015 1 commit
  19. 24 Aug, 2015 1 commit
  20. 20 Aug, 2015 1 commit
  21. 14 Jul, 2015 1 commit
  22. 20 May, 2015 1 commit
  23. 22 Mar, 2015 1 commit
  24. 18 Mar, 2015 1 commit
  25. 13 Feb, 2015 2 commits
  26. 05 Jan, 2015 1 commit
  27. 19 Dec, 2014 1 commit
  28. 24 Nov, 2014 1 commit
  29. 14 Nov, 2014 1 commit
  30. 15 Oct, 2014 1 commit
  31. 10 Oct, 2014 2 commits
  32. 30 Sep, 2014 1 commit
    • Upgraded to Spring Boot 1.1.7 · 28b9bedd
      joshiste authored
      Fixed wrong parent-version
      Fixed wrong mainClass in example
      Made 'mvn spring-boot:run' work with resource filtering in example
  33. 22 Sep, 2014 2 commits