1. 21 Mar, 2016 2 commits
  2. 18 Mar, 2016 10 commits
  3. 17 Mar, 2016 7 commits
  4. 16 Mar, 2016 2 commits
  5. 15 Mar, 2016 3 commits
  6. 14 Mar, 2016 5 commits
  7. 13 Mar, 2016 1 commit
  8. 12 Mar, 2016 2 commits
  9. 11 Mar, 2016 2 commits
    • Stephane Nicoll's avatar
      Allow to disable debug property · d22265b1
      Stephane Nicoll authored
      Previously, adding `debug=false` in the environment had no effect as the
      mere presence of the property was used to enable the debug mode. This
      commit makes sure to also check the value and ignore the property if it
      is set to `false`.
      
      The documentation has also been updated to refer to the `trace` property.
      
      Closes gh-5374
      d22265b1
    • Stephane Nicoll's avatar
      Polish doc · 8cb602f2
      Stephane Nicoll authored
      Closes gh-5375
      8cb602f2
  10. 10 Mar, 2016 4 commits
    • Stephane Nicoll's avatar
      Collect and display build information · dddea709
      Stephane Nicoll authored
      This commit updates the Maven plugin to generate a
      `META-INF/boot/build.properties` file with various build-specific
      settings (group, artifact, name, version and build time). Additionally,
      the plugin can be configured to write an arbitrary number of additional
      properties.
      
      A new `BuildProperties` bean is automatically exposed when such a file is
      present. If that bean is present, an `InfoContributor` is automatically
      created to expose that information under the `build` key.
      
      As for the git contributor, it is possible to only display the core
      settings or everything using the `management.info.build.mode` property.
      
      See gh-2559
      dddea709
    • Stephane Nicoll's avatar
      Add Date as a support property type · 3e6b5849
      Stephane Nicoll authored
      Rather than exposing a raw String with the epoch time, GitProperties
      now exposes the actual `java.util.Date`. `InfoProperties` has been
      improved to return such data type when the raw value is an epoch time.
      3e6b5849
    • Stephane Nicoll's avatar
      Merge pull request #5384 from izeye/polish-20160310 · a508864d
      Stephane Nicoll authored
      * pr/5384:
        Polish
      a508864d
    • Johnny Lim's avatar
      Polish · 1d02184b
      Johnny Lim authored
      Closes gh-5384
      1d02184b
  11. 09 Mar, 2016 2 commits