1. 18 Jun, 2015 34 commits
  2. 17 Jun, 2015 6 commits
    • Phillip Webb's avatar
      Polish · c3b344fd
      Phillip Webb authored
      c3b344fd
    • Stephane Nicoll's avatar
      Expose additional admin features · b5d49b30
      Stephane Nicoll authored
      Improve SpringApplicationAdminMXBean to expose additional information:
      
      * Whether the application uses an embedded container
      * The properties exposed by the `Environment`
      
      This allows to know if the application is web-based and the HTTP port
      on which it is running.
      
      Closes gh-3067
      b5d49b30
    • Stephane Nicoll's avatar
      Provide seamless support for local.server.port · c177a774
      Stephane Nicoll authored
      Previously, the actual HTTP port on which a web application is running on
      was only exposed in tests. This commit makes sure to provide that feature
      regardless of the environment so that applications can know on which port
      they are actually running on.
      
      If there are several containers, each is exposed via the namespace of
      their respective application context.
      
      Closes gh-3259
      c177a774
    • Stephane Nicoll's avatar
      Polish · cb98ee25
      Stephane Nicoll authored
      See gh-2900
      cb98ee25
    • Phillip Webb's avatar
      Merge pull request #3117 from izeye/metrics · 8b9c3808
      Phillip Webb authored
      * metrics2:
        Remove duplicate code in new metrics code
      8b9c3808
    • izeye's avatar
      Remove duplicate code in new metrics code · b4763417
      izeye authored
      Refactor BufferMetricReader, CounterBuffers and GaugeBuffers to reduce
      duplicate code.
      
      Closes gh-3117
      b4763417