1. 29 Oct, 2014 4 commits
    • Stephane Nicoll's avatar
      Add email support · ccc5e657
      Stephane Nicoll authored
      This commit adds a new starter to auto-configure a MailSender when the
      necessary classes are present and when the property "spring.mail.host" is
      set.
      
      The auto-configuration also accepts any arbitrary properties that
      JavaMail might need using the "spring.mail.properties" prefix.
      
      Fixes gh-1760
      ccc5e657
    • Dave Syer's avatar
      More testing of context hierarchy creation · 6ed2c658
      Dave Syer authored
      There actually isn't anything much we can (or should) change here. Spring always
      copies PropertySources and profiles down into the child context when you set its parent.
      That seems sensible. So you can add a new profile in a child context but it will always
      "inherit" from its parent.
      
      See gh-1776
      6ed2c658
    • Stephane Nicoll's avatar
      Merge pull request #1763 from sdeleuze/whitelabel-typo · 1709e79c
      Stephane Nicoll authored
      * whitelabel-typo:
        Fix a typo in error.whitelabel.enabled
      1709e79c
    • Sebastien Deleuze's avatar
      Fix a typo in error.whitelabel.enabled · 7546f10a
      Sebastien Deleuze authored
      7546f10a
  2. 28 Oct, 2014 21 commits
  3. 27 Oct, 2014 10 commits
  4. 24 Oct, 2014 1 commit
  5. 23 Oct, 2014 1 commit
  6. 22 Oct, 2014 3 commits