1. 06 Feb, 2014 7 commits
  2. 05 Feb, 2014 3 commits
  3. 04 Feb, 2014 14 commits
  4. 03 Feb, 2014 4 commits
  5. 01 Feb, 2014 2 commits
    • Phillip Webb's avatar
      Polish · 6431fef9
      Phillip Webb authored
      6431fef9
    • Phillip Webb's avatar
      Automatically detect 'development' profile · a97bcfe3
      Phillip Webb authored
      Detect when an application is running in development (by the presence
      of a build file) and automatically add a 'development' profile.
      
      Additional detectors can be developed by implementing the
      `ProfileDetector` interface and registering with the `SpringApplication`
      
      Fixes gh-296
      a97bcfe3
  6. 31 Jan, 2014 9 commits
  7. 30 Jan, 2014 1 commit
    • Phillip Webb's avatar
      Don't expose URLs from InnerLoader · c65dc906
      Phillip Webb authored
      Update the CLI Groovy InnerLoader to not expose URLs. This prevents the
      'TLD skipped' log messages from Tomcat that occurred previously due to
      the InnerLoader and parent returning the same URLs.
      
      Fixes gh-277
      c65dc906