1. 05 Jul, 2016 4 commits
    • Stephane Nicoll's avatar
      Fix indent · 4b91965d
      Stephane Nicoll authored
      4b91965d
    • Stephane Nicoll's avatar
      Polish · 78e580c8
      Stephane Nicoll authored
      78e580c8
    • Phillip Webb's avatar
      Fix spring.profiles.default with profile enabled by configuration file · f10286ca
      Phillip Webb authored
      Previously, if the user configured a custom default profile and then
      enabled another profile using a configuration file, the custom default
      profile would be activated when it should not have been.
      
      This commit updates ConfigFileApplicationListener so that when a
      profile is activated via a configuration file, any profiles
      that are queued purely because they are a default profile are removed
      from the queue. This ensures that a default profile is not active
      when another profile is activated via a configuration file.
      
      Closes gh-5998
      f10286ca
    • Stephane Nicoll's avatar
      Polish · 05452310
      Stephane Nicoll authored
      05452310
  2. 04 Jul, 2016 11 commits
  3. 03 Jul, 2016 1 commit
  4. 02 Jul, 2016 5 commits
  5. 01 Jul, 2016 19 commits